Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 6 of 6) sorted by relevance

/test/mlts/benchmark/tools/
Dgen_mobilenet_input.py14 def gen_input_files(filename, prefix, size): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstaller.java51 protected File getTestFile(IBuildInfo buildInfo, String filename) throws FileNotFoundException { in getTestFile()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java330 public File getTestFile(String filename) throws FileNotFoundException { in getTestFile()
338 public File getTestFile(String filename, IAbi abi) throws FileNotFoundException { in getTestFile()
/test/app_compat/csuite/tools/script/
Dgenerate_module.py132 def _is_auto_generated(filename): argument
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DInferenceInOutSequence.java173 private static Integer getIndexFromFilename(String filename) { in getIndexFromFilename()
/test/vts-testcase/kernel/encryption/
Dutils.cpp98 std::string filename(entry->d_name); in DeleteRecursively() local