Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 7 of 7) sorted by relevance

/test/mlts/benchmark/tools/
Dgen_mobilenet_input.py14 def gen_input_files(filename, prefix, size): argument
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py98 def UploadLogs(self, prefix=None, dryrun=False): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java82 public void collectScreenshot(String prefix) throws DeviceNotAvailableException { in collectScreenshot()
100 DeviceUtils.RunnableThrowingDeviceNotAvailable job, String prefix) in collectScreenRecord()
124 public void collectGmsVersion(String prefix) throws DeviceNotAvailableException { in collectGmsVersion()
/test/vts/runners/host/
Dlogger.py131 def _initiateTestLogger(log_path, prefix=None, filename=None, log_severity="INFO"): argument
218 prefix=None, argument
Dbase_test.py1483 def DumpBugReport(self, prefix=''): argument
1569 def DumpLogcat(self, prefix=''): argument
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp98 string prefix = "android.hardware."; in GetHalPointerName() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java112 public void putToBundle(Bundle results, String prefix) { in putToBundle()