Searched defs:list (Results 26 - 28 of 28) sorted by relevance

12

/dalvik/libdex/
H A DDexFile.h256 u4 size; /* #of entries in list */
257 DexMapItem list[1]; /* entries */ member in struct:DexMapList
271 u4 descriptorIdx; /* index into stringIds list for type descriptor */
278 u2 classIdx; /* index into typeIds list for defining class */
287 u2 classIdx; /* index into typeIds list for defining class */
297 u4 returnTypeIdx; /* index into typeIds list for return type */
326 u4 size; /* #of entries in list */
327 DexTypeItem list[1]; /* entries */ member in struct:DexTypeList
417 DexAnnotationSetRefItem list[1]; member in struct:DexAnnotationSetRefList
673 * Get the parameter list fro
[all...]
/dalvik/tools/dmtracedump/
H A DTraceDump.c45 /* thread list in key file is not reliable, so just max out */
128 * Entry from the thread list.
147 struct MethodEntry **methods; /* list of methods in this class */
154 struct MethodEntry **methods; /* list of methods with same name */
159 * Entry from the method list.
896 * Sort the thread list entries.
911 * Sort the method list entries.
992 * Dump list of threads.
1004 * Dump list of methods.
1330 /* Add it to the front of the list */
1369 sortTimedMethodList(TimedMethod *list, int *num) argument
1402 printInclusiveMethod(MethodEntry *method, TimedMethod *list, int numCalls, int flags) argument
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 223 milliseconds

12