Home
last modified time | relevance | path

Searched refs:getData (Results 1 – 25 of 93) sorted by relevance

1234

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramPacketTest.java39 .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/
DCDATASectionImpl.java58 String[] parts = getData().split("\\]\\]>"); in split()
82 TextImpl replacement = new TextImpl(document, getData()); in replaceWithText()
DCharacterDataImpl.java50 public String getData() throws DOMException { in getData() method in CharacterDataImpl
67 return getData(); in getNodeValue()
DProcessingInstructionImpl.java46 public String getData() { in getData() method in ProcessingInstructionImpl
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dcdatasectionnormalize.java76 data = cdataN.getData(); in runTest()
80 data = cdataN.getData(); in runTest()
Dprocessinginstructiongetdata.java74 data = piNode.getData(); in runTest()
Dcharacterdatagetdata.java72 childData = child.getData(); in runTest()
Dhc_characterdatagetdata.java71 childData = child.getData(); in runTest()
Dhc_characterdatadeletedatabegining.java75 childData = child.getData(); in runTest()
Dnodeprocessinginstructionsetnodevalue.java71 piValue = ((ProcessingInstruction) /*Node */piNode).getData(); in runTest()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherPBEThread.java38 byte[] input = getData().getBytes(); in crypt()
58 checkEncodedData(getData().getBytes(), decrypted); in crypt()
DCipherSymmetricKeyThread.java37 byte[] input = getData().getBytes(); in crypt()
71 checkEncodedData(getData().getBytes(), decrypted); in crypt()
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java78 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/
DCertificateCertificateRepTest.java37 rep.getData())); in testCertificateCertificateRep()
50 assertTrue(Arrays.equals(TestUtils.getX509Certificate_v3(), rep1.getData())); in testCertificateCertificateRep()
/libcore/luni/src/main/java/org/w3c/dom/
DProcessingInstruction.java40 public String getData(); in getData() method
DCharacterData.java43 public String getData() in getData() method
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Ddocumentimportnode20.java111 cdataVal = cdata.getData(); in runTest()
113 piDataVal = pi.getData(); in runTest()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
DExemptionMechanismExceptionTest.java41 protected Object[] getData() { in getData() method in ExemptionMechanismExceptionTest
DBadPaddingExceptionTest.java41 protected Object[] getData() { in getData() method in BadPaddingExceptionTest
DIllegalBlockSizeExceptionTest.java41 protected Object[] getData() { in getData() method in IllegalBlockSizeExceptionTest
DNoSuchPaddingExceptionTest.java41 protected Object[] getData() { in getData() method in NoSuchPaddingExceptionTest
DShortBufferExceptionTest.java41 protected Object[] getData() { in getData() method in ShortBufferExceptionTest
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java120 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/
DOldAndroidDatagramTest.java103 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/
DUserDataNotification.java67 public final Object getData() { in getData() method in UserDataNotification

1234