Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c2526 int compareMethodNamesForDiff(const void *a, const void *b) in compareMethodNamesForDiff() function
2552 if (method != NULL && !compareMethodNamesForDiff(&method, &matchThis)) { in findMatch()