Home
last modified time | relevance | path

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

/dalvik/dx/tests/100-local-mismatch/
Drun23 dx --dex Blort1.class 2>&1 | grep mismatch
26 dx --dex Blort2.class 2>&1 | grep mismatch
29 dx --dex Blort3.class 2>&1 | grep mismatch
32 dx --dex Blort4.class 2>&1 | grep mismatch
Dexpected.txt2 local variable type mismatch: attempt to set or access a value of type int using a local variable o…
4 local variable type mismatch: attempt to set or access a value of type java.lang.Object using a loc…
6 local variable type mismatch: attempt to set or access a value of type int using a local variable o…
8 local variable type mismatch: attempt to set or access a value of type java.lang.String using a loc…
/dalvik/tools/dmtracedump/
DTraceDump.c1208 int mismatch = 0; in dumpTrace() local
1229 mismatch = 1; in dumpTrace()
1251 actionStr[action], mismatch ? '!' : ' ', in dumpTrace()
1257 actionStr[action], mismatch ? '!' : ' ', in dumpTrace()
1268 mismatch = 0; in dumpTrace()