Searched defs:first (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dump/
H A DBlockDumper.java63 /** whether this is the first method being dumped */
64 private boolean first; field in class:BlockDumper
98 this.first = true;
164 if (first) {
165 first = false;
295 sb.append("first " + Hex.u2(rmeth.getFirstLabel()) + "\n");
/dalvik/libdex/
H A DDexSwapVerify.cpp292 * checked during the first iteration over the map.
380 bool first = true; local
394 if (first) {
395 first = false;
932 * do is check the first one.
1018 * first person to show me a realistic case for which this test
1104 bool first = true; local
1114 if (first) {
1115 first = false;
1134 bool first local
1165 bool first = true; local
1479 bool first = true; local
2397 bool first = true; local
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 73 milliseconds