Searched defs:methodName (Results 1 - 4 of 4) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DMethodRef.java27 String methodName) {
31 mMethodName = methodName;
26 MethodRef(String declClass, String[] argTypes, String returnType, String methodName) argument
/dalvik/dexlist/
H A DDexList.cpp100 const char* methodName; local
108 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
137 strcmp(gParms.methodToFind, methodName) != 0))
144 className, methodName, desc,
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c69 char *methodName; member in struct:dataRecord
228 records[nextRecord].methodName = NULL;
241 records[nextRecord].methodName = strndup(save_cp, len);
401 if (pRecord->className == NULL || pRecord->methodName == NULL) {
407 pRecord->methodName);
411 pRecord->methodName, pRecord->signature);
H A DTraceDump.c164 const char* methodName; member in struct:MethodEntry
301 const char *className, const char *methodName,
307 method->methodName = methodName;
347 if (methodA->methodName == NULL || methodB->methodName == NULL) {
356 result = strcmp(methodA->methodName, methodB->methodName);
386 if (methodA->methodName == NULL || methodB->methodName
300 initMethodEntry(MethodEntry *method, int64_t methodId, const char *className, const char *methodName, const char *signature, const char* fileName, const char* lineNumStr) argument
1412 char *className, *methodName, *signature; local
1579 char *className, *methodName, *signature; local
1730 char *className, *methodName, *signature; local
1964 char *className, *methodName, *signature; local
2196 char *className, *methodName, *signature; local
2603 char* methodName; local
2702 char* methodName; local
[all...]

Completed in 47 milliseconds