summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'eclair' of git@github.com:cyanogen/android_dalvik into donutdonutSteve Kondik2010-04-112-44/+155
|\
| * Merge branch 'master' of git://android.git.kernel.org/platform/dalvik into HEADSteve Kondik2010-03-30295-1182/+33572
| |\ | | | | | | | | | | | | | | | Conflicts: libcore/regex/src/main/java/java/util/regex/Pattern.java vm/oo/Class.c
| * | Apply Dalvik ARM FPU handling optimizations.Jim Huang2010-03-221-40/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Float score improvements from 772 to 828. CaffeineMark Embedded (before) Sieve score = 950 (98) Loop score = 775 (2017) Logic score = 1104 (0) String score = 1898 (708) Float score = 772 (185) Method score = 1032 (166650) Overall score = 1034 (after) Sieve score = 951 (98) Loop score = 775 (2017) Logic score = 1105 (0) String score = 2042 (708) Float score = 828 (185) Method score = 1032 (166650) Overall score = 1060 Reference: http://blog.kmckk.com/archives/1475184.html http://blog.kmckk.com/archives/1486485.html (cherry picked from commit 563f2fec5832837244d9ef32b6e76e2041e646b4) Signed-off-by: Tick Chen <tick@0xlab.org>
| * | Use SD_EXT_DIRECTORY variablectso2010-03-151-1/+1
| | |
| * | Added cacheRoot and sdExtRoot variables, sdExtRoot apps get dexopt'd on ↵Chris Soyars2010-03-131-4/+27
| | | | | | | | | | | | sdExtRoot.
* | | Merge branch 'master' of git://android.git.kernel.org/platform/dalvik into donutSteve Kondik2010-04-111-1174/+736
|\ \ \ | | |/ | |/|
| * | am 275acdff: Copy Froyo\'s version of MulticastSocketTest to Eclair for CTS.Elliott Hughes2010-03-031-1174/+736
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '275acdff64a58f407cec552e7027cb07414b48ef' into eclair-plus-aosp * commit '275acdff64a58f407cec552e7027cb07414b48ef': Copy Froyo's version of MulticastSocketTest to Eclair for CTS.
| | * | Copy Froyo's version of MulticastSocketTest to Eclair for CTS.Elliott Hughes2010-03-021-1174/+736
| | | | | | | | | | | | | | | | Partners are seeing test failures from the old tests, which were very bogus.
* | | | Merge branch 'master' of git://android.git.kernel.org/platform/dalvik into donutSteve Kondik2010-03-02294-8/+32836
|\| | |
| * | | Merge "This is a contribution of x86-atom targeted assembly for the fast ↵Andy McFadden2010-02-23293-7/+32835
| |\ \ \ | | | | | | | | | | | | | | | byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: Build: TARGET_SIMULATOR: true TARGET_BUILD_TYPE: release TARGET_PRODUCT: sim Environment: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz PI = Portable Interpreter IA = Fast IA Interpreter Embedded CaffeineMark: (IA-PI)/PI: Average of 70% improvement on overall score SPECjbb2000*: (IA-PI)/PI: Average of 37% improvement on raw score SPECjvm98*: (PI/IA) Speedup: Mtrt: 1.2; Jess: 1.34; Compress: 1.57; Db: 1.46; Jack: 1.28 * SPECjbb2000 - 1 warehouse. Noncompliant - modified to run on Dalvik * SPECjvm98 - Noncompliant - modified to run on Dalivk"
| | * | | This is a contribution of x86-atom targeted assembly for the fast byte-code ↵Johnnie Birch2010-02-22293-7/+32835
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: Build: TARGET_SIMULATOR: true TARGET_BUILD_TYPE: release TARGET_PRODUCT: sim Environment: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz PI = Portable Interpreter IA = Fast IA Interpreter Embedded CaffeineMark: (IA-PI)/PI: Average of 70% improvement on overall score SPECjbb2000*: (IA-PI)/PI: Average of 37% improvement on raw score SPECjvm98*: (PI/IA) Speedup: Mtrt: 1.2; Jess: 1.34; Compress: 1.57; Db: 1.46; Jack: 1.28 * SPECjbb2000 - 1 warehouse. Noncompliant - modified to run on Dalvik * SPECjvm98 - Noncompliant - modified to run on Dalivk
| * | | | merge from open-source masterThe Android Open Source Project2010-02-1189-108/+7318
| |\ \ \ \
| * \ \ \ \ am 217f8ef4: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '217f8ef4c1c151c63382dc0785edd960c233f62e' into eclair-plus-aosp * commit '217f8ef4c1c151c63382dc0785edd960c233f62e': android-2.1_r1 snapshot
| * | | | | am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known ↵Brett Chabot2010-01-212-2/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failures." into eclair Merge commit '0e9d568ec6b946e77bc0ec1903acac1ef916e6d1' into eclair-plus-aosp * commit '0e9d568ec6b946e77bc0ec1903acac1ef916e6d1': Mark libcore cert tests using expired certs as known failures.
| * \ \ \ \ \ am c4f93305: Fix for ↵Brett Chabot2010-01-213-47/+46
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object Merge commit 'c4f93305d1fe3d31660af2b47a90d2ebbc6d58f9' into eclair-plus-aosp * commit 'c4f93305d1fe3d31660af2b47a90d2ebbc6d58f9': Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
| * \ \ \ \ \ \ am 56176a05: Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '56176a05205eaf469469c26988e99077aed0d7e7' into eclair-plus-aosp * commit '56176a05205eaf469469c26988e99077aed0d7e7': Fix ScannerTest failures.
| * \ \ \ \ \ \ \ am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible.Brett Chabot2010-01-111-1/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '53a6c01cd8c8560b8eef891871c7260f6cbe71d9' into eclair-plus-aosp * commit '53a6c01cd8c8560b8eef891871c7260f6cbe71d9': Fix DecimalFormatTest#test_serializationHarmonyRICompatible.
| * \ \ \ \ \ \ \ \ am 6cdbef55: Merge change I1d9b205f into eclairBrett Chabot2009-12-2214-131/+416
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '6cdbef55a948dffbeff211fb4e78066c053ecc2e' into eclair-plus-aosp * commit '6cdbef55a948dffbeff211fb4e78066c053ecc2e': Skip locale dependent libcore tests if required locales are not present.
| * \ \ \ \ \ \ \ \ \ resolved conflicts for merge of ed7b1e77 to eclair-plus-aospScott Main2009-12-211-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 173411f7: Temporarily omit libcore tests that fail when run in CTS ↵Brett Chabot2009-12-154-5/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | harness. DO NOT MERGE. Merge commit '173411f7a11c81bef07adc28c66ce4c417df67ff' into eclair-plus-aosp * commit '173411f7a11c81bef07adc28c66ce4c417df67ff': Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE.
| * \ \ \ \ \ \ \ \ \ \ \ am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception ↵Dan Bornstein2009-12-073-16/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. Merge commit '4a888b09be2ade9fc5bb0137f702b3be889679a9' into eclair-plus-aosp * commit '4a888b09be2ade9fc5bb0137f702b3be889679a9': Two exception-related tweaks: (1) Make the dynamic exception construction
| * \ \ \ \ \ \ \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-150-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'goog/stage-korg-master' into HEAD
| * | | | | | | | | | | | | am 3dc6a811: DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and ↵Brett Chabot2009-11-099-3/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BrokenTests. Merge commit '3dc6a81182178a8ac9570a7679cf24b6a2665a0b' into eclair-plus-aosp * commit '3dc6a81182178a8ac9570a7679cf24b6a2665a0b': DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 3238cc2a: am 32f89821: Merge change 26044 into donut-gmsBrett Chabot2009-10-081-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3238cc2a901ed6e0e3bb11fa601913c2ed09ddb7' into eclair-plus-aosp * commit '3238cc2a901ed6e0e3bb11fa601913c2ed09ddb7': Remove tests.api.java.io.FileTest#test_delete as known failure.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 98f0612b: am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds.Brett Chabot2009-10-081-6/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '98f0612b22111dd9e2d23b171b9059582cc44991' into eclair-plus-aosp * commit '98f0612b22111dd9e2d23b171b9059582cc44991': Fix ClassLoaderTest to work on DEXPREOPT builds.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0c0cfd5c: Merge change I96cd6f5b into eclairLorenzo Colitti2009-09-301-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0c0cfd5ce4a26187fb910ba701d0021989103a25' into eclair-plus-aosp * commit '0c0cfd5ce4a26187fb910ba701d0021989103a25': Make the socket test accept ::1 as a valid result for
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am f94c5d77: More multicast fixes.Lorenzo Colitti2009-09-303-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f94c5d77ab659bfc1644b524fc006f24cbf6f694' into eclair-plus-aosp * commit 'f94c5d77ab659bfc1644b524fc006f24cbf6f694': More multicast fixes.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am e851c562: Merge change Iea75a523 into eclairLorenzo Colitti2009-09-301-21/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e851c562ee5eb514135b5066553fcef6b0e5c333' into eclair-plus-aosp * commit 'e851c562ee5eb514135b5066553fcef6b0e5c333': Fixes for socket options on multicast sockets.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 1131d3da: Merge change Ie2e14dde into eclairJesse Wilson2009-09-304-43/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '1131d3da4e3d3df7f608fb0078ec67d14035ff25' into eclair-plus-aosp * commit '1131d3da4e3d3df7f608fb0078ec67d14035ff25': Remove @KnownFailure tags for tests that pass.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 910363bd: Merge change Ib5dc3f1f into eclairJesse Wilson2009-09-301-10/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '910363bd8d50c2a5558a71e47377928265c1219e' into eclair-plus-aosp * commit '910363bd8d50c2a5558a71e47377928265c1219e': Fixing a lame test that was relying on hashmap iteration order.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b5b7f4ba: Merge change I9899be9d into eclairJesse Wilson2009-09-301-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b5b7f4ba9c8e5da38d023aa5b5ae61c8392c2e99' into eclair-plus-aosp * commit 'b5b7f4ba9c8e5da38d023aa5b5ae61c8392c2e99': Fixing a Harmony regression in ObjectInputStream.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am ffa33efc: Merge change I75630000 into eclairJesse Wilson2009-09-302-13/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ffa33efc2cae574aefbc2867dd4a7e5413282e3c' into eclair-plus-aosp * commit 'ffa33efc2cae574aefbc2867dd4a7e5413282e3c': Fixing tests that exercise SecurityManager plus stack inspection.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7f51bfee: Merge change I86898f45 into eclairJesse Wilson2009-09-291-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7f51bfee5fc5fb34fe89f3d74f7fd40d834c0fc2' into eclair-plus-aosp * commit '7f51bfee5fc5fb34fe89f3d74f7fd40d834c0fc2': Fix BigInteger math bugs.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 94bf2b21: Merge change 27156 into eclairJesse Wilson2009-09-261-41/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '94bf2b217df69e943843b51b0ea0bb72743cc6b3' into eclair-plus-aosp * commit '94bf2b217df69e943843b51b0ea0bb72743cc6b3': DO NOT MERGE: Cleaning up PipedInputStream
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 979baaea: Deprecate many of the accidentally-published APIs in dalvik.system.Jesse Wilson2009-09-269-22/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '979baaeae3122b0c7ad5b24e7842472127b8a967' into eclair-plus-aosp * commit '979baaeae3122b0c7ad5b24e7842472127b8a967': Deprecate many of the accidentally-published APIs in dalvik.system.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am bb710e32: Remove ((noreturn)) from dvmAbort().Andy McFadden2009-09-241-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'bb710e3294c57587f327c5e365353af81aa2cb5f' into eclair-plus-aosp * commit 'bb710e3294c57587f327c5e365353af81aa2cb5f': Remove ((noreturn)) from dvmAbort().
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am f1823804: Merge change 26285 into eclairLorenzo Colitti2009-09-228-513/+186
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f182380424709227a08f7d84056209be0952d06d' into eclair-plus-aosp * commit 'f182380424709227a08f7d84056209be0952d06d': Use native code to convert strings to IP addresses.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 40f3271c: More doc changes.Andy McFadden2009-09-221-24/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '40f3271c2dd386878c9a180462c75c890913e9b4' into eclair-plus-aosp * commit '40f3271c2dd386878c9a180462c75c890913e9b4': More doc changes.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 9ae00645: Merge change 26280 into eclairAndy McFadden2009-09-221-4/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9ae0064588a6f922834c8998ef91f04a0d19b1cc' into eclair-plus-aosp * commit '9ae0064588a6f922834c8998ef91f04a0d19b1cc': Another doc update.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 51ccfdb5: Merge change 26318 into eclairJoshua Bloch2009-09-225-109/+139
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '51ccfdb54990e2c30bc3057e8f18ee760c7eee41' into eclair-plus-aosp * commit '51ccfdb54990e2c30bc3057e8f18ee760c7eee41': Fixed LinkedHashMap bug 2121546
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 2317d8dd: Merge change 26055 into eclairBob Lee2009-09-212-40/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2317d8dd084c260712ae50c42024c57825da1472' into eclair-plus-aosp * commit '2317d8dd084c260712ae50c42024c57825da1472': Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am bdfa9937: Merge change 25979 into eclairDavid 'Digit' Turner2009-09-212-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'bdfa9937a8fc8230ca109774ccc1eafaa20ba1a7' into eclair-plus-aosp * commit 'bdfa9937a8fc8230ca109774ccc1eafaa20ba1a7': Allow dalvik pre-optimization to run in ARMv7 emulator.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am c7659ec1: Various minor changes to Dalvik documentation.Andy McFadden2009-09-186-14/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c7659ec11fb9993f8c1f89e6c72f569da5504052' into eclair-plus-aosp * commit 'c7659ec11fb9993f8c1f89e6c72f569da5504052': Various minor changes to Dalvik documentation.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 5415f434: Merge change 25603 into eclairLorenzo Colitti2009-09-187-193/+201
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5415f4344b4c9b9186e291909d5f369b6435011e' into eclair-plus-aosp * commit '5415f4344b4c9b9186e291909d5f369b6435011e': Use native code to convert IP addresses to strings.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8aad9a92: Merge change 24897 into eclairJesse Wilson2009-09-189-0/+580
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8aad9a92ff05b12d3ab930de29a47f29ab6ea9b0' into eclair-plus-aosp * commit '8aad9a92ff05b12d3ab930de29a47f29ab6ea9b0': First cut at a tool to perform automated syncs from Harmony to Dalvik.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7f331f3e: Fixing available() and close() for archive streams.Jesse Wilson2009-09-188-133/+194
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7f331f3efb8c9c9879bf6b5154eaf2fdc849ab9b' into eclair-plus-aosp * commit '7f331f3efb8c9c9879bf6b5154eaf2fdc849ab9b': Fixing available() and close() for archive streams.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am eea407c0: Merge change 25361 into eclairWei Huang2009-09-171-16/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'eea407c0e9b0a92aa80891e94125a82fac6aa514' into eclair-plus-aosp * commit 'eea407c0e9b0a92aa80891e94125a82fac6aa514': modify gclog to take a procFilter argument, as well as the debug argument
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am df60455b: Merge change 25126 into eclairJesse Wilson2009-09-177-70/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'df60455be5d9d3069a07f293b4021dd184cddc2a' into eclair-plus-aosp * commit 'df60455be5d9d3069a07f293b4021dd184cddc2a': Update archive to the r802921 from Harmony.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b257c944: Report the cause of name lookup failures to Java land. The Java ↵Lorenzo Colitti2009-09-161-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code already uses the exception thrown by getallbyname() as a chained exception. Merge commit 'b257c944e15c5be46a69143603426c7ce137e6a3' into eclair-plus-aosp * commit 'b257c944e15c5be46a69143603426c7ce137e6a3': Report the cause of name lookup failures to Java land. The Java code already
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 1cf3dbce: Merge change 25160 into eclairLorenzo Colitti2009-09-152-92/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '1cf3dbce0b94ae5427ef19422224627e20808364' into eclair-plus-aosp * commit '1cf3dbce0b94ae5427ef19422224627e20808364': Make getHostByAddr and getHostByName return the proper object type.