summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use the new libicu.so provided in the NDK"HEADmastervichang2020-10-023-10/+6
|\
| * Use the new libicu.so provided in the NDKVictor Chang2020-09-233-10/+6
* | Merge "Move @hide to fix javadoc."Nicolas Geoffray2020-10-021-2/+1
|\ \
| * | Move @hide to fix javadoc.Nicolas Geoffray2020-10-021-2/+1
* | | Merge changes from topic "revert-1202786-setpriority-TIVPLDCHJU"Rick Yiu2020-10-025-89/+1
|\ \ \ | |/ / |/| |
| * | Revert "Use ThreadPrioritySetter to set thread priority"Rick Yiu2020-09-305-85/+1
| * | Revert "Refine documentation of getNativeTid() function"Rick Yiu2020-09-301-7/+3
* | | Merge "Remove two unused CorePlatformAPIs."Nicolas Geoffray2020-10-012-16/+0
|\ \ \
| * | | Remove two unused CorePlatformAPIs.Nicolas Geoffray2020-09-282-16/+0
* | | | Merge "Try to fix flakiness of StressTest#testInsertOfManyRowsUsingManyThreads"vichang2020-09-301-8/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Try to fix flakiness of StressTest#testInsertOfManyRowsUsingManyThreadsVictor Chang2020-09-291-8/+25
* | | | Merge "Document CorePlatformAPI method."Nicolas Geoffray2020-09-301-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Document CorePlatformAPI method.Nicolas Geoffray2020-09-291-0/+26
| |/ /
* | | Merge "Expose the doctags that apply to the ART public API stubs"Paul Duffin2020-09-291-0/+4
|\ \ \
| * | | Expose the doctags that apply to the ART public API stubsPaul Duffin2020-09-281-0/+4
* | | | Merge "Switch ART public stubs generation to use java_sdk_library"Paul Duffin2020-09-294-18/+20334
|\| | |
| * | | Switch ART public stubs generation to use java_sdk_libraryPaul Duffin2020-09-284-18/+20334
* | | | Merge "Document more CorePlatformAPI."Nicolas Geoffray2020-09-291-2/+54
|\ \ \ \ | |/ / / |/| | |
| * | | Document more CorePlatformAPI.Nicolas Geoffray2020-09-281-2/+54
| |/ /
* | | Merge "Use the new proxy API LocaleNative.setDefault"vichang2020-09-282-13/+5
|\ \ \ | | |/ | |/|
| * | Use the new proxy API LocaleNative.setDefaultVictor Chang2020-09-232-13/+5
* | | Merge "Initialize ICU4C in i18n module instead"vichang2020-09-281-12/+0
|\| | | |/ |/|
| * Initialize ICU4C in i18n module insteadVictor Chang2020-09-231-12/+0
* | Merge "Move ScopedBytes into libcore/luni from libnativehelper"Orion Hodson2020-09-236-6/+112
|\ \
| * | Move ScopedBytes into libcore/luni from libnativehelperOrion Hodson2020-09-226-6/+112
|/ /
* | Merge "Merge android11-tests-dev."Xin Li2020-09-210-0/+0
|\ \ | |/ |/|
| * Merge android11-tests-dev.Xin Li2020-09-140-0/+0
| |\
| | * Remove RandomAccessFileTest#testSeekTooLarge.android11-tests-releaseandroid11-tests-devKazuhiro Inaba2020-08-061-10/+0
* | | Merge "Fix DecimalFormat.format(bigDecimal, sb, new FieldPosition(NumberForma...vichang2020-09-172-2/+108
|\ \ \ | |/ / |/| |
| * | Fix DecimalFormat.format(bigDecimal, sb, new FieldPosition(NumberFormat.Field...Victor Chang2020-09-172-2/+108
|/ /
* | Merge "Upgrade ZygoteHooks docs."Nicolas Geoffray2020-09-111-6/+12
|\ \
| * | Upgrade ZygoteHooks docs.Nicolas Geoffray2020-09-111-6/+12
* | | Merge "Upgrade AnnotatedStackTraceElement comments."Nicolas Geoffray2020-09-111-0/+9
|\ \ \
| * | | Upgrade AnnotatedStackTraceElement comments.Nicolas Geoffray2020-09-111-0/+9
| |/ /
* | | Merge changes I9145c655,I854dfbf2Treehugger Robot2020-09-113-7/+30
|\ \ \
| * | | Synchronize FileDescriptor.release$().Josh Gao2020-09-082-6/+23
| * | | fdsan: don't sign-extend identityHashCode.Josh Gao2020-08-261-1/+7
* | | | Merge "Remove LocaleDataTest#testInitLocaleData_icu4cConsistency test"Treehugger Robot2020-09-103-564/+0
|\ \ \ \
| * | | | Remove LocaleDataTest#testInitLocaleData_icu4cConsistency testVictor Chang2020-09-103-564/+0
| | |/ / | |/| |
* | | | Merge "Merge Android R"Xin Li2020-09-102-6/+5
|\ \ \ \
| * \ \ \ Merge Android RXin Li2020-09-092-6/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge "Remove workaround for b/141747409" am: 3f2fa7bbe5Treehugger Robot2020-09-091-22/+2
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-272-6/+5
| | |\ \ \
| | | * \ \ Merge "Mark two dalvik.system constants as stable core/platform API." am: 3bd...Pete Gillin2020-07-174-5/+17
| | | |\ \ \
| | | * \ \ \ [automerger skipped] Merge "Fix stack overflow in libcore.java.lang.StringTes...Victor Chang2020-07-140-0/+0
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Merge "Fix stack overflow in libcore.java.lang.StringTest#testFormat_invalidL...android11-devVictor Chang2020-07-142-8/+17
| | | | |\ \ \
| | | | | * | | Fix stack overflow in libcore.java.lang.StringTest#testFormat_invalidLocaleVictor Chang2020-07-132-8/+17
| | | * | | | | Merge "Disable test causing oom failures." into rvc-dev am: d835335a94Christopher Ferris2020-07-141-1/+4
| | | |\| | | |
| | | | * | | | Merge "Disable test causing oom failures." into rvc-devChristopher Ferris2020-07-141-1/+4
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | Disable test causing oom failures.Christopher Ferris2020-07-131-1/+4