/art/test/971-iface-super/util-src/ |
D | generate_java.py | 64 def compile_files(self, args, files): argument 69 files = list(map(str, files)) 70 cmd = ['sh', '-a', '-e', '--', str(self.javac)] + args + files 73 print("Compiled {} files".format(len(files))) 97 files = [] 102 files.append(self.temp_dir / out.get_file_name()) 108 files.append(self.temp_dir / out.get_file_name()) 109 self.compile_files("-d {outdir} -cp {outdir}".format(outdir = self.classes_dir), files)
|
/art/test/968-default-partial-compile-gen/util-src/ |
D | generate_java.py | 64 def compile_files(self, args, files): argument 69 files = list(map(str, files)) 70 cmd = ['sh', '-a', '-e', '--', str(self.javac)] + args + files 73 print("Compiled {} files".format(len(files))) 93 files = [] 98 files.append(self.temp_dir / out.get_file_name()) 104 files.append(self.temp_dir / out.get_file_name()) 105 self.compile_files("-d {outdir} -cp {outdir}".format(outdir = self.classes_dir), files)
|
/art/test/151-OpenFileLimit/src/ |
D | Main.java | 29 List<File> files = new ArrayList<File>(); in main() local 34 files.add(file); in main() 63 for (int i = 0; i < files.size(); i++) { in main() 64 files.get(i).delete(); in main()
|
/art/tools/dexfuzz/ |
D | README | 4 DexFuzz is primarily a tool for fuzzing DEX files. Fuzzing is the introduction of 16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds" 18 ADB-connected Android device, and it will fuzz these seed files, and execute the 32 having DEX files pushed to it and executed with the dalvikvm command. 35 4. Create a new directory, and place some DEX files in here. These are the seed files 37 5. Create a directory on your device that mutated test files can be pushed to and 78 OAT files after compilation. 91 Iterations - number of attempts we've made to mutate DEX files. 92 VerifyFail - the number of mutated files that ended up failing to verify, either 98 Timed Out - mutated files that timed out for one or more backends. [all …]
|
/art/test/677-fsi/ |
D | run | 19 exec ${RUN} $@ -Xcompiler-option --copy-dex-files=always --runtime-option -Xonly-use-system-oat-fil…
|
/art/test/693-vdex-inmem-loader-evict/ |
D | info.txt | 2 of vdex files in the data folder. Least recently used vdex files should be unlinked.
|
/art/build/ |
D | Android.cpplint.mk | 32 … := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir-named-files,*… 36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
|
/art/tools/ |
D | test_presubmit.py | 98 def run_gen_srcs(files): argument 102 if len(files) == 0: 110 for f in files:
|
D | generate_cmake_lists.py | 78 for root, dirs, files in os.walk(out_art_cmakelists_dir): 79 for name in files:
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 4 All the architecture-specific template files are concatenated to create 17 generated files in the "out" directory. 22 The assembly instruction files are simply fragments of assembly sources. 57 combined source files in the "out" directory. Make sure the files in 64 output files without requiring this separate step, but we're not yet
|
/art/test/677-fsi2/ |
D | run | 17 ${RUN} $@ --runtime-option -Xonly-use-system-oat-files
|
D | info.txt | 1 Test that -Xonly-use-system-oat-files works.
|
/art/test/462-checker-inlining-dex-files/ |
D | info.txt | 1 Check our inlining heuristics across dex files in optimizing.
|
/art/test/151-OpenFileLimit/ |
D | expected.txt | 1 Message includes "Too many open files"
|
/art/test/960-default-smali/ |
D | info.txt | 11 files. 16 To update the test files do the following steps:
|
/art/test/071-dexfile-get-static-size/ |
D | info.txt | 3 test1.dex and test2.dex are arbitrary valid dex files.
|
/art/tools/ahat/ |
D | Android.mk | 38 LOCAL_SRC_FILES := $(call all-java-files-under, src/test-dump) 106 LOCAL_SRC_FILES := $(call all-java-files-under, src/ri-test-dump) 125 LOCAL_SRC_FILES := $(call all-java-files-under, src/test)
|
/art/test/113-multidex/ |
D | info.txt | 1 Test whether we can run code from an application split into multiple dex files (similar to
|
/art/tools/amm/models/ |
D | DexCode.md | 4 sizes of all loaded dex files. It is calculated using the best approximation 11 `dalvik.system.DexFile` instance. Further breakdown of individual dex files
|
D | SoCode.md | 4 sizes of all loaded `.so` files. It is calculated by reading `/proc/self/maps`. 10 or what is causing a library to remain loaded. Individual `.so` files can be
|
/art/test/121-modifiers/ |
D | info.txt | 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then 6 run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them
|
/art/test/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/art/build/apex/ |
D | runtests.sh | 60 -l, --list-files list the contents of the ext4 image (\`find\`-like style) 71 (-l|--list-files) list_image_files_p=true;;
|
/art/test/981-dedup-original-dex/ |
D | info.txt | 4 classes original dex files.
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 60 std::vector<dwarf::FileEntry> files; in WriteCompilationUnit() local 203 file_index = 1 + files.size(); in WriteCompilationUnit() 205 files.push_back(dwarf::FileEntry { in WriteCompilationUnit() 266 WriteDebugLineTable(directories, files, opcodes, &buffer); in WriteCompilationUnit()
|