Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 17 of 17) sorted by relevance

/test/dittosuite/src/
Dread_directory.cpp32 DIR* directory = syscall_.OpenDir(directory_name_); in RunSingle() local
34 if (directory == nullptr) { in RunSingle()
39 while ((entry = syscall_.ReadDir(directory)) != nullptr) { in RunSingle()
53 syscall_.CloseDir(directory); in RunSingle()
/test/cts-root/tests/
DREADME.md1 This is the default directory for device-side tests in the cts-root test suite.
3 Host-side tests should be placed in the cts-root/hostsidetests directory.
/test/cts-root/hostsidetests/
DREADME.md1 This is the default directory for host-side tests in the cts-root test suite.
2 Device-side tests should be placed in the cts-root/tests directory.
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java110 private void saveToFile(File directory) throws IOException { in saveToFile() argument
111 File file = new File(directory, NAME); in saveToFile()
196 public void addDirectory(File directory) { in addDirectory() argument
197 addDirectory(directory, directory.getName()); in addDirectory()
203 private void addDirectory(File directory, String path) { in addDirectory() argument
204 for(String childName : directory.list()) { in addDirectory()
205 File child = new File(directory, childName); in addDirectory()
DCertificationSuiteResultReporter.java408 private Path createLatestLinkDirectory(Path directory) { in createLatestLinkDirectory() argument
411 Path parent = directory.getParent(); in createLatestLinkDirectory()
418 Files.createSymbolicLink(link, directory); in createLatestLinkDirectory()
421 directory); in createLatestLinkDirectory()
/test/dittosuite/test/
Dexample_test.cpp34 DIR* directory = opendir(base_path.c_str()); in __ditto_files_paths() local
37 while ((entry = readdir(directory)) != nullptr) { in __ditto_files_paths()
56 closedir(directory); in __ditto_files_paths()
/test/vts/libvtswidevine/
DREADME1 The directory includes the prebuilts of libvtswidevine.so used for VTS test
/test/vts/vndk_utils/library/
DREADME.md1 This directory contains ELF parsing utilities for VTS ABI test.
/test/vts/
D.gitignore34 pip-delete-this-directory.txt
/test/framework/
D.gitignore36 pip-delete-this-directory.txt
/test/vts-testcase/nbu/src/
DREADME.md87 First, you need to put the file `config.yaml` in the same directory as the
88 Python scripts. Then cd to that directory and run:
/test/vts-testcase/vndk/
DAndroid.bp76 // different from the directory name so that the test runner can find a
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java331 public static List<String> getModuleNamesMatching(File directory, String pattern) { in getModuleNamesMatching() argument
332 String[] names = directory.list(new NameFilter(pattern)); in getModuleNamesMatching()
/test/dittosuite/
DDoxyfile62 # the logo to the output directory.
69 # left blank the current directory will be used.
74 # sub-directories (in 2 levels) under the output directory of each output format
77 # putting all generated files in the same directory would otherwise causes
180 # If left blank the directory from which doxygen is run is used as the path to
184 # will be relative from the directory where doxygen is started.
619 # filesystem is case sensitive (i.e. it supports files in the same directory
814 # Note that if you run doxygen from a directory containing a file called
944 # Note: If this tag is empty the current directory is searched.
1045 # subdirectory from a directory tree whose root is specified with the INPUT tag.
[all …]
DREADME.md324 Reads file names from a directory and stores them as a list in a shared variable. Uses `readdir(3)`.
327 - `string directory_name` - Name of the directory
355 A suite of unit tests is provided in the test/ directory.
/test/mlts/benchmark/
DREADME.txt16 This directory contains files for the Android MLTS (Machine Learning
27 * cd into android top-level source directory
/test/mlts/models/
DREADME.txt16 This directory contains models data for the Android Neural Networks API benchmarks.