Searched refs:files (Results 1 - 12 of 12) sorted by relevance

/art/test/968-default-partial-compile-generated/util-src/
H A Dgenerate_java.py18 Generate java test files for test 966.
64 def compile_files(self, args, files):
66 Compile the files given with the arguments given.
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
[all...]
/art/test/971-iface-super/util-src/
H A Dgenerate_java.py18 Generate java test files for test 966.
64 def compile_files(self, args, files):
66 Compile the files given with the arguments given.
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
[all...]
/art/tools/dexfuzz/
H A DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/art/tools/ahat/
H A 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)
61 # Determine the location of the test-dump.jar and test-dump.hprof files.
/art/build/
H A DAndroid.cpplint.mk23 # 1) Gets a list of all .h & .cc files in the art directory.
26 ART_CPPLINT_SRC := $(filter-out $(LOCAL_PATH)/runtime/elf.h, $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir-named-files,*$(ART_CPP_EXTENSION))))
H A DAndroid.common_test.mk195 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
212 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
H A DAndroid.executable.mk198 # $(2): source files
211 art-multi-source-files := $(2)
240 $$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-multi-lib-dependencies),$$(art-multi-include-extra),$(target_flavor),$(debug_flavor),$$(art-multi-multilib)))
245 art-multi-source-files :=
/art/tools/checker/
H A Dchecker.py33 help="prefix of checks in the test files (default: CHECK)")
68 """ Returns a list of files to scan for check annotations in the given path.
70 recursively traversed and all '.java' and '.smali' files returned.
78 for root, dirs, files in os.walk(path):
79 for file in files:
/art/compiler/debug/
H A Delf_debug_line_writer.h63 std::vector<dwarf::FileEntry> files; local
204 file_index = 1 + files.size();
206 files.push_back(dwarf::FileEntry {
268 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_);
/art/compiler/debug/dwarf/
H A Ddwarf_test.cc198 std::vector<FileEntry> files {
241 WriteDebugLineTable(include_directories, files, opcodes,
278 std::vector<FileEntry> files { { "file.c", 0, 1000, 2000 } }; // NOLINT
280 WriteDebugLineTable(directories, files, opcodes,
H A Dheaders.h160 const std::vector<FileEntry>& files,
187 for (const FileEntry& file : files) {
159 WriteDebugLineTable(const std::vector<std::string>& include_directories, const std::vector<FileEntry>& files, const DebugLineOpCodeWriter<Vector>& opcodes, size_t debug_line_offset, std::vector<uint8_t>* debug_line, std::vector<uintptr_t>* debug_line_patches) argument
/art/test/
H A DAndroid.run-test.mk80 # The build system use this flag to pick up files generated by declare-make-art-run-test.

Completed in 211 milliseconds