Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DConfigCompletor.java42 public int complete(String buffer, int cursor, List candidates) { in complete() argument
45 candidates.addAll(mListConfig); in complete()
52 candidates.add(configName); in complete()
/tools/external_updater/
DOWNERS2 # Please update this list if you find better candidates.
/tools/test/graphicsbenchmark/
DOWNERS2 # Please update this list if you find better candidates.
/tools/trebuchet/
DOWNERS2 # Please update this list if you find better candidates.
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java98 Set<File> candidates = FileUtil.findFilesObject(testsDir, baseName); in findFiles() local
99 for (File f : candidates) { in findFiles()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java768 Set<String> candidates = new LinkedHashSet<>(); in queryRunnerName() local
771 candidates.add(target.runnerName); in queryRunnerName()
774 if (candidates.isEmpty()) { in queryRunnerName()
781 Sets.intersection(candidates, ListInstrumentationParser.SHARDABLE_RUNNERS); in queryRunnerName()
783 return candidates.iterator().next(); in queryRunnerName()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...