summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Pass int32_t for JNI calls to java Input/Output streams."Narayan Kamath2014-03-181-7/+16
|\
| * Pass int32_t for JNI calls to java Input/Output streams.Ashok Bhat2014-03-171-7/+16
* | Merge "Null pointer exception in FileRotator.java"Jeff Sharkey2014-03-172-1/+19
|\ \ | |/ |/|
| * Null pointer exception in FileRotator.javaMikael Gullstrand2014-03-132-1/+19
* | Move options buffers to top scopeDave Allison2014-03-141-23/+29
|/
* Remove java.io.tmpdir assignment in AndroidRuntime (again).Narayan Kamath2014-03-111-7/+0
* Merge "Remove stray logging statement."Narayan Kamath2014-03-111-2/+0
|\
| * Remove stray logging statement.Narayan Kamath2014-03-111-2/+0
* | Merge "Round off when calculate next step in Seekbar"Jeff Brown2014-03-111-1/+1
|\ \
| * | Round off when calculate next step in SeekbarMarcus Danielsson2014-01-201-1/+1
* | | Merge "Fixed typo errors in documentation"Jeff Brown2014-03-112-3/+3
|\ \ \
| * | | Fixed typo errors in documentationTaeho Kim2013-10-292-3/+3
* | | | Merge "take account of RotationVector's new extra parameter"Jeff Brown2014-03-111-2/+2
|\ \ \ \
| * | | | take account of RotationVector's new extra parameterBalint Ureczky2013-12-061-2/+2
* | | | | Only pass -Xprofile-* options to ARTBrian Carlstrom2014-03-101-3/+4
| |_|_|/ |/| | |
* | | | LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-104-20/+27
* | | | ART profiler usage.Dave Allison2014-03-072-2/+79
* | | | Inform libcore of time format pref. changes.Narayan Kamath2014-03-074-0/+42
* | | | Merge "NFC: getNdefMessage() should throw exception if no tag in field."Martijn Coenen2014-03-061-0/+2
|\ \ \ \
| * | | | NFC: getNdefMessage() should throw exception if no tag in field.Mathias Jeppsson2014-01-281-0/+2
* | | | | Add dex2oat-flags plumbing to AndroidRuntimeBrian Carlstrom2014-03-041-6/+27
* | | | | Harden NsdManager against null-dereference crashesDave Platt2014-03-041-19/+28
* | | | | Fix descriptor leak after accepting connectionsDave Platt2014-02-281-1/+1
* | | | | Merge "Various format string fixes for 64bit"Narayan Kamath2014-02-281-2/+3
|\ \ \ \ \
| * | | | | Various format string fixes for 64bitKévin PETIT2014-02-241-2/+3
* | | | | | Merge "AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY"Narayan Kamath2014-02-271-1/+1
|\ \ \ \ \ \
| * | | | | | AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAYAshok Bhat2014-02-261-1/+1
* | | | | | | Merge "Make getAssetInt throw unconditionally."Narayan Kamath2014-02-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make getAssetInt throw unconditionally.Narayan Kamath2014-02-251-1/+1
| |/ / / / /
* | | | | | Merge "Use reinterpret_cast when an integer is cast to a pointer"Narayan Kamath2014-02-257-30/+30
|\ \ \ \ \ \
| * | | | | | Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-247-30/+30
| |/ / / / /
* | | | | | Use long for pointers in opengl/EGL classesAshok Bhat2014-02-242-32/+57
|/ / / / /
* | | | | Merge changes I6d4fdada,Ia34899a4Greg Hackmann2014-02-213-114/+23
|\ \ \ \ \
| * | | | | Move time setting code from SystemClock to AlarmManagerServiceGreg Hackmann2014-02-213-114/+23
* | | | | | Merge "Fix documentation for Parcel.readException()."Elliott Hughes2014-02-211-4/+5
|\ \ \ \ \ \
| * | | | | | Fix documentation for Parcel.readException().Mark Doliner2014-01-021-4/+5
* | | | | | | Merge "Miscellaneous small documentation fixes."Elliott Hughes2014-02-214-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Miscellaneous small documentation fixes.Mark Doliner2014-01-034-4/+4
| |/ / / / / /
* | | | | | | Remove unused JNITest classAshok Bhat2014-02-214-170/+0
| |/ / / / / |/| | | | |
* | | | | | Merge "Fix several bad function definitions."Narayan Kamath2014-02-202-9/+10
|\ \ \ \ \ \
| * | | | | | Fix several bad function definitions.Narayan Kamath2014-02-202-9/+10
* | | | | | | AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-204-15/+13
|/ / / / / /
* | | | | | Merge "Remove java.io.tmpdir assignment in AndroidRuntime."Narayan Kamath2014-02-191-7/+0
|\ \ \ \ \ \
| * | | | | | Remove java.io.tmpdir assignment in AndroidRuntime.Narayan Kamath2014-02-141-7/+0
* | | | | | | Fixed a possible infinite loop in JsonReader#skipValue()Calin Juravle2014-02-181-0/+3
* | | | | | | Move Json{Reader,Writer} test to cts.Narayan Kamath2014-02-172-1375/+0
* | | | | | | Merge "Extended locales in AAPT / AssetManager."Narayan Kamath2014-02-171-4/+1
|\ \ \ \ \ \ \
| * | | | | | | Extended locales in AAPT / AssetManager.Narayan Kamath2014-02-141-4/+1
| |/ / / / / /
* | | | | | | Merge "AArch64: Use long for pointers in SurfaceSession class"Narayan Kamath2014-02-142-13/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | AArch64: Use long for pointers in SurfaceSession classAshok Bhat2014-02-062-13/+13