/test/vts/proto/ |
D | VtsReportMessage_pb2.py | 31 file=DESCRIPTOR, 70 file=DESCRIPTOR, 105 file=DESCRIPTOR, 136 file=DESCRIPTOR, 189 file=DESCRIPTOR, 198 serialized_options=None, file=DESCRIPTOR), 205 serialized_options=None, file=DESCRIPTOR), 212 serialized_options=None, file=DESCRIPTOR), 219 serialized_options=None, file=DESCRIPTOR), 226 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | ComponentSpecificationMessage_pb2.py | 31 file=DESCRIPTOR, 82 file=DESCRIPTOR, 225 file=DESCRIPTOR, 328 file=DESCRIPTOR, 355 file=DESCRIPTOR, 469 file=DESCRIPTOR, 478 serialized_options=None, file=DESCRIPTOR), 485 serialized_options=None, file=DESCRIPTOR), 492 serialized_options=None, file=DESCRIPTOR), 499 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | VtsResourceControllerMessage_pb2.py | 33 file=DESCRIPTOR, 104 file=DESCRIPTOR, 159 file=DESCRIPTOR, 226 file=DESCRIPTOR, 235 serialized_options=None, file=DESCRIPTOR), 242 serialized_options=None, file=DESCRIPTOR), 249 serialized_options=None, file=DESCRIPTOR), 256 serialized_options=None, file=DESCRIPTOR), 263 serialized_options=None, file=DESCRIPTOR), 270 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | VtsFuzzTaskMessage_pb2.py | 34 file=DESCRIPTOR, 61 file=DESCRIPTOR, 102 file=DESCRIPTOR, 111 serialized_options=None, file=DESCRIPTOR), 118 serialized_options=None, file=DESCRIPTOR), 125 serialized_options=None, file=DESCRIPTOR), 132 serialized_options=None, file=DESCRIPTOR), 139 serialized_options=None, file=DESCRIPTOR), 161 file=DESCRIPTOR, 170 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | AndroidSystemControlMessage_pb2.py | 34 file=DESCRIPTOR, 105 file=DESCRIPTOR, 132 file=DESCRIPTOR, 202 file=DESCRIPTOR, 211 serialized_options=None, file=DESCRIPTOR), 218 serialized_options=None, file=DESCRIPTOR), 225 serialized_options=None, file=DESCRIPTOR), 232 serialized_options=None, file=DESCRIPTOR), 239 serialized_options=None, file=DESCRIPTOR), 246 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | VtsDriverControlMessage_pb2.py | 33 file=DESCRIPTOR, 100 file=DESCRIPTOR, 146 file=DESCRIPTOR, 155 serialized_options=None, file=DESCRIPTOR), 162 serialized_options=None, file=DESCRIPTOR), 169 serialized_options=None, file=DESCRIPTOR), 176 serialized_options=None, file=DESCRIPTOR), 183 serialized_options=None, file=DESCRIPTOR), 190 serialized_options=_b('\030\001'), file=DESCRIPTOR), 197 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | VtsProfilingMessage_pb2.py | 33 file=DESCRIPTOR, 101 file=DESCRIPTOR, 110 serialized_options=None, file=DESCRIPTOR), 117 serialized_options=None, file=DESCRIPTOR), 124 serialized_options=None, file=DESCRIPTOR), 131 serialized_options=_b('\030\001'), file=DESCRIPTOR), 138 serialized_options=None, file=DESCRIPTOR), 145 serialized_options=None, file=DESCRIPTOR), 152 serialized_options=None, file=DESCRIPTOR), 159 serialized_options=None, file=DESCRIPTOR), [all …]
|
D | TestSchedulingPolicyMessage_pb2.py | 31 file=DESCRIPTOR, 64 file=DESCRIPTOR, 73 serialized_options=None, file=DESCRIPTOR), 80 serialized_options=None, file=DESCRIPTOR), 87 serialized_options=None, file=DESCRIPTOR), 94 serialized_options=None, file=DESCRIPTOR),
|
D | VtsReportMessage.proto | 4 // you may not use this file except in compliance with the License. 135 // coverage report per file 141 // systrace report message per file 188 // the path to the source file from the project root. 191 // the name of the project where the file can be found 208 // the directory path of a source file. 212 // the name of the source file. 249 // URL of a produced log file (e.g., stdout, stderr). 252 // Name of a log file. 261 // message). This can be used to store a log file or an XML (or HTML) report [all …]
|
D | ExecutionSpecificationMessage_pb2.py | 35 file=DESCRIPTOR, 44 serialized_options=None, file=DESCRIPTOR), 51 serialized_options=None, file=DESCRIPTOR),
|
D | VtsResourceControllerMessage.proto | 4 // you may not use this file except in compliance with the License. 89 // Create a handle object for a single file. 91 // Read from a handle object with one file. 93 // Write to a handle object with one file. 186 // number of bytes to read from the file 190 // data to be written into file 200 // data read from the file 202 // number of bytes written into the file if the request is a write operation
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaFile.cpp | 31 if (gcov_var_.file) return false; in Open() 36 gcov_var_.file = fopen(filename_.c_str(), "rb"); in Open() 37 if (!gcov_var_.file) return false; in Open() 39 setbuf(gcov_var_.file, (char*)0); in Open() 44 if (gcov_var_.file) { in Close() 45 fclose(gcov_var_.file); in Close() 46 gcov_var_.file = 0; in Close() 57 if (!gcov_var_.file) return; in Sync() 64 fseek(gcov_var_.file, base << 2, SEEK_SET); in Sync() 65 gcov_var_.start = ftell(gcov_var_.file) >> 2; in Sync() [all …]
|
/test/mts/tools/mts-tradefed/res/config/ |
D | OWNERS | 1 per-file mts-art*.xml = rpl@google.com 2 per-file mts-sdkextensions*.xml = file: platform/packages/modules/SdkExtensions:/OWNERS 3 per-file mts-bluetooth*.xml = file: platform/packages/modules/Bluetooth/:/pandora/OWNERS
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | DirectoryBasedModuleInfoProvider.java | 73 .filter(file -> file.getPath().toLowerCase().endsWith(".apk")) in get() 75 file -> { in get() 78 file.getName(), in get() 80 file.getName(), in get() 83 mPackageNameParser.parsePackageName(file), in get() 85 file.getPath()))); in get()
|
D | PackagesFileModuleInfoProvider.java | 28 import java.nio.file.Files; 56 file -> { in get() 58 return Files.readAllLines(file.toPath()).stream(); in get()
|
D | FileBasedTemplateMappingProvider.java | 27 import java.nio.file.Files; 55 for (File file : mTemplateMappingFiles) { in get() 57 Files.readAllLines(file.toPath()).stream() in get()
|
/test/mlts/benchmark/tools/ |
D | gen_tflite_visualization.sh | 26 for file in "$MODEL_DIR"/*.tflite 28 if [ -f "$file" ]; then 29 filename=`basename $file` 31 bazel run //tensorflow/lite/tools:visualize $file $HTML_DIR/$modelname.html
|
/test/vts/utils/python/web/ |
D | dashboard_rest_client.py | 102 with tempfile.NamedTemporaryFile(delete=False) as file: 103 file.write(post_bytes) 105 self.post_cmd.format(path=file.name), 110 os.remove(file.name)
|
/test/vts-testcase/nbu/src/ |
D | README.md | 29 This is a zip file that you have downloaded. 31 The zip file includes: 33 * this README file 50 #### Create a test config file 52 Based on the two devices' serial numbers, we need to create a config file. 54 Create a plain text file `config.yaml` in the following format, with the `<>` 87 First, you need to put the file `config.yaml` in the same directory as the
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | TestModelsListLoader.java | 172 for (String file : assetManager.list(MODELS_LIST_ROOT)) { in parseFromAssets() 173 if (!file.endsWith(".json")) { in parseFromAssets() 178 assetManager.open(MODELS_LIST_ROOT + "/" + file))); in parseFromAssets() 181 throw new IOException("JSON error in " + file, e); in parseFromAssets() 185 throw new IOException("Error while parsing " + file, e); in parseFromAssets()
|
/test/vts/utils/python/library/ |
D | README.md | 3 * elf_parser.py: Contains ElfParser that reads metadata from an ELF file. 7 from an ELF file.
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | FileBasedTemplateMappingProviderTest.java | 33 import java.nio.file.Files; 34 import java.nio.file.Path; 134 private FileBasedTemplateMappingProvider createSubjectUnderTest(String file) in createSubjectUnderTest() argument 139 FileBasedTemplateMappingProvider.TEMPLATE_MAPPING_FILE_OPTION, file); in createSubjectUnderTest()
|
D | ApkInstallerTest.java | 33 import java.nio.file.FileSystem; 34 import java.nio.file.Files; 35 import java.nio.file.Path;
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/ |
D | AppRemoteFileResolver.java | 266 if (!optionSource.file.exists()) { in resolveUriToFile() 267 CLog.w("URI (%s) resolved to non-existent local file (%s)", uri, optionSource.file); in resolveUriToFile() 269 CLog.i("URI (%s) resolved to local file (%s)", uri, optionSource.file); in resolveUriToFile() 272 return optionSource.file; in resolveUriToFile() 280 public File file; field in AppRemoteFileResolver.FileOptionSource
|
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 238 struct dirent* file; in CleanupTraces() local 239 while ((file = readdir(dir)) != NULL) { in CleanupTraces() 240 if (file->d_type == DT_REG) { in CleanupTraces() 245 trace_file += file->d_name; in CleanupTraces() 318 struct dirent* file; in DedupTraces() local 321 while ((file = readdir(dir)) != NULL) { in DedupTraces() 322 if (file->d_type == DT_REG) { in DedupTraces() 328 trace_file += file->d_name; in DedupTraces() 383 struct dirent* file; in SelectTraces() local 384 while ((file = readdir(coverage_dir)) != NULL) { in SelectTraces() [all …]
|