- 04 May, 2012 1 commit
-
-
Elliott Hughes authored
Bug: 6369821 Change-Id: Iae06cf1570a14ddefad6b31eec904d9fa598d89f
-
- 02 Dec, 2010 1 commit
-
-
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
-
- 09 Sep, 2010 1 commit
-
-
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
-
- 03 May, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: Ic8106513bd8bd27ccd785f792dca5b2b48fdf9f5
-
- 30 Apr, 2010 5 commits
-
-
Jean-Baptiste Queru authored
Change-Id: I90f482f22fbac82aedbec649a72a465560c3136f
-
Jean-Baptiste Queru authored
Change-Id: I602be6c3a9df32b33526158d46b406e4196a577b
-
Jean-Baptiste Queru authored
Change-Id: Ic63de1ef810434dad7e07dcfd8452f1630ec70c5
-
Jean-Baptiste Queru authored
Change-Id: I20885f385cfb325be18c33862b8e4f293a8a6146
-
Jean-Baptiste Queru authored
Change-Id: I4ad03a41718d3c30ce4117114f71b07a3d023dde
-
- 26 Feb, 2010 1 commit
-
-
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
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 18 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-