/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 76 OAT files after compilation. 89 Iterations - number of attempts we've made to mutate DEX files. 90 VerifyFail - the number of mutated files that ended up failing to verify, either 96 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/odsign/src/com/android/tests/odsign/ |
D | ArtifactsSignedTest.java | 69 List<File> files = Files.walk(Paths.get(ARTIFACTS_DIR), Integer.MAX_VALUE). in testArtArtifactsHaveFsverity() local 73 for (File file : files) { in testArtArtifactsHaveFsverity() 88 List<File> files = Files.walk(Paths.get(ARTIFACTS_DIR), Integer.MAX_VALUE). in testGeneratesRequiredArtArtifacts() local 92 for (File file : files) { in testGeneratesRequiredArtArtifacts()
|
/art/build/boot/hiddenapi/ |
D | OWNERS | 1 # soong-team@ as the hiddenapi files are tightly coupled with Soong 4 # compat-team@ for changes to hiddenapi files
|
/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/ |
D | README.md | 23 exercise "API mismatch" situations by replacing class files created in the first 26 distributed together with the executable files. 44 `expected-stdout.txt` and `expected-stderr.txt` files contained in the test's 68 some test Dex files and core images. 71 the same directory as the code they exercise). Their source files usually end 73 in ART's build system (`Android.bp` and `Android*.mk` files). On host, these 107 $ # Build test files 122 $ # Build test files 149 $ # Build test files 169 $ # Build test files
|
/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/151-OpenFileLimit/ |
D | expected-stdout.txt | 1 Message includes "Too many open files"
|
/art/test/462-checker-inlining-dex-files/ |
D | info.txt | 1 Check our inlining heuristics across dex files in optimizing.
|
/art/test/071-dexfile-get-static-size/ |
D | info.txt | 3 test1.dex and test2.dex are arbitrary valid dex files.
|
/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/960-default-smali/ |
D | info.txt | 11 files. 16 To update the test files do the following steps:
|
/art/libnativeloader/test/ |
D | Android.mk | 52 LOCAL_SRC_FILES := $(call all-java-files-under, src) 65 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 60 std::vector<dwarf::FileEntry> files; in WriteCompilationUnit() local 201 file_index = 1 + files.size(); in WriteCompilationUnit() 203 files.push_back(dwarf::FileEntry { in WriteCompilationUnit() 264 WriteDebugLineTable(directories, files, opcodes, &buffer); in WriteCompilationUnit()
|
/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/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/art/ |
D | Android.bp | 18 // For unused files, consider creating a 'fileGroup' with "//visibility:private" 19 // to attach the license to, and including a comment whether the files may be
|