Home
last modified time | relevance | path

Searched refs:possibleMatch (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1Enumerated.java175 ASN1Enumerated possibleMatch = cache[value]; in fromOctetString() local
177 if (possibleMatch == null) in fromOctetString()
179 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc)); in fromOctetString()
182 return possibleMatch; in fromOctetString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Enumerated.java173 ASN1Enumerated possibleMatch = cache[value]; in fromOctetString() local
175 if (possibleMatch == null) in fromOctetString()
177 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc)); in fromOctetString()
180 return possibleMatch; in fromOctetString()
/external/guice/core/src/com/google/inject/internal/
DErrors.java222 for (String possibleMatch : possibleMatches) { in missingImplementationWithHint()
223 sb.append(format("%n %s", possibleMatch)); in missingImplementationWithHint()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5892 bool possibleMatch = true; in findFunction120() local
5902 possibleMatch = false; in findFunction120()
5907 possibleMatch = false; in findFunction120()
5911 possibleMatch = false; in findFunction120()
5914 if (! possibleMatch) in findFunction120()
5917 if (possibleMatch) { in findFunction120()