Searched defs:getData (Results 1 - 25 of 162) sorted by relevance

1234567

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DCodeSignerTest.java40 * @see com.intel.drl.test.SerializationTest#getData()
42 protected Object[] getData() { method in class:CodeSignerTest
H A DTimestampTest.java39 * @see com.intel.drl.test.SerializationTest#getData()
41 protected Object[] getData() { method in class:TimestampTest
/external/skia/src/utils/
H A DSkBase64.h23 char* getData() { return fData; } function in struct:SkBase64
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Copy.py8 def getData(): function
44 stream = cStringIO.StringIO(getData())
H A Dimg_Cut.py8 def getData(): function
97 stream = cStringIO.StringIO(getData())
H A Dimg_Find.py8 def getData(): function
78 stream = cStringIO.StringIO(getData())
H A Dimg_New.py8 def getData(): function
54 stream = cStringIO.StringIO(getData())
H A Dimg_Open.py8 def getData(): function
72 stream = cStringIO.StringIO(getData())
H A Dimg_Paste.py8 def getData(): function
34 stream = cStringIO.StringIO(getData())
H A Dimg_Print.py8 def getData(): function
55 stream = cStringIO.StringIO(getData())
H A Dimg_Redo.py8 def getData(): function
72 stream = cStringIO.StringIO(getData())
H A Dimg_Save.py8 def getData(): function
92 stream = cStringIO.StringIO(getData())
H A Dimg_Undo.py8 def getData(): function
74 stream = cStringIO.StringIO(getData())
H A Dimg_favicon.py8 def getData(): function
54 stream = cStringIO.StringIO(getData())
H A Dimg_splash.py8 def getData(): function
1150 stream = cStringIO.StringIO(getData())
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
H A DBadPaddingExceptionTest.java39 protected Object[] getData() { method in class:BadPaddingExceptionTest
H A DExemptionMechanismExceptionTest.java39 protected Object[] getData() { method in class:ExemptionMechanismExceptionTest
H A DIllegalBlockSizeExceptionTest.java39 protected Object[] getData() { method in class:IllegalBlockSizeExceptionTest
H A DNoSuchPaddingExceptionTest.java39 protected Object[] getData() { method in class:NoSuchPaddingExceptionTest
H A DShortBufferExceptionTest.java39 protected Object[] getData() { method in class:ShortBufferExceptionTest
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
H A DCRLExceptionTest.java39 protected Object[] getData() { method in class:CRLExceptionTest
H A DCertPathBuilderExceptionTest.java39 protected Object[] getData() { method in class:CertPathBuilderExceptionTest
H A DCertPathValidatorExceptionTest.java42 protected Object[] getData() { method in class:CertPathValidatorExceptionTest
H A DCertStoreExceptionTest.java39 protected Object[] getData() { method in class:CertStoreExceptionTest
H A DCertificateEncodingExceptionTest.java39 protected Object[] getData() { method in class:CertificateEncodingExceptionTest

Completed in 454 milliseconds

1234567