Home
last modified time | relevance | path

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

/dalvik/vm/
DIntern.cpp73 StringObject* found; in lookupInternedString() local
87 found = literal; in lookupInternedString()
100 found = insertString(gDvm.literalStrings, key, interned); in lookupInternedString()
101 assert(found == interned); in lookupInternedString()
107 found = insertString(gDvm.literalStrings, key, strObj); in lookupInternedString()
108 assert(found == strObj); in lookupInternedString()
115 found = lookupString(gDvm.literalStrings, key, strObj); in lookupInternedString()
116 if (found == NULL) { in lookupInternedString()
121 found = insertString(gDvm.internedStrings, key, strObj); in lookupInternedString()
124 assert(found != NULL); in lookupInternedString()
[all …]
DDebugger.cpp189 void* found; in lookupId() local
191 found = dvmHashTableLookup(gDvm.dbgRegistry, registryHash((u4) id), in lookupId()
193 if (found == NULL) in lookupId()
195 assert(found == (void*)(u4) id); in lookupId()
/dalvik/tests/015-switch/
Dexpected.txt2 CORRECT (not found)
6 CORRECT (not found)
7 CORRECT (not found)
/dalvik/tests/063-process-manager/src/
DMain.java27 boolean found = false; in checkManager()
35 found = true; in checkManager()
39 if (! found) { in checkManager()
/dalvik/libdex/
DDexDataMap.cpp126 int found = dexDataMapGet(map, offset); in dexDataMapVerify() local
128 if (found == type) { in dexDataMapVerify()
132 if (found < 0) { in dexDataMapVerify()
137 offset, type, found); in dexDataMapVerify()
Dsha1.cpp332 int found = 0; in verifyfile() local
356 found = 1; in verifyfile()
394 return found; in verifyfile()
422 int found = 0; in main() local
477 found |= verifyfile(s); in main()
487 found = 1; in main()
497 if (!found) in main()
/dalvik/dx/tests/097-dex-branch-offset-zero/
Dexpected.txt1 No bad branches found.
/dalvik/tests/035-enum/
Dexpected.txt1 found field CRAWLING
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpec.java64 RegisterSpec found = theInterns.get(theInterningItem); in intern() local
66 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()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpec.java68 RegisterSpec found = theInterns.get(theInterningItem); in intern() local
70 if (found != null) { in intern()
71 return found; in intern()
74 found = theInterningItem.toRegisterSpec(); in intern()
75 theInterns.put(found, found); in intern()
76 return found; in intern()
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... .String, int) android.view.View found android.view.View view int i android. ...
/dalvik/tests/
DREADME.txt9 For most tests, the sources are in the "src" subdirectory. Sources found
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoEncoder.java419 LocalList.Entry found = null; in emitHeader() local
425 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()
DDebugInfoDecoder.java462 boolean found = false; in validateEncode0()
468 found = true; in validateEncode0()
473 if (!found) { in validateEncode0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoEncoder.java419 LocalList.Entry found = null; in emitHeader() local
425 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()
DDebugInfoDecoder.java468 boolean found = false; in validateEncode0()
474 found = true; in validateEncode0()
479 if (!found) { in validateEncode0()
/dalvik/docs/
Dporting-proto.c.txt228 # 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__"
/dalvik/dx/src/com/android/dx/cf/code/
DBaseMachine.java569 public static void throwLocalMismatch(TypeBearer found, in throwLocalMismatch() argument
573 found.toHuman() + in throwLocalMismatch()
/dalvik/vm/oo/
DClass.cpp793 goto found; in searchBootPathForClass()
809 goto found; in searchBootPathForClass()
843 found: in searchBootPathForClass()
1125 void* found; in dvmLookupClass() local
1136 found = dvmHashTableLookup(gDvm.loadedClasses, hash, &crit, in dvmLookupClass()
1148 if (found && !unprepOkay && !dvmIsClassLinked((ClassObject*)found)) { in dvmLookupClass()
1150 ((ClassObject*)found)->descriptor); in dvmLookupClass()
1151 found = NULL; in dvmLookupClass()
1154 return (ClassObject*) found; in dvmLookupClass()
1171 void* found; in dvmAddClassToHash() local
[all …]
/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java784 boolean found = false; in checkForEmptyRange()
796 found = true; in checkForEmptyRange()
801 if (found) { in checkForEmptyRange()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java784 boolean found = false; in checkForEmptyRange()
796 found = true; in checkForEmptyRange()
801 if (found) { in checkForEmptyRange()
/dalvik/vm/compiler/
DFrontend.cpp395 bool found = in filterMethodByCallGraph() local
400 if (found) { in filterMethodByCallGraph()
807 bool found = false; in verifyPredInfo() local
809 found = true; in verifyPredInfo()
811 found = true; in verifyPredInfo()
823 found = true; in verifyPredInfo()
828 if (found == false) { in verifyPredInfo()
/dalvik/dx/etc/
Ddx.bat19 REM Locate dx.jar in the directory where dx.bat was found and start it.
/dalvik/tests/046-reflect/
Dexpected.txt73 as expected: aPrivateInt not found
/dalvik/vm/mterp/
DREADME.txt255 that is found in each thread's Thread struct (see vm/Thread.h). There