/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramPacketTest.java | 39 .getData(), 0, dp.getData().length)); in test_Constructor$BI() 59 .getData(), 0, dp.getData().length)); in test_Constructor$BII() 106 .getData(), 0, dp.getData().length)); in test_getData() 165 .getData())); in test_setData$BII() 174 assertEquals("Incorrect data set", "Ralph", new String(dp.getData(), 0, in test_setData$B() 175 dp.getData().length)); in test_setData$B()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | CDATASectionImpl.java | 58 String[] parts = getData().split("\\]\\]>"); in split() 82 TextImpl replacement = new TextImpl(document, getData()); in replaceWithText()
|
D | CharacterDataImpl.java | 50 public String getData() throws DOMException { in getData() method in CharacterDataImpl 67 return getData(); in getNodeValue()
|
D | ProcessingInstructionImpl.java | 46 public String getData() { in getData() method in ProcessingInstructionImpl
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | cdatasectionnormalize.java | 76 data = cdataN.getData(); in runTest() 80 data = cdataN.getData(); in runTest()
|
D | processinginstructiongetdata.java | 74 data = piNode.getData(); in runTest()
|
D | characterdatagetdata.java | 72 childData = child.getData(); in runTest()
|
D | hc_characterdatagetdata.java | 71 childData = child.getData(); in runTest()
|
D | hc_characterdatadeletedatabegining.java | 75 childData = child.getData(); in runTest()
|
D | nodeprocessinginstructionsetnodevalue.java | 71 piValue = ((ProcessingInstruction) /*Node */piNode).getData(); in runTest()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | CipherPBEThread.java | 38 byte[] input = getData().getBytes(); in crypt() 58 checkEncodedData(getData().getBytes(), decrypted); in crypt()
|
D | CipherSymmetricKeyThread.java | 37 byte[] input = getData().getBytes(); in crypt() 71 checkEncodedData(getData().getBytes(), decrypted); in crypt()
|
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
D | SerializationTest.java | 78 protected abstract Object[] getData(); in getData() method in SerializationTest 88 verifySelf(getData(), (SerializableAssert) this); in testSelf() 90 verifySelf(getData()); in testSelf() 101 verifyGolden(this, getData()); in testGolden() 135 Object[] data = getData(); in produceGoldenFiles()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateCertificateRepTest.java | 37 rep.getData())); in testCertificateCertificateRep() 50 assertTrue(Arrays.equals(TestUtils.getX509Certificate_v3(), rep1.getData())); in testCertificateCertificateRep()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | ProcessingInstruction.java | 40 public String getData(); in getData() method
|
D | CharacterData.java | 43 public String getData() in getData() method
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | documentimportnode20.java | 111 cdataVal = cdata.getData(); in runTest() 113 piDataVal = pi.getData(); in runTest()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/ |
D | ExemptionMechanismExceptionTest.java | 41 protected Object[] getData() { in getData() method in ExemptionMechanismExceptionTest
|
D | BadPaddingExceptionTest.java | 41 protected Object[] getData() { in getData() method in BadPaddingExceptionTest
|
D | IllegalBlockSizeExceptionTest.java | 41 protected Object[] getData() { in getData() method in IllegalBlockSizeExceptionTest
|
D | NoSuchPaddingExceptionTest.java | 41 protected Object[] getData() { in getData() method in NoSuchPaddingExceptionTest
|
D | ShortBufferExceptionTest.java | 41 protected Object[] getData() { in getData() method in ShortBufferExceptionTest
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainDatagramSocketImpl.java | 120 if (p.getData() == null || p.getAddress() == null) { in send() 126 IoBridge.sendto(fd, p.getData(), p.getOffset(), p.getLength(), 0, address, port); in send() 154 IoBridge.recvfrom(false, fd, p.getData(), p.getOffset(), p.bufLength, flags, p, in doRecv()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldAndroidDatagramTest.java | 103 return new String(packet.getData(), 0, packet.getLength()); in stringFromPacket() 111 System.arraycopy(bytes, 0, packet.getData(), 0, bytes.length); in stringToPacket()
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | UserDataNotification.java | 67 public final Object getData() { in getData() method in UserDataNotification
|