Home
last modified time | relevance | path

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

123

/test/vts/tools/build/tasks/framework/
Dvtf_package.mk60 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.) \
61 $(call find-files-in-subdirs,test/vts,"*.runner_conf" -and -type f,.) \
62 $(call find-files-in-subdirs,test/vts,"*.push" -and -type f,.)
69 $(call find-files-in-subdirs,test/vts-testcase,"*.py" -and -type f,.) \
70 $(call find-files-in-subdirs,test/vts-testcase,"*.runner_conf" -and -type f,.) \
71 $(call find-files-in-subdirs,test/vts-testcase,"*.push" -and -type f,.) \
72 $(call find-files-in-subdirs,test/vts-testcase,"*.dump" -and -type f,.)
79 $(call copy-many-files,$(host_testcase_copy_pairs)) \
84 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.py" -and -type f,.) \
85 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.pdf" -and -type f,.) \
[all …]
/test/framework/build/
DAndroid.mk58 $(call find-files-in-subdirs,test/framework/harnesses/host_controller,"*.py" -and -type f,.) \
66 $(call find-files-in-subdirs,test/framework/harnesses/host_controller/gsi,"*.sh" -and -type f,.) \
81 $(call find-files-in-subdirs,tools/acloud,"*.py" -and -type f,.) \
82 $(call find-files-in-subdirs,tools/acloud,"*.config" -and -type f,.)
89 $(call find-files-in-subdirs,test/vti/dashboard/proto,"*.py" -and -type f,.)
92 $(call find-files-in-subdirs,test/vti/test_serving/proto,"*.py" -and -type f,.)
110 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.)
125 $(call copy-many-files,$(vtslab_apk_modules_copy_pairs)) \
126 $(call copy-many-files,$(host_hc_copy_pairs)) \
127 $(call copy-many-files,$(host_hc_gsispl_copy_pairs)) \
[all …]
Dvtf.mk45 $(call copy-many-files,$(vtf_tradefed_copy_pairs)) \
46 $(call copy-many-files,$(vtf_tradefed_additional_deps_copy_pairs)) \
/test/vts/tools/build/tasks/
Dvts_package.mk95 $(call find-files-in-subdirs,test/vts-testcase/hal-trace,"*.vts.trace" -and -type f,.) \
114 $(call find-files-in-subdirs,hardware/interfaces/media/res,"*.*" -and -type f,.) \
121 …$(call find-files-in-subdirs,frameworks/av/media/codec2/hidl/1.0/vts/functional/res,"*.*" -and -ty…
128 $(call find-files-in-subdirs,test/vts-testcase/nbu/src,"*.apk" -and -type f,.)
135 $(call find-files-in-subdirs,test/vts-testcase/performance/res/,"*.*" -and -type f,.) \
142 $(call find-files-in-subdirs,hardware/interfaces/audio,"*.xsd" -and -type f,.) \
177 $(call find-files-in-subdirs, ., "*.hal" -and -type f, \
182 $(call find-files-in-subdirs, ., "*.txt" -and -type f, \
211 $(call copy-many-files,$(target_native_copy_pairs)) \
212 $(call copy-many-files,$(target_spec_copy_pairs)) \
[all …]
/test/vts/tools/vts-tradefed/res/push_groups/
DREADME.md3 As part of the test setup procedure, a VTS test can push a set of files to
4 a target device. A list of files can be defined as a push group (i.e., a `.push`
9 - VtsAgent.push: VTS agent files.
10 - VtsDriverShell.push: VTS shell driver files.
11 - VtsDriverHal.push: VTS HAL driver files.
12 - VtsProfilerHal.push: VTS HAL profiler files.
13 - VtsSpec.push: VTS specification files for all HIDL HALs.
/test/mlts/benchmark/
DAndroid.mk27 LOCAL_SRC_FILES := $(call all-java-files-under, src)
44 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/nn/benchmark/core) \
45 $(call all-java-files-under, src/com/android/nn/benchmark/evaluators) \
46 $(call all-java-files-under, src/com/android/nn/benchmark/imageprocessors) \
47 $(call all-java-files-under, src/com/android/nn/benchmark/util)
/test/suite_harness/tools/cts-test-metrics/
DREADME1 The parse_test_metrics.py script can be used to parse test metrics json files. Run the following
5 To parse multiple files, list all files as arguments. Try the following:
9 Test metrics json files can be found in $CTS_ROOT/repository/results/$RESULT_DIR/report-log-files/
/test/mlts/benchmark/dogfood/
DAndroid.mk27 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
28 $(call all-java-files-under, ../src/com/android/nn/benchmark/core) \
29 $(call all-java-files-under, ../src/com/android/nn/benchmark/evaluators) \
30 $(call all-java-files-under, ../src/com/android/nn/benchmark/imageprocessors) \
31 $(call all-java-files-under, ../src/com/android/nn/benchmark/util)
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java316 File[] files = null; in splitModules() local
318 files = getBuildHelper().getTestsDir().listFiles(new ModuleRepo.ConfigFilter()); in splitModules()
324 if (files != null && files.length > 0) { in splitModules()
328 for (File file : files) { in splitModules()
477 File[] files = null; in listSubPlans() local
479 files = getBuildHelper().getSubPlansDir().listFiles(); in listSubPlans()
484 if (files != null && files.length > 0) { in listSubPlans()
486 for (File subPlanFile : files) { in listSubPlans()
/test/vts-testcase/vndk/
DAndroid.bp85 main: "files/vts_vndk_files_test.py",
87 "files/vts_vndk_files_test.py",
92 test_config: "files/vts_vndk_files_test.xml",
D.gitignore1 # Byte-compiled / optimized / DLL files
/test/vti/test_serving/gae/frontend/
D.gitignore1 # See http://help.github.com/ignore-files/ for more about ignoring files.
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DDupFileTest.java134 List<String> files = new ArrayList<String>(); in getListOfFiles() local
140 files.add(filename); in getListOfFiles()
143 return files; in getListOfFiles()
/test/vts-testcase/hal/script/build/
Dbuild_rule_gen_utils.py93 for base, _, files in os.walk(dir_path):
94 for f in files:
Dvts_spec_parser.py130 for base, dirs, files in os.walk(full_path_root):
131 has_hals = any(f.endswith('.hal') for f in files)
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTraceCollectPreparer.java147 File[] files = profilerLibDir.listFiles(); in pushProfilerLib() local
148 if (files == null) { in pushProfilerLib()
152 for (File f : files) { in pushProfilerLib()
/test/vts/utils/python/archive/
Darchive_parser_test.py69 self.assertIn(file_name, archive.files)
70 self.assertEquals(archive.files[file_name], message)
Darchive_parser.py59 self.files = {}
130 self.files[name] = content
/test/vts/utils/python/coverage/
Dcoverage_utils.py225 for gcno_file_path in archive.files:
226 gcno_stream = io.BytesIO(archive.files[gcno_file_path])
324 files = dut.adb.shell("find %s -name \"*.gcda\"" % path)
325 gcda_files.update(files.split("\n"))
558 for gcno_file_path in archive.files:
561 gcno_content = archive.files[gcno_file_path]
652 files = os.listdir(self.local_coverage_path)
653 for item in files:
/test/vts/
D.gitignore3 # Byte-compiled / optimized / DLL files
30 # Usually these files are written by a python script from a template
/test/vti/test_serving/
D.gitignore3 # Byte-compiled / optimized / DLL files
30 # Usually these files are written by a python script from a template
/test/framework/
D.gitignore3 # Byte-compiled / optimized / DLL files
29 # Usually these files are written by a python script from a template
/test/vti/test_serving/configs/global/
DAndroid.mk25 $(vti-global-config-prod-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs))
41 $(vti-global-config-test-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs))
/test/vts-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test.py85 for root, dirs, files in os.walk(self._env['syzkaller_bin_dir']):
86 for filepath in files:
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py82 for base_dir, dirs, files, in os.walk(config_dir):
83 for file_name in files:

123