Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstallApkSetup.java139 public void setApkPaths(Collection<File> paths) { in setApkPaths()
DRunHostScriptTargetPreparer.java149 List<String> paths = new ArrayList<>(); in setPathVariable() local
/tools/repohooks/rh/
Dconfig.py109 def __init__(self, paths=('',), global_paths=()): argument
120 def _search(paths, filename): argument
/tools/asuite/aidegen/vscode/
Dvscode_native_project_file_gen.py139 def _make_header_file_paths(paths): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java87 String paths = ""; in findFiles() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java256 Set<Path> paths = TestMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromChildDirectory() local
287 Set<Path> paths = TestMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromParentDirectory() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java226 List<String> paths = new ArrayList<>(); in preRun() local
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DTestMappingsValidation.java356 private String validateMainlineModuleConfig(String param, Set<String> paths) { in validateMainlineModuleConfig()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java208 List<String> paths = new ArrayList<>(); in compileClassPath() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java509 try (Stream<Path> paths = Files.walk(fileOrDirectory.toPath())) { in findApkFiles()
/tools/test/connectivity/acts/framework/acts/
Dutils.py204 def find_files(paths, file_predicate): argument
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt188 val paths = mutableListOf<String>() in <lambda>() constant