Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 31) sorted by relevance

12

/art/test/968-default-partial-compile-generated/util-src/
Dgenerate_java.py64 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/
Dgenerate_java.py64 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/
DREADME4 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 …]
DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/art/tools/ahat/
DAndroid.mk23 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/
DMakefile_mterp34 # 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
DREADME.txt13 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/
DAndroid.cpplint.mk26 ….h, $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir-named-files,*…
DAndroid.executable.mk211 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 :=
DAndroid.common_test.mk195 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/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.
/art/test/960-default-smali/
Dinfo.txt11 files.
16 To update the test files do the following steps:
/art/test/577-profile-foreign-dex/
Dinfo.txt1 Check that we record the use of foreign dex files when profiles are enabled.
/art/test/113-multidex/
Dinfo.txt1 Test whether we can run code from an application split into multiple dex files (similar to
/art/test/973-default-multidex/
Dinfo.txt5 Tests that we handle referenced throws across dex files.
/art/test/800-smali/
Dinfo.txt2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
/art/compiler/debug/
Delf_debug_line_writer.h63 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/
Ddwarf_test.cc198 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/
Dchecker.py78 for root, dirs, files in os.walk(path):
79 for file in files:
/art/test/965-default-verify/
Dinfo.txt4 build-src contains java files that are needed if you are to compile with javac
/art/tools/
Dlibcore_failures_concurrent_collector.txt5 * are fixed or until the libcore expectation files get properly updated. The
/art/test/
DREADME.txt12 replacing class files created in the first pass. The "src-ex" directory
/art/test/964-default-iface-init-generated/
Dinfo.txt7 When run smali test files are generated by the util-src/generate_smali.py
/art/test/970-iface-super-resolution-generated/
Dinfo.txt7 When run smali test files are generated by the util-src/generate_smali.py
/art/test/961-default-iface-resolution-generated/
Dinfo.txt7 When run smali test files are generated by the util-src/generate_smali.py

12