Home
last modified time | relevance | path

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

/test/dittosuite/test/
Dread_directory_test.cpp29 std::vector<std::string> files{path + "/test1", path + "/test2", path + "/test3"}; member in ReadDirectoryTest
35 for (const auto& file : files) { in SetUp()
41 for (const auto& file : files) { in TearDown()
58 ASSERT_EQ(output, files); in TEST_F()
/test/vts-testcase/vndk/golden/
Dvndk_data.py82 self._resource = resources.files(_RESOURCE_PACKAGE).joinpath(
224 vndk_lib_list = resources.files(_RESOURCE_PACKAGE).joinpath(
227 vndk_lib_list_history = resources.files(_RESOURCE_PACKAGE).joinpath(
230 vndk_lib_extra_list = resources.files(_RESOURCE_PACKAGE).joinpath(
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java311 File[] files = null; in splitModules() local
313 files = getBuildHelper().getTestsDir().listFiles(new SuiteModuleLoader.ConfigFilter()); in splitModules()
319 if (files != null && files.length > 0) { in splitModules()
323 for (File file : files) { in splitModules()
472 File[] files = null; in listSubPlans() local
474 files = getBuildHelper().getSubPlansDir().listFiles(); in listSubPlans()
479 if (files != null && files.length > 0) { in listSubPlans()
481 for (File subPlanFile : files) { in listSubPlans()
/test/vts-testcase/vndk/
DAndroid.bp97 main: "files/vts_vndk_files_test.py",
99 "files/vts_vndk_files_test.py",
105 test_config: "files/vts_vndk_files_test.xml",
D.gitignore1 # Byte-compiled / optimized / DLL files
/test/vts/
D.gitignore3 # Byte-compiled / optimized / DLL files
27 # 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/dittosuite/
DDoxyfile75 # and will distribute the generated files over these directories. Enabling this
76 # option can be useful when feeding doxygen a huge amount of source files, where
77 # putting all generated files in the same directory would otherwise causes
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
171 # before files name in the file list and in the header files. If set to NO the
324 # Doxygen selects the parser to use depending on the extension of the files it
333 # default for Fortran type files). For instance to make doxygen treat .inc files
334 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
337 # Note: For files without extension you can use no_extension as a placeholder.
340 # the files are not read by doxygen. When specifying no_extension you should add
[all …]
DREADME.md29 [How to write .ditto files](#how-to-write-ditto-files)
42 # How to write .ditto files
74 - (optional) `string absolute_path` (`default = ""`). Specifies the absolute path for the files.
89 e.g, delete benchmark files. Similar to `init`, it executes instructions like `main`, but results
328 - `string output` - Shared variable name to which files names should be saved.
398 Bandwidth and measurement when dealing with few huge files or many small files.
401 Latency in creating/deleting files/folders.
433 ProtoBuffer configuration files are distributed among all the binaries so that
DLICENSE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/test/suite_harness/
DPREUPLOAD.cfg10 # is basically applied to ALL files in a git commit.
/test/mlts/benchmark/tools/
Dbuild_and_dump_intermediate.sh67 adb pull /data/data/com.android.nn.benchmark.app/files/intermediate/ &&
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py57 with resources.files('testdata').joinpath(
146 resources.files('testdata').joinpath(apk).open('rb') as data,
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go154 <!-- Generates module files in the beginning of the test. -->
156 <!-- Cleans the generated module files after the test. -->
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java301 try (Stream<Path> files = Files.list(subDir)) { in collectCrawlStepScreenshots() argument
302 files.filter(path -> path.getFileName().toString().toLowerCase().endsWith(".png")) in collectCrawlStepScreenshots()
337 try (Stream<Path> files = Files.list(subDir)) { in createCrawlerRoboscriptSignal() argument
339 files.filter( in createCrawlerRoboscriptSignal()
/test/vts-testcase/nbu/src/
DREADME.md35 * several Python files.
95 Execute all the `*_test.py` files the same way. Once they all finish executing,
/test/mlts/benchmark/results/
DLICENSE8 …any person obtaining a copy of this software and associated documentation files (the "Software"), …
/test/mlts/models/
DREADME.txt125 Input files:
137 Acoustic features generated from audio files from the LibriSpeech dataset
DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
/test/app_compat/csuite/
Dpylintrc10 # Add files or directories to the blacklist. They should be base names, not
14 # Add files or directories matching the regex patterns to the blacklist. The
155 files-output=no
305 # Tells whether we should check for unused import in __init__ files.
/test/mlts/benchmark/
DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
DREADME.txt16 This directory contains files for the Android MLTS (Machine Learning
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py416 with resources.files(package_name).joinpath(resource_name).open('r') \