/test/vts/tools/build/tasks/framework/ |
D | vtf_package.mk | 60 $(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/ |
D | Android.mk | 58 $(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 …]
|
D | vtf.mk | 44 $(call copy-many-files,$(vtf_tradefed_copy_pairs)) \ 45 $(call copy-many-files,$(vtf_tradefed_additional_deps_copy_pairs)) \
|
/test/vts/tools/build/tasks/ |
D | vts_package.mk | 95 $(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,.) \ 192 $(call copy-many-files,$(target_native_copy_pairs)) \ 193 $(call copy-many-files,$(target_spec_copy_pairs)) \ 194 $(call copy-many-files,$(target_trace_copy_pairs)) \ 195 $(call copy-many-files,$(media_test_res_copy_pairs)) \ [all …]
|
/test/vts/tools/vts-tradefed/res/push_groups/ |
D | README.md | 3 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/crashtest/ |
D | Android.mk | 27 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) \ 32 $(call all-java-files-under, ../src/com/android/nn/crashtest/core) \
|
/test/mlts/benchmark/ |
D | Android.mk | 26 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/nn/benchmark) 49 LOCAL_SRC_FILES := $(call all-java-files-under, src) 66 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/nn/benchmark/core) \ 67 $(call all-java-files-under, src/com/android/nn/benchmark/evaluators) \ 68 $(call all-java-files-under, src/com/android/nn/benchmark/imageprocessors) \ 69 $(call all-java-files-under, src/com/android/nn/benchmark/util)
|
/test/suite_harness/tools/cts-test-metrics/ |
D | README | 1 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/ |
D | Android.mk | 27 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/ |
D | CompatibilityConsole.java | 316 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/ |
D | Android.bp | 85 main: "files/vts_vndk_files_test.py", 87 "files/vts_vndk_files_test.py", 92 test_config: "files/vts_vndk_files_test.xml",
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | DupFileTest.java | 135 List<String> files = new ArrayList<String>(); in getListOfFiles() local 141 files.add(filename); in getListOfFiles() 144 return files; in getListOfFiles()
|
/test/vts-testcase/hal/script/build/ |
D | build_rule_gen_utils.py | 93 for base, _, files in os.walk(dir_path): 94 for f in files:
|
D | vts_spec_parser.py | 130 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/ |
D | VtsTraceCollectPreparer.java | 147 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/ |
D | archive_parser_test.py | 69 self.assertIn(file_name, archive.files) 70 self.assertEquals(archive.files[file_name], message)
|
D | archive_parser.py | 59 self.files = {} 130 self.files[name] = content
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 225 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/vti/test_serving/configs/global/ |
D | Android.mk | 25 $(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/ |
D | syzkaller_test.py | 85 for root, dirs, files in os.walk(self._env['syzkaller_bin_dir']): 86 for filepath in files:
|
/test/vts-testcase/fuzz/script/config/ |
D | config_gen.py | 82 for base_dir, dirs, files, in os.walk(config_dir): 83 for file_name in files:
|
/test/vts-testcase/hal/vts_specs/ |
D | Android.mk | 30 $(call copy-many-files,$(spec_copy_pairs)) \
|
/test/framework/host_setup/ |
D | fabfile.py | 27 from fabric.contrib.files import contains 28 from fabric.contrib.files import exists
|
/test/vts/utils/python/reporting/ |
D | report_file_utils_test.py | 29 files = ("dir1/file1_1.txt", "dir1/file1_2.txt", "dir1/file1_3.txt", 31 return [(root, dirs, files)]
|
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/ |
D | Android.mk | 36 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|