Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 12 of 12) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DgetNamedItemNS03.java66 Entity entity; in runTest() local
73 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1"); in runTest()
74 assertNull("entityNull", entity); in runTest()
Dnamednodemapgetnameditemns01.java76 Entity entity; in runTest() local
88 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1"); in runTest()
89 assertNull("entityNull", entity); in runTest()
Dnamednodemapsetnameditemns10.java77 Entity entity; in runTest() local
86 entity = (Entity) entities.getNamedItem("ent1"); in runTest()
94 newNode = attributes.setNamedItemNS(entity); in runTest()
Dnamednodemapsetnameditemns05.java76 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/
Ddocumenttypegetentitiestype.java67 Node entity; in runTest() local
75 entity = (Node) entityList.item(indexN10049); in runTest()
76 entityType = (int) entity.getNodeType(); in runTest()
Ddocumenttypegetentities.java86 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/
DPKIXRevocationCheckerTest.java33 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/
DDocumentBuilderTest.java531 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/
DDocumentBuilderImpl.java240 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/
Dcaliper.jar.txt13 "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/
DKXmlParser.java1777 public void defineEntityReplacementText(String entity, String value) in defineEntityReplacementText() argument
1790 documentEntities.put(entity, value.toCharArray()); in defineEntityReplacementText()
/libcore/expectations/
Dknownfailures.txt1525 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"