Searched refs:standard (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | AVAKeyword.java | 34 private boolean isCompliant(int standard) { in isCompliant() argument 41 int standard, in getOID() argument 47 static java.lang.String getKeyword(sun.security.util.ObjectIdentifier oid, int standard) { in getKeyword() argument 53 int standard, in getKeyword() argument 58 static boolean hasKeyword(sun.security.util.ObjectIdentifier oid, int standard) { in hasKeyword() argument
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | AVA.java | 1214 private boolean isCompliant(int standard) { in isCompliant() argument 1215 switch (standard) { in isCompliant() 1224 throw new IllegalArgumentException("Invalid standard " + standard); in isCompliant() 1240 (String keyword, int standard, Map<String, String> extraKeywordMap) in getOID() argument 1244 if (standard == AVA.RFC2253) { in getOID() 1258 if ((ak != null) && ak.isCompliant(standard)) { in getOID() 1266 if (standard == AVA.DEFAULT && keyword.startsWith("OID.")) { in getOID() 1288 static String getKeyword(ObjectIdentifier oid, int standard) { in getKeyword() argument 1290 (oid, standard, Collections.<String, String>emptyMap()); in getKeyword() 1300 (ObjectIdentifier oid, int standard, Map<String, String> extraOidMap) { in getKeyword() argument [all …]
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 107 private Attr standard; field in DomTest 150 standard = name.getAttributeNode("a:standard"); in setUp() 178 itemXmlnsA, name, standard, deluxe, waffles, description, in setUp() 214 assertEquals("http://addons", standard.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix() 246 assertEquals("http://food", standard.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix() 284 assertEquals("a", standard.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri() 328 assertEquals(null, standard.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri() 360 assertTrue(standard.isDefaultNamespace("http://food")); in testIsDefaultNamespace() 401 assertFalse(standard.isDefaultNamespace(null)); in testIsDefaultNamespaceNull() 483 standard.setTextContent("foobar"); in testAttributeSetTextContent() [all …]
|
/libcore/ojluni/src/main/resources/ |
D | hijrah-config-umalqura.properties | 40 # Identifies the type of calendar in the standard calendar ID scheme
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
D | standard-charsets | 28 # Note that these "standard" charsets listed here are not
|