/dalvik/dx/src/com/android/dx/merge/ |
D | InstructionTransformer.java | 67 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
|
D | DexMerger.java | 309 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/ |
D | info.txt | 2 includes as live code all code which could possibly be flowed 4 flow to the subsequent instruction, and all forks of each conditional
|
D | blort.j | 42 .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/ |
D | CodeReader.java | 113 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/ |
D | Android.bp | 6 // all of the 'license_kinds' from "dalvik_dx_license"
|
/dalvik/dx/tests/044-dex-math-ops/ |
D | info.txt | 2 simple uses of all the math ops end up getting converted reasonably.
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
D | small-class.txt | 37 0007 0003 0006 ffff # Zorch / Small / "Zorch" / all-bits
|
/dalvik/dx/etc/ |
D | mainDexClasses.rules | 11 # We need to keep all annotation classes because proguard does not trace annotation attribute
|
D | dx.bat | 76 REM Capture all arguments that are not -J options.
|
/dalvik/docs/ |
D | dalvik-constraints.css | 30 /* general for all tables */
|
D | java-constraints.css | 30 /* general for all tables */
|
/dalvik/dx/tests/143-interface-methods/ |
D | run | 60 EXTRA_DX_FLAG=--allow-all-interface-method-invokes
|
/dalvik/opcode-gen/ |
D | README.txt | 25 * 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/ |
D | Android.bp | 18 // all of the 'license_kinds' from "dalvik_license"
|
/dalvik/tools/dexdeps/ |
D | Android.bp | 18 // all of the 'license_kinds' from "dalvik_license"
|
/dalvik/tools/hprof-conv/ |
D | Android.bp | 18 // all of the 'license_kinds' from "dalvik_license"
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
D | FindUsages.java | 80 public void visit(DecodedInstruction[] all, in FindUsages() 92 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in FindUsages()
|
/dalvik/tools/dexdeps/src/ |
D | Android.bp | 18 // all of the 'license_kinds' from "dalvik_license"
|
/dalvik/dx/src/ |
D | Android.bp | 18 // all of the 'license_kinds' from "dalvik_dx_license"
|
/dalvik/dx/tests/ |
D | run-all-tests | 55 $prog [options] Run all tests with given options.
|
/dalvik/dx/src/com/android/dx/command/grep/ |
D | Grep.java | 50 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in Grep()
|
/dalvik/dx/ |
D | NOTICE | 28 "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/ |
D | NOTICE | 33 "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/ |
D | blort.j | 57 .catch all from blort to handler using handler
|