HomeSort by relevance Sort by last modified time
    Searched refs:possibleMatch (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 404 ASN1ObjectIdentifier possibleMatch;
414 possibleMatch = first[idx2];
415 if (possibleMatch == null)
420 if (Arrays.areEqual(enc, possibleMatch.getBody()))
422 return possibleMatch;
432 possibleMatch = first[idx2];
433 if (possibleMatch == null)
438 if (Arrays.areEqual(enc, possibleMatch.getBody()))
440 return possibleMatch;
444 possibleMatch = first[idx2]
    [all...]
DEREnumerated.java 161 ASN1Enumerated possibleMatch = cache[value];
163 if (possibleMatch == null)
165 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc));
168 return possibleMatch;
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 7581 milliseconds