Searched refs:found (Results 1 – 18 of 18) sorted by relevance
123 int found = dexDataMapGet(map, offset); in dexDataMapVerify() local125 if (found == type) { in dexDataMapVerify()129 if (found < 0) { in dexDataMapVerify()134 offset, type, found); in dexDataMapVerify()
329 int found = 0; in verifyfile() local353 found = 1; in verifyfile()392 return found; in verifyfile()420 int found = 0; in main() local475 found |= verifyfile(s); in main()485 found = 1; in main()495 if (!found) in main()
64 RegisterSpec found = theInterns.get(theInterningItem); in intern() local66 if (found != null) { in intern()67 return found; in intern()70 found = theInterningItem.toRegisterSpec(); in intern()71 theInterns.put(found, found); in intern()72 return found; in intern()
1 No bad branches found.
73 RegisterSpec found = theInterns.get(interningItem); in intern() local74 if (found == null) { in intern()75 found = interningItem.toRegisterSpec(); in intern()76 RegisterSpec existing = theInterns.putIfAbsent(found, found); in intern()81 return found; in intern()
... .String, int) android.view.View found android.view.View view int i android. ...
68 echo No valid DEX files found.
8 not found: Ljava/lang/Object;"
419 LocalList.Entry found = null; in emitHeader() local425 found = arg; in emitHeader()442 if (found == null) { in emitHeader()453 = (found == null || found.getSignature() != null) in emitHeader()454 ? "<unnamed>" : found.getName().toHuman(); in emitHeader()
468 boolean found = false; in validateEncode0()474 found = true; in validateEncode0()479 if (!found) { in validateEncode0()
427 LocalList.Entry found = null; in emitHeader() local433 found = arg; in emitHeader()450 if (found == null) { in emitHeader()461 = (found == null || found.getSignature() != null) in emitHeader()462 ? "<unnamed>" : found.getName().toHuman(); in emitHeader()
473 boolean found = false; in validateEncode0()479 found = true; in validateEncode0()484 if (!found) { in validateEncode0()
228 # warning "found __arm__"231 # warning "found __ARM_EABI__"234 # warning "found __VFP_FP__" /* VFP-format doubles used; may not have VFP */240 # warning "found __ARM_ARCH_5TE__"243 # warning "found __ARM_ARCH_7A__"
585 public static void throwLocalMismatch(TypeBearer found, in throwLocalMismatch() argument589 found.toHuman() + in throwLocalMismatch()
783 boolean found = false; in checkForEmptyRange()795 found = true; in checkForEmptyRange()800 if (found) { in checkForEmptyRange()
784 boolean found = false; in checkForEmptyRange()796 found = true; in checkForEmptyRange()801 if (found) { in checkForEmptyRange()
19 REM Locate dx.jar in the directory where dx.bat was found and start it.
28 REM Locate dx.jar in the directory where dx.bat was found.