Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 185) sorted by relevance

12345678

/test/vts/proto/
DVtsReportMessage_pb2.py31 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 …]
DComponentSpecificationMessage_pb2.py31 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 …]
DVtsResourceControllerMessage_pb2.py33 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 …]
DVtsFuzzTaskMessage_pb2.py34 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 …]
DAndroidSystemControlMessage_pb2.py34 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 …]
DVtsDriverControlMessage_pb2.py33 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 …]
DVtsProfilingMessage_pb2.py33 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 …]
DTestSchedulingPolicyMessage_pb2.py31 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),
DVtsReportMessage.proto4 // 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 …]
DExecutionSpecificationMessage_pb2.py35 file=DESCRIPTOR,
44 serialized_options=None, file=DESCRIPTOR),
51 serialized_options=None, file=DESCRIPTOR),
DVtsResourceControllerMessage.proto4 // 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/
DGcdaFile.cpp31 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/
DOWNERS1 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/
DDirectoryBasedModuleInfoProvider.java73 .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()
DPackagesFileModuleInfoProvider.java28 import java.nio.file.Files;
56 file -> { in get()
58 return Files.readAllLines(file.toPath()).stream(); in get()
DFileBasedTemplateMappingProvider.java27 import java.nio.file.Files;
55 for (File file : mTemplateMappingFiles) { in get()
57 Files.readAllLines(file.toPath()).stream() in get()
/test/mlts/benchmark/tools/
Dgen_tflite_visualization.sh26 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/
Ddashboard_rest_client.py102 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/
DREADME.md29 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/
DTestModelsListLoader.java172 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/
DREADME.md3 * 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/
DFileBasedTemplateMappingProviderTest.java33 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()
DApkInstallerTest.java33 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/
DAppRemoteFileResolver.java266 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/
DVtsTraceProcessor.cpp238 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 …]

12345678