Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dgen_mobilenet_input.py14 def gen_input_files(filename, prefix, size): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java97 public void collectScreenshot(String prefix) throws DeviceNotAvailableException { in collectScreenshot()
115 DeviceUtils.RunnableThrowingDeviceNotAvailable job, String prefix) in collectScreenRecord()
132 String prefix, in collectScreenRecord()
168 TakeEffectWhen when, boolean testPassed, String prefix, List<File> apks) { in saveApks()
194 public void collectGmsVersion(String prefix) throws DeviceNotAvailableException { in collectGmsVersion()
DBlankScreenDetectorWithSameColorRectangle.java157 String prefix, in saveBlankScreenArtifact()
/test/dittosuite/src/
Dmultithreading.cpp55 std::unique_ptr<Result> Multithreading::CollectResults(const std::string& prefix) { in CollectResults()
Dmultiprocessing.cpp142 std::unique_ptr<Result> Multiprocessing::CollectResults(const std::string& prefix) { in CollectResults()
Dinstruction.cpp94 std::unique_ptr<Result> Instruction::CollectResults(const std::string& prefix) { in CollectResults()
Dinstruction_set.cpp106 std::unique_ptr<Result> InstructionSet::CollectResults(const std::string& prefix) { in CollectResults()
Dread_write_file.cpp46 std::unique_ptr<Result> ReadWriteFile::CollectResults(const std::string& prefix) { in CollectResults()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java112 public void putToBundle(Bundle results, String prefix) { in putToBundle()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DApiLevelUtil.java79 public static boolean codenameStartsWith(ITestDevice device, String prefix) in codenameStartsWith()
/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java496 private static File createTempFile(String prefix, String extension) throws Exception { in createTempFile()