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

1234567

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DCodeSignerTest.java41 * @see com.intel.drl.test.SerializationTest#getData()
43 protected Object[] getData() { method in class:CodeSignerTest
H A DTimestampTest.java40 * @see com.intel.drl.test.SerializationTest#getData()
42 protected Object[] getData() { method in class:TimestampTest
/external/skia/legacy/src/utils/
H A DSkBase64.h25 char* getData() { return fData; } function in struct:SkBase64
/external/skia/src/utils/
H A DSkBase64.h25 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/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
H A DChoiceCallbackTest.java38 protected Object[] getData() { method in class:ChoiceCallbackTest
H A DConfirmationCallbackTest.java38 protected Object[] getData() { method in class:ConfirmationCallbackTest
H A DLanguageCallbackTest.java38 protected Object[] getData() { method in class:LanguageCallbackTest
H A DNameCallbackTest.java38 protected Object[] getData() { method in class:NameCallbackTest
H A DPasswordCallbackTest.java38 protected Object[] getData() { method in class:PasswordCallbackTest
H A DTextInputCallbackTest.java38 protected Object[] getData() { method in class:TextInputCallbackTest
H A DTextOutputCallbackTest.java39 protected Object[] getData() { method in class:TextOutputCallbackTest
H A DUnsupportedCallbackExceptionTest.java38 protected Object[] getData() { method in class:UnsupportedCallbackExceptionTest
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/serialization/
H A DAccountExceptionTest.java37 protected Object[] getData() { method in class:AccountExceptionTest

Completed in 286 milliseconds

1234567