summaryrefslogtreecommitdiffstats
path: root/core/jni/AndroidRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Rename DisplayList->RenderNode"John Reck2014-03-171-2/+2
|\
| * Rename DisplayList->RenderNodeJohn Reck2014-03-171-2/+2
* | Merge "Revert "Rename DisplayList->RenderNode""John Reck2014-03-151-2/+2
|\ \
| * | Revert "Rename DisplayList->RenderNode"John Reck2014-03-151-2/+2
* | | Merge "Rename DisplayList->RenderNode"John Reck2014-03-151-2/+2
|\ \ \ | |/ /
| * | Rename DisplayList->RenderNodeJohn Reck2014-03-141-2/+2
| |/
* | am 273fe6a3: am 4a02e071: am 788fb96d: am 47653f2d: Merge "Move options buffe...Dave Allison2014-03-141-23/+29
|\ \ | |/ |/|
| * Move options buffers to top scopeDave Allison2014-03-141-23/+29
* | am 4645c5ba: am a8706527: am b071a07d: am a79af364: Merge "Remove java.io.tmp...Narayan Kamath2014-03-111-7/+0
|\ \ | |/
| * Remove java.io.tmpdir assignment in AndroidRuntime (again).Narayan Kamath2014-03-111-7/+0
* | am 7b7d111b: am 9e736723: am ec4c7752: am ab97d617: Merge "Only pass -Xprofil...Brian Carlstrom2014-03-101-3/+4
|\ \ | |/
| * Only pass -Xprofile-* options to ARTBrian Carlstrom2014-03-101-3/+4
* | am 199670c4: am 324aa693: am b94904ab: am 3fc3b9fd: Merge "ART profiler usage."Dave Allison2014-03-081-0/+43
|\ \ | |/
| * ART profiler usage.Dave Allison2014-03-071-0/+43
* | am 674fd6c4: am a258b4a9: am 485e3b45: am 5c126c3d: Merge "Add dex2oat-flags ...Brian Carlstrom2014-03-051-6/+27
|\ \ | |/
| * Add dex2oat-flags plumbing to AndroidRuntimeBrian Carlstrom2014-03-041-6/+27
* | am a1aeac80: am 25c55ca9: am 911b2ce3: am 4a642ee5: Merge "Remove unused JNIT...Narayan Kamath2014-02-211-2/+0
|\ \ | |/
| * Remove unused JNITest classAshok Bhat2014-02-211-2/+0
* | am 29596ac2: am 41dd75f8: am 96ddea41: am 7c710936: Merge "Remove java.io.tmp...Narayan Kamath2014-02-191-7/+0
|\ \ | |/
| * Remove java.io.tmpdir assignment in AndroidRuntime.Narayan Kamath2014-02-141-7/+0
| * Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEADThe Android Open Source Project2013-12-051-2/+0
| |\
* | \ Merge "Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and th...Andreas Huber2014-02-131-0/+28
|\ \ \
| * | | Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."Andreas Huber2014-02-131-0/+28
* | | | Merge "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."Andreas Huber2014-02-131-28/+0
|\ \ \ \ | |/ / /
| * | | Split AndroidRuntime into AndroidRuntimeBase base-class and the rest.Andreas Huber2014-02-121-28/+0
* | | | Refactor HardwareLayerJohn Reck2014-02-101-0/+2
|/ / /
* | | Native-side proxyJohn Reck2014-01-271-2/+0
* | | Merge "Revert "Revert "Move Wifi services to a new git project"""Vinit Deshpande2014-01-081-2/+0
|\ \ \
| * | | Revert "Revert "Move Wifi services to a new git project""Vinit Deshpande2014-01-081-2/+0
* | | | Merge "Revert "Move Wifi services to a new git project""Vinit Deshpande2014-01-081-0/+2
|\ \ \ \ | |/ / /
| * | | Revert "Move Wifi services to a new git project"Vinit Deshpande2014-01-081-0/+2
* | | | Merge "Move Wifi services to a new git project"Vinit Deshapnde2014-01-081-2/+0
|\ \ \ \ | |/ / /
| * | | Move Wifi services to a new git projectVinit Deshapnde2014-01-071-2/+0
* | | | EGL migration to nativeJohn Reck2014-01-071-0/+2
|/ / /
* | | Move GLES20DisplayList functionality into DisplayListChris Craik2013-12-201-3/+3
* | | RenderThread workJohn Reck2013-12-091-0/+2
* | | am dae9f5a5: am f3a2430a: am 738fa2f6: Merge "Add dalvik.vm.gctype to enable ...Mathieu Chartier2013-12-031-0/+8
|\ \ \
| * \ \ am 738fa2f6: Merge "Add dalvik.vm.gctype to enable switching between differen...Mathieu Chartier2013-12-021-0/+8
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Add dalvik.vm.gctype to enable switching between different GCs.Mathieu Chartier2013-12-021-0/+8
* | | More refactoringJohn Reck2013-11-111-2/+2
* | | am 47938450: am 306bb90d: am 8f4c15d8: Merge "Plumb through physical device U...Jeff Sharkey2013-10-171-2/+0
|\ \ \ | |/ /
| * | Plumb through physical device UUID and label.Jeff Sharkey2013-10-161-2/+0
| |/
* | Handle null thread name more gracefully in javaCreateThreadEtc()Mike Lockwood2013-10-101-1/+2
|/
* Move PdfDocument to android.graphics.pdfSvetoslav2013-09-191-2/+2
* Register jni objs in CreateJavaOutputStreamAdaptorLeon Scroggins III2013-09-061-0/+2
* The VM handles blocking SIGPIPE.Elliott Hughes2013-08-211-15/+0
* Launch VM with -XX:LowMemoryMode if ro.config.low_ram is "true".Mathieu Chartier2013-08-201-0/+6
* Merge "Remove a fixed-length buffer in the wifi code." into klp-devElliott Hughes2013-08-191-2/+2
|\
| * Remove a fixed-length buffer in the wifi code.Elliott Hughes2013-08-161-2/+2
* | Richer ParcelFileDescriptor close events.Jeff Sharkey2013-08-161-2/+0
|/