Searched refs:candidate (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/public/ |
D | report.py | 79 def IsMoreSevere(cls, candidate, reference): argument 93 if (candidate not in cls.SEVERITY_ORDER or 96 "%s or %s is not recognized." % (candidate, reference)) 97 return cls.SEVERITY_ORDER[candidate] > cls.SEVERITY_ORDER[reference]
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 79 boolean match(String key, String candidate); in match() argument 99 hostConfigMapping, hostname, (key, candidate) -> sameHost(key, candidate)); in getHostConfig() 104 hostConfigMapping, cluster, (key, candidate) -> key.equals(candidate)); in getHostConfig()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | DeviceFolderBuildInfoTest.java | 58 for (VersionedFile candidate : files) { in hasFile() 59 if (candidate.getVersion().equals(version)) { in hasFile()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtils.java | 1199 SupportedSignature candidate = bestSigAlgorithmOnSdkVersion.get(sigMinSdkVersion); in getSignaturesToVerify() local 1200 if ((candidate == null) in getSignaturesToVerify() 1202 sigAlgorithm, candidate.algorithm) > 0)) { in getSignaturesToVerify()
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |