/test/dittosuite/test/ |
D | read_directory_test.cpp | 29 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/ |
D | vndk_data.py | 82 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/ |
D | CompatibilityConsole.java | 311 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/ |
D | Android.bp | 97 main: "files/vts_vndk_files_test.py", 99 "files/vts_vndk_files_test.py", 105 test_config: "files/vts_vndk_files_test.xml",
|
D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
/test/vts/ |
D | .gitignore | 3 # Byte-compiled / optimized / DLL files 27 # Usually these files are written by a python script from a template
|
/test/framework/ |
D | .gitignore | 3 # Byte-compiled / optimized / DLL files 29 # Usually these files are written by a python script from a template
|
/test/dittosuite/ |
D | Doxyfile | 75 # 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 …]
|
D | README.md | 29 [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
|
D | LICENSE | 29 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/ |
D | PREUPLOAD.cfg | 10 # is basically applied to ALL files in a git commit.
|
/test/mlts/benchmark/tools/ |
D | build_and_dump_intermediate.sh | 67 adb pull /data/data/com.android.nn.benchmark.app/files/intermediate/ &&
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 57 with resources.files('testdata').joinpath( 146 resources.files('testdata').joinpath(apk).open('rb') as data,
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test.go | 154 <!-- 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/ |
D | AppCrawlTester.java | 301 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/ |
D | README.md | 35 * several Python files. 95 Execute all the `*_test.py` files the same way. Once they all finish executing,
|
/test/mlts/benchmark/results/ |
D | LICENSE | 8 …any person obtaining a copy of this software and associated documentation files (the "Software"), …
|
/test/mlts/models/ |
D | README.txt | 125 Input files: 137 Acoustic features generated from audio files from the LibriSpeech dataset
|
D | LICENSE | 28 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/ |
D | pylintrc | 10 # 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/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
D | README.txt | 16 This directory contains files for the Android MLTS (Machine Learning
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 416 with resources.files(package_name).joinpath(resource_name).open('r') \
|