summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | utils: move thread enums to system/coreAlex Ray2013-07-301-47/+1
| * | | | | Added bitwise-or and bitwise-and to BitSetMichael Wright2013-07-303-0/+102
| * | | | | Make trace macros slightly more robustTim Murray2013-07-301-0/+9
| * | | | | Remove unnecessary header file.Nick Kralevich2013-07-301-1/+0
| * | | | | remove unused declarations and reformatMathias Agopian2013-07-301-47/+44
| * | | | | remove reserved virtual slotsMathias Agopian2013-07-302-39/+0
| * | | | | new String8, String16 ctors to initialize empty static strings with static li...Mathias Agopian2013-07-304-4/+44
| * | | | | libutils clean-upMathias Agopian2013-07-3034-3892/+26
| * | | | | Add new Looper API to check whether the looper is idle.Dianne Hackborn2013-07-302-0/+23
| * | | | | String8: ensure static init done prior to empty string referenceTodd Poynor2013-07-301-0/+4
| * | | | | Build a static device libutilsBjorn Bringert2013-07-301-5/+20
| * | | | | improved CallStack a bitMathias Agopian2013-07-303-12/+17
| * | | | | disable RefBase consistency checks (NDEBUG)Mathias Agopian2013-07-301-1/+1
| * | | | | Fix a crasher with RefBase debugging and vectors of wp<>Mathias Agopian2013-07-302-48/+71
| * | | | | A few tweaks to RefBase debuggingMathias Agopian2013-07-301-17/+11
| * | | | | Add Vector::resize()Jesse Hall2013-07-303-1/+18
| * | | | | fix a couple race-conditions in RefBase::promote()Dianne Hackborn2013-07-301-26/+67
| * | | | | temporary: enable ASSERTs in RefBaseMathias Agopian2013-07-301-0/+1
| * | | | | Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-07-303-0/+21
| * | | | | rename binder services main thread to Binder_*Mathias Agopian2013-07-302-18/+25
| * | | | | Fix RefBase debugging. O_CREAT must specify the mode.Mathias Agopian2013-07-301-1/+1
| * | | | | utils: Allow non android namespaces to use ALOGD_IF_SLOWNaseer Ahmed2013-07-301-1/+1
| * | | | | Revert "try to fix win_sdk build."Nick Kralevich2013-07-301-1/+1
| * | | | | try to fix win_sdk build.Nick Kralevich2013-07-301-1/+1
| * | | | | Add NULL check to CallStack::toStringMarco Nelissen2013-07-301-1/+3
| * | | | | Add LinearAllocatorChris Craik2013-07-303-0/+329
| * | | | | utils: fix warnings for unused parametersIgor Murashkin2013-07-303-6/+6
| * | | | | utils: clarify scoped tracing functionalityAlex Ray2013-07-302-9/+6
| * | | | | Remove copy of atrace imported to wrong locationChad Jones2013-07-304-506/+0
| * | | | | utils: Use cutils tracing functionality.Alex Ray2013-07-302-186/+14
| * | | | | Add LruCache::IteratorRomain Guy2013-07-301-24/+26
| * | | | | Add another ifndef and a couple of methods to LruCacheRomain Guy2013-07-302-0/+28
| * | | | | Add #ifndef to prevent multiple definitionsRomain Guy2013-07-301-0/+5
| * | | | | Reduce emulator logspamAndy McFadden2013-07-302-2/+4
| * | | | | Add an LRU cache plus hashing primitivesRaph Levien2013-07-309-2/+610
| * | | | | Continue removing property debug.sys.noschedgroupsGlenn Kasten2013-07-301-37/+8
| * | | | | Ensure that Vector::erase() returns a valid iteratorJason Simmons2013-07-301-1/+2
| * | | | | Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2013-07-302-0/+39
| * | | | | Add runtime debugging capabilities to OpenGLRomain Guy2013-07-301-0/+5
| * | | | | Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2013-07-303-27/+30
| * | | | | Add TEMP_FAILURE_RETRY around open and write callsKenny Root2013-07-301-5/+8
| * | | | | Update tests for new build targetKenny Root2013-07-301-27/+15
| * | | | | Disable the use of clock_gettime for now.Ben Cheng2013-07-301-1/+9
| * | | | | Print warnings when backwards timestamps are detected.Ben Cheng2013-07-301-5/+55
| * | | | | minor SharedBuffer clean-upMathias Agopian2013-07-302-24/+15
| * | | | | Add a way to retrieve a Region as a SharedBufferMathias Agopian2013-07-301-1/+1
| * | | | | Revert "put back the unused virtuals in Vector<>"Mathias Agopian2013-07-302-39/+0
| * | | | | Fixed clang build error for libguiTareq A. Siraj2013-07-301-2/+2
| * | | | | put back the unused virtuals in Vector<>Mathias Agopian2013-07-302-0/+39
| * | | | | get rid of mirrorItemAt() which isn't used anywhereMathias Agopian2013-07-302-22/+0