Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 9 of 9) 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/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java718 Set<String> candidates = new LinkedHashSet<>(); in queryRunnerName() local
721 candidates.add(target.runnerName); in queryRunnerName()
724 if (candidates.isEmpty()) { in queryRunnerName()
731 Sets.intersection(candidates, ListInstrumentationParser.SHARDABLE_RUNNERS); in queryRunnerName()
733 return candidates.iterator().next(); in queryRunnerName()
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt452 val candidates = interfaceNames[name] ?: continue in <lambda>() constant
454 for (superMethod in candidates) { in <lambda>()
475 val candidates = map[name] ?: continue in <lambda>() constant
476 val iterator = candidates.listIterator() in <lambda>()
/tools/metalava/
DOWNERS2 # Please update this list if you find better candidates.
Dbuild.gradle101 // Local builds are not public release candidates.
/tools/external_updater/
DOWNERS2 # Please update this list if you find better candidates.
/tools/trebuchet/
DOWNERS2 # Please update this list if you find better candidates.
/tools/security/
DOWNERS2 # Please update this list if you find better candidates.
/tools/test/graphicsbenchmark/
DOWNERS2 # Please update this list if you find better candidates.