Searched refs:candidate (Results 1 – 5 of 5) sorted by relevance
132 Attribute candidate = (Attribute) field.get(null); in readResolve() local133 if (name.equals(candidate.name)) { in readResolve()134 return candidate; in readResolve()
380 String candidate = directory + filename; in loadLibrary() local381 candidates.add(candidate); in loadLibrary()383 if (IoUtils.canOpenReadOnly(candidate)) { in loadLibrary()384 String error = doLoad(candidate, loader); in loadLibrary()
169 int candidate; in BigInteger() local171 candidate = random.nextInt() & ((1 << bitLength) - 1); in BigInteger()172 candidate |= (1 << (bitLength - 1)); // Set top bit. in BigInteger()174 candidate |= 1; // Any prime longer than 2 bits must have the bottom bit set. in BigInteger()176 } while (!isSmallPrime(candidate)); in BigInteger()178 prime.putULongInt(candidate, false); in BigInteger()
200 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); in getAnnotation() local201 String candidateInternalName = dex.typeNames().get(candidate.getTypeIndex()); in getAnnotation()203 return candidate; in getAnnotation()541 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); in getAnnotationReader() local542 String candidateAnnotationName = dex.typeNames().get(candidate.getTypeIndex()); in getAnnotationReader()544 annotation = candidate; in getAnnotationReader()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...