1. 04 May, 2012 1 commit
  2. 02 Dec, 2010 1 commit
    • Elliott Hughes's avatar
      Fix dvmHumanReadableDescriptor("B"). · 98c3592c
      Elliott Hughes authored
      dvmHumanReadableDescriptor was failing for primitive scalars in
      libdvm_assert.so --- there was an assertion that wasn't true,
      because we wouldn't have copied the ';' into the result (in the
      other cases, we'd copy the ';' and then overwrite it).
      
      This patch rewrites dvmHumanReadableDescriptor to be a little
      less tasteless, removes the asserts, behave better when out of
      memory, and to include unit tests (currently only runnable on
      the device).
      
      Bug: 3245572
      Change-Id: I57b06c774a5bc61c2d374cce6285553c3c5f388b
      98c3592c
  3. 09 Sep, 2010 1 commit
    • Piotr Gurgul's avatar
      Add dexgen helper classes and Android.mk · adcf37c5
      Piotr Gurgul authored
      This commit adds the very first classes to the dexgen project together with
      its Android.mk file. These are the helper classes needed by dex class builder.
      
      Change-Id: I47f8132443f43881826d24a854ab6bafb14181bd
      adcf37c5
  4. 03 May, 2010 1 commit
  5. 30 Apr, 2010 5 commits
  6. 26 Feb, 2010 1 commit
    • Elliott Hughes's avatar
      Break the sqlite JDBC driver out from our JDBC implementation. · 62260de9
      Elliott Hughes authored
      The JDBC driver is from a different source
      (http://www.ch-werner.de/javasqlite/overview-summary.html) and is only
      really needed for testing.
      
      Bug 2468870 asks that we don't eagerly register the native methods for
      these classes. That bug is fixed by this change.
      
      Bug 2198667 asks that we stop shipping this JDBC driver as part of the
      base system. That bug is not addressed by this change: the classes and
      native code are now in their own, separate, .jar and .so files -- so
      they'll be easier to remove in future -- but for now those files are
      still in /system/framework and /system/lib respectively.
      
      Bug: 2468870
      Bug: 2198667
      62260de9
  7. 04 Mar, 2009 2 commits
  8. 18 Dec, 2008 1 commit
  9. 21 Oct, 2008 1 commit