/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | getNamedItemNS03.java | 66 Entity entity; in runTest() local 73 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1"); in runTest() 74 assertNull("entityNull", entity); in runTest()
|
D | namednodemapgetnameditemns01.java | 76 Entity entity; in runTest() local 88 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1"); in runTest() 89 assertNull("entityNull", entity); in runTest()
|
D | namednodemapsetnameditemns10.java | 77 Entity entity; in runTest() local 86 entity = (Entity) entities.getNamedItem("ent1"); in runTest() 94 newNode = attributes.setNamedItemNS(entity); in runTest()
|
D | namednodemapsetnameditemns05.java | 76 Entity entity; in runTest() local 87 entity = (Entity) entities.getNamedItem("ent1"); in runTest() 93 newNode = entities.setNamedItemNS(entity); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | documenttypegetentitiestype.java | 67 Node entity; in runTest() local 75 entity = (Node) entityList.item(indexN10049); in runTest() 76 entityType = (int) entity.getNodeType(); in runTest()
|
D | documenttypegetentities.java | 86 Node entity; in runTest() local 93 entity = (Node) entityList.item(indexN1007B); in runTest() 94 name = entity.getNodeName(); in runTest()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | PKIXRevocationCheckerTest.java | 33 PrivateKeyEntry entity; field in PKIXRevocationCheckerTest 50 entity = server.getPrivateKey("RSA", "RSA"); in setUp() 65 byte[] goodOCSPResponse = TestKeyStore.getOCSPResponseForGood(entity, issuer); in test_CanSetOCSPResponse() 68 .singletonMap((X509Certificate) entity.getCertificate(), goodOCSPResponse); in test_CanSetOCSPResponse() 73 byte[] returnedResponse = returnedResponses.get(entity.getCertificate()); in test_CanSetOCSPResponse()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | DocumentBuilderTest.java | 531 InputStream entity = new ByteArrayInputStream("bar".getBytes()); in testReset() local 534 resolver.addEntity("foo", "foo", new InputSource(entity)); in testReset() 607 InputStream entity = new ByteArrayInputStream("bar".getBytes()); in testSetEntityResolver() local 610 resolver.addEntity("foo", "foo", new InputSource(entity)); in testSetEntityResolver()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
D | DocumentBuilderImpl.java | 240 String entity = parser.getName(); in parse() local 246 String resolved = resolvePredefinedOrCharacterEntity(entity); in parse() 250 node.appendChild(document.createEntityReference(entity)); in parse()
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlParser.java | 1777 public void defineEntityReplacementText(String entity, String value) in defineEntityReplacementText() argument 1790 documentEntities.put(entity, value.toCharArray()); in defineEntityReplacementText()
|
/libcore/expectations/ |
D | knownfailures.txt | 1525 substring: "This implementation does not parse entity declarations" 1531 substring: "This implementation doesn't resolve entity references in getWholeText" 1537 substring: "This implementation doesn't include children in entity references" 1543 substring: "This implementation doesn't expand entity references"
|