Home
last modified time | relevance | path

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

12

/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java67 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
74 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
85 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
96 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
107 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
118 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
128 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
DDexMerger.java309 List<UnsortedValue> all = new ArrayList<UnsortedValue>(); in mergeUnsorted() local
311 all.addAll(readUnsortedValues(dexes[i], indexMaps[i])); in mergeUnsorted()
313 if (all.isEmpty()) { in mergeUnsorted()
318 Collections.sort(all); in mergeUnsorted()
321 for (int i = 0; i < all.size(); ) { in mergeUnsorted()
322 UnsortedValue e1 = all.get(i++); in mergeUnsorted()
325 while (i < all.size() && e1.compareTo(all.get(i)) == 0) { in mergeUnsorted()
326 UnsortedValue e2 = all.get(i++); in mergeUnsorted()
/dalvik/dx/tests/032-bb-live-code/
Dinfo.txt2 includes as live code all code which could possibly be flowed
4 flow to the subsequent instruction, and all forks of each conditional
Dblort.j42 .catch all from start to end1 using handler1
61 .catch all from start to end1 using handler1
64 ; Test all the if* variants.
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java113 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { in callVisit() argument
130 visitor.visit(all, one); in callVisit()
135 void visit(DecodedInstruction[] all, DecodedInstruction one); in visit() argument
/dalvik/dx/junit-tests/
DAndroid.bp6 // all of the 'license_kinds' from "dalvik_dx_license"
/dalvik/dx/tests/044-dex-math-ops/
Dinfo.txt2 simple uses of all the math ops end up getting converted reasonably.
/dalvik/dx/tests/010-class-attrib-InnerClasses/
Dsmall-class.txt37 0007 0003 0006 ffff # Zorch / Small / "Zorch" / all-bits
/dalvik/dx/etc/
DmainDexClasses.rules11 # We need to keep all annotation classes because proguard does not trace annotation attribute
Ddx.bat76 REM Capture all arguments that are not -J options.
/dalvik/docs/
Ddalvik-constraints.css30 /* general for all tables */
Djava-constraints.css30 /* general for all tables */
/dalvik/dx/tests/143-interface-methods/
Drun60 EXTRA_DX_FLAG=--allow-all-interface-method-invokes
/dalvik/opcode-gen/
DREADME.txt25 * Run the regen-all script, in this directory. This will regenerate a
55 * Update the file bytecode.txt, and run regen-all, as per above.
/dalvik/dexgen/
DAndroid.bp18 // all of the 'license_kinds' from "dalvik_license"
/dalvik/tools/dexdeps/
DAndroid.bp18 // all of the 'license_kinds' from "dalvik_license"
/dalvik/tools/hprof-conv/
DAndroid.bp18 // all of the 'license_kinds' from "dalvik_license"
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java80 public void visit(DecodedInstruction[] all, in FindUsages()
92 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in FindUsages()
/dalvik/tools/dexdeps/src/
DAndroid.bp18 // all of the 'license_kinds' from "dalvik_license"
/dalvik/dx/src/
DAndroid.bp18 // all of the 'license_kinds' from "dalvik_dx_license"
/dalvik/dx/tests/
Drun-all-tests55 $prog [options] Run all tests with given options.
/dalvik/dx/src/com/android/dx/command/grep/
DGrep.java50 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in Grep()
/dalvik/dx/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
114 that You distribute, all copyright, patent, trademark, and
174 work stoppage, computer failure or malfunction, or any and all
/dalvik/
DNOTICE33 "Legal Entity" shall mean the union of the acting entity and all
119 that You distribute, all copyright, patent, trademark, and
179 work stoppage, computer failure or malfunction, or any and all
/dalvik/dx/tests/031-bb-dead-code/
Dblort.j57 .catch all from blort to handler using handler

12