Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DUserPresetsManager.java22 private static final int LOAD = 1; field in UserPresetsManager
44 case LOAD: in handleMessage()
75 Message msg = mProcessingHandler.obtainMessage(LOAD); in load()
/aosp12/frameworks/base/tools/preload/
H A DOperation.java32 LOAD, INIT enumConstant
99 case LOAD: return loadedClass.medianLoadTimeMicros(); in medianExclusiveTimeMicros()
H A DRoot.java94 Operation.Type.LOAD); in indexClassOperation()
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DListEvent.java44 public static final int LOAD = 1; field in ListEvent.ActionType
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h31 LOAD, // ALLOC enumerator
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy400 { $$ = OutputSectDesc::LOAD; }
402 { $$ = OutputSectDesc::LOAD; }
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp77 m_Prolog.m_Type = OutputSectDesc::LOAD; in Output()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java466 Logger.logListEvent(ActionType.LOAD, getListType(), getAdapter().getCount(),
/aosp12/bionic/
H A Dandroid-changes-for-ndk-developers.md383 LOAD 0x000000 0x00000000 0x00000000 0x4c01d 0x4c01d RWE 0x1000
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2394 OutputSectDesc::Type type = OutputSectDesc::LOAD; in placeOutputSections()