/tools/platform-compat/java/android/compat/testing/ |
D | SharedLibraryInfo.java | 35 public final ImmutableList<String> paths; field in SharedLibraryInfo 38 ImmutableList<String> paths) { in SharedLibraryInfo() 54 ImmutableList.Builder<String> paths = ImmutableList.builder(); in readFromLine() local
|
/tools/tradefederation/core/src/com/android/tradefed/build/content/ |
D | ContentAnalysisContext.java | 85 public ContentAnalysisContext addIgnoreChanges(Set<String> paths) { in addIgnoreChanges() 95 public ContentAnalysisContext addCommonLocations(Set<String> paths) { in addCommonLocations()
|
D | ImageContentAnalyzer.java | 179 List<String> paths = diffs.stream().map(d -> d.path).collect(Collectors.toList()); in deviceImageAnalysis() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | TestRunnerUtilTest.java | 46 List<String> paths = new ArrayList<>(); in testGetLdLibraryPath() local
|
/tools/treble/build/treble_build/ |
D | README.md | 18 ### paths subsection
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestRunnerUtil.java | 50 List<String> paths = new ArrayList<>(); in getLdLibraryPath() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstallApkSetup.java | 146 public void setApkPaths(Collection<File> paths) { in setApkPaths()
|
D | RunHostScriptTargetPreparer.java | 173 List<String> paths = new ArrayList<>(); in setPathVariable() local
|
/tools/repohooks/rh/ |
D | config.py | 275 def from_paths(cls, paths): argument 316 def __init__(self, paths=('',), global_paths=()): argument
|
/tools/treble/build/treble_build/local/ |
D | ninja_test.go | 31 paths *TestCmd member
|
/tools/asuite/aidegen/vscode/ |
D | vscode_native_project_file_gen.py | 125 def _make_header_file_paths(paths): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 228 List<String> paths = findAllSubdir(pyFile.getParentFile(), ldLibraryPath); in run() local 270 List<String> paths = new ArrayList<>(); in runSinglePythonFile() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 74 public void addImportPaths(Set<String> paths) { in addImportPaths()
|
/tools/treble/build/treble_build/report/ |
D | report_test.go | 33 paths map[string]map[string]*app.BuildPath member
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustBinaryHostTest.java | 99 String paths = ""; in findFiles() local
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ModulePusher.java | 402 String[] paths; in getPreloadPaths() local 483 List<String> paths = new ArrayList<>(); in getPathsOnDevice() local
|
D | TestAppInstallSetup.java | 645 try (Stream<Path> paths = Files.walk(fileOrDirectory.toPath())) { in findApkFiles()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | IsolatedHostTest.java | 491 Set<String> paths = new LinkedHashSet<>(); in compileClassPath() local 532 private static void addAllFilesUnder(Set<String> paths, File parentDirectory) { in addAllFilesUnder()
|
D | HostGTest.java | 137 List<String> paths = new ArrayList<>(); in executeHostGTestCommand() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | SubprocessTfLauncher.java | 241 List<String> paths = new ArrayList<>(); in preRun() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 356 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromChildDirectory() local 386 Set<Path> paths = testMapping.getAllTestMappingPaths(testMappingsRootPath); in testGetAllTestMappingPaths_FromParentDirectory() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | IsolatedHostTestTest.java | 557 List<String> paths = new ArrayList<>(); in testCompileLdLibraryPath() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 610 private String validateMainlineModuleConfig(String param, Set<String> paths) { in validateMainlineModuleConfig()
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 212 def find_files(paths, file_predicate): argument
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | DriverTest.kt | 1325 val paths = in <lambda>() constant
|