/dalvik/dx/src/ |
D | Android.mk | 9 $(call all-subdir-java-files) \ 10 $(call all-java-files-under,../../../libcore/dex/src/main/java) 35 LOCAL_SRC_FILES := $(dx_src_files) $(call all-subdir-html-files)
|
/dalvik/dexgen/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/dalvik/dx/src/com/android/dx/merge/ |
D | InstructionTransformer.java | 62 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 68 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 78 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 88 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 98 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
|
D | DexMerger.java | 304 List<UnsortedValue> all = new ArrayList<UnsortedValue>(); in mergeUnsorted() local 305 all.addAll(readUnsortedValues(dexA, aIndexMap)); in mergeUnsorted() 306 all.addAll(readUnsortedValues(dexB, bIndexMap)); in mergeUnsorted() 307 Collections.sort(all); in mergeUnsorted() 310 for (int i = 0; i < all.size(); ) { in mergeUnsorted() 311 UnsortedValue e1 = all.get(i++); in mergeUnsorted() 314 while (i < all.size() && e1.compareTo(all.get(i)) == 0) { in mergeUnsorted() 315 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/tools/ |
D | Android.mk | 1 include $(all-subdir-makefiles)
|
/dalvik/dx/src/com/android/dx/io/ |
D | CodeReader.java | 99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { in callVisit() argument 114 visitor.visit(all, one); in callVisit() 119 void visit(DecodedInstruction[] all, DecodedInstruction one); in visit() argument
|
/dalvik/dx/junit-tests/ |
D | Android.mk | 5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/dalvik/tools/dexdeps/src/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/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 | 23 # We need to keep all annotation classes because proguard does not trace annotation attribute
|
D | dx.bat | 54 REM Capture all arguments that are not -J options.
|
D | mainDexClasses.bat | 63 REM Capture all arguments.
|
/dalvik/docs/ |
D | java-constraints.css | 30 /* general for all tables */
|
D | dalvik-constraints.css | 30 /* general for all tables */
|
/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.
|
D | bytecode.txt | 20 # series of instruction formats that all take (potentially) compatible
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
D | FindUsages.java | 79 public void visit(DecodedInstruction[] all, in FindUsages() 90 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in FindUsages()
|
/dalvik/dx/src/com/android/dx/command/grep/ |
D | Grep.java | 49 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/dexdump/ |
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/dx/tests/031-bb-dead-code/ |
D | blort.j | 57 .catch all from blort to handler using handler
|
/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
|