/art/test/968-default-partial-compile-generated/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/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/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 79 OAT files after compilation. 92 Iterations - number of attempts we've made to mutate DEX files. 93 VerifyFail - the number of mutated files that ended up failing to verify, either 99 Timed Out - mutated files that timed out for one or more backends. [all …]
|
D | Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/art/tools/ahat/ |
D | Android.mk | 23 LOCAL_SRC_FILES := $(call all-java-files-under, src) 45 LOCAL_SRC_FILES := $(call all-java-files-under, test) 58 LOCAL_SRC_FILES := $(call all-java-files-under, test-dump)
|
/art/runtime/interpreter/mterp/ |
D | Makefile_mterp | 34 # Accumulate all possible dependencies for the generated files in a very 35 # conservative fashion. If it's not one of the generated files in "out", 40 # Source files generated by the script. There's always one C and one
|
D | README.txt | 13 generated files in the "out" directory. 18 The config files are parsed from top to bottom. Each line in the file 41 substitutions are performed. ".cpp" and ".h" files are copied to the 42 C output, ".S" files are copied to the asm output. 61 instruction files from. 96 The assembly instruction files are simply fragments of assembly sources. 173 combined source files in the "out" directory. Make sure the files in 180 output files without requiring this separate step, but we're not yet
|
/art/build/ |
D | Android.cpplint.mk | 26 ….h, $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir-named-files,*…
|
D | Android.executable.mk | 211 art-multi-source-files := $(2) 240 …$$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-m… 245 art-multi-source-files :=
|
D | Android.common_test.mk | 195 LOCAL_SRC_FILES := $(call all-java-files-under, $(2)) 212 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
|
/art/test/462-checker-inlining-across-dex-files/ |
D | info.txt | 1 Check our inlining heuristics across dex files in optimizing.
|
/art/test/960-default-smali/ |
D | info.txt | 11 files. 16 To update the test files do the following steps:
|
/art/test/577-profile-foreign-dex/ |
D | info.txt | 1 Check that we record the use of foreign dex files when profiles are enabled.
|
/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/test/973-default-multidex/ |
D | info.txt | 5 Tests that we handle referenced throws across dex files.
|
/art/test/800-smali/ |
D | info.txt | 2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 63 std::vector<dwarf::FileEntry> files; in WriteCompilationUnit() local 204 file_index = 1 + files.size(); in WriteCompilationUnit() 206 files.push_back(dwarf::FileEntry { in WriteCompilationUnit() 268 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_); in WriteCompilationUnit()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 198 std::vector<FileEntry> files { in TEST_F() local 241 WriteDebugLineTable(include_directories, files, opcodes, in TEST_F() 278 std::vector<FileEntry> files { { "file.c", 0, 1000, 2000 } }; // NOLINT in TEST_F() local 280 WriteDebugLineTable(directories, files, opcodes, in TEST_F()
|
/art/tools/checker/ |
D | checker.py | 78 for root, dirs, files in os.walk(path): 79 for file in files:
|
/art/test/965-default-verify/ |
D | info.txt | 4 build-src contains java files that are needed if you are to compile with javac
|
/art/tools/ |
D | libcore_failures_concurrent_collector.txt | 5 * are fixed or until the libcore expectation files get properly updated. The
|
/art/test/ |
D | README.txt | 12 replacing class files created in the first pass. The "src-ex" directory
|
/art/test/964-default-iface-init-generated/ |
D | info.txt | 7 When run smali test files are generated by the util-src/generate_smali.py
|
/art/test/970-iface-super-resolution-generated/ |
D | info.txt | 7 When run smali test files are generated by the util-src/generate_smali.py
|
/art/test/961-default-iface-resolution-generated/ |
D | info.txt | 7 When run smali test files are generated by the util-src/generate_smali.py
|