Home
last modified time | relevance | path

Searched refs:attType (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java357 String attType = nextAT(); in findMostSpecific() local
358 if (attType == null) { in findMostSpecific()
387 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
401 attType = nextAT(); in findMostSpecific()
402 if (attType == null) { in findMostSpecific()
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DDistinguishedNameParser.java361 String attType = nextAT(); in findMostSpecific() local
362 if (attType == null) { in findMostSpecific()
391 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
405 attType = nextAT(); in findMostSpecific()
406 if (attType == null) { in findMostSpecific()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
DDistinguishedNameParser.java358 String attType = nextAT(); in findMostSpecific() local
359 if (attType == null) { in findMostSpecific()
388 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
402 attType = nextAT(); in findMostSpecific()
403 if (attType == null) { in findMostSpecific()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1107 protected int getTypedAttribute(int nodeHandle, int attType) { in getTypedAttribute() argument
1118 if (_exptype(identity) == attType) return makeNodeHandle(identity); in getTypedAttribute()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java2590 protected final int getTypedAttribute(int nodeHandle, int attType) in getTypedAttribute() argument
2615 if (expType == attType) return makeNodeHandle(nodeID); in getTypedAttribute()