/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
AttributesImplTest.java | 50 method = "AttributesImpl", 60 method = "AttributesImpl", 84 method = "getLength", 102 method = "getURI", 120 method = "getLocalName", 138 method = "getQName", 156 method = "getType", 174 method = "getValue", 192 method = "getIndex", 211 method = "getIndex" [all...] |
ParserAdapterTest.java | 96 method = "ParserAdapter", 112 method = "ParserAdapter", 132 method = "getFeature", 137 method = "setFeature", 170 method = "getProperty", 175 method = "setProperty", 202 method = "getEntityResolver", 207 method = "setEntityResolver", 224 method = "getDTDHandler", 229 method = "setDTDHandler" [all...] |
/dalvik/vm/mterp/x86/ |
OP_INVOKE_INTERFACE.S | 3 %verify "unknown method" 6 * Handle an interface method call. 24 movl offGlue_method(%ecx),%ecx # ecx<- method 27 movl %ecx,OUT_ARG2(%esp) # arg2<- method 34 call dvmFindInterfaceMethodInCache # eax<- call(class, ref, method, dex)
|
/external/openssl/crypto/x509v3/ |
v3_conf.c | 75 static X509_EXTENSION *do_ext_i2d(X509V3_EXT_METHOD *method, int ext_nid, 118 X509V3_EXT_METHOD *method; local 127 if (!(method = X509V3_EXT_get_nid(ext_nid))) 133 if (method->v2i) 143 ext_struc = method->v2i(method, ctx, nval); 148 else if(method->s2i) 150 if(!(ext_struc = method->s2i(method, ctx, value))) return NULL; 152 else if(method->r2i 217 X509V3_EXT_METHOD *method; local [all...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 83 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor) 87 variables[index].variablesAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisitor); 95 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor) 99 stack[index].stackAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisitor); 112 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) 114 stackMapFrameVisitor.visitFullFrame(clazz, method, codeAttribute, offset, this);
|
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 139 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 145 // method.getName(clazz).equals("abc"); 148 targetMethod = (ProgramMethod)method; 153 uninitializedObjectCount = method.getName(clazz).equals(ClassConstants.INTERNAL_METHOD_NAME_INIT) ? 1 : 0; 156 stackSizeComputer.visitCodeAttribute(clazz, method, codeAttribute); 159 copyCode(clazz, method, codeAttribute); 168 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute); 171 codeAttribute.instructionsAccept(clazz, method, accessMethodMarker); 174 catchExceptionMarker.visitCodeAttribute(clazz, method, codeAttribute) [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectTest.java | 40 method = "Rect", 45 method = "Rect", 50 method = "Rect", 73 method = "set", 89 method = "set", 105 method = "intersects", 128 method = "intersects", 148 method = "height", 158 method = "offsetTo", 174 method = "setIntersect" [all...] |
CameraTest.java | 39 method = "Camera", 49 method = "save", 54 method = "restore", 59 // we cannot get the state changed because it was a native method 67 method = "translate", 72 method = "getMatrix", 101 method = "rotateX", 106 method = "getMatrix", 135 method = "rotateY", 140 method = "getMatrix" [all...] |
ColorTest.java | 31 method = "alpha", 36 method = "Color", 48 method = "argb", 58 method = "blue", 68 method = "green", 79 method = "HSVToColor", 84 method = "colorToHSV", 106 method = "HSVToColor", 111 method = "colorToHSV", 132 method = "parseColor" [all...] |
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigDecimalCompareTest.java | 46 notes = "This is a complete subset of tests for abs method.", 47 method = "abs", 62 notes = "This is a complete subset of tests for abs method.", 63 method = "abs", 79 method = "abs", 121 method = "abs", 142 notes = "This is a complete subset of tests for compareTo method.", 143 method = "compareTo", 162 notes = "This is a complete subset of tests for compareTo method.", 163 method = "compareTo" [all...] |
BigIntegerConstructorsTest.java | 47 method = "BigInteger", 67 method = "BigInteger", 89 method = "BigInteger", 111 method = "BigInteger", 133 method = "BigInteger", 155 method = "BigInteger", 177 method = "BigInteger", 199 method = "BigInteger", 221 method = "BigInteger", 242 method = "BigInteger" [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 143 method = "ContextWrapper", 155 method = "enforceCallingPermission", 171 method = "sendOrderedBroadcast", 209 method = "sendOrderedBroadcast", 245 method = "getTheme", 250 method = "setTheme", 279 method = "registerReceiver", 284 method = "unregisterReceiver", 329 method = "registerReceiver", 359 method = "fileList" [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 72 method = "Bundle", 78 method = "Bundle", 84 method = "Bundle", 90 method = "Bundle", 111 method = "clear", 116 method = "isEmpty", 132 method = "clone", 148 method = "containsKey", 163 method = "get", 178 method = "getBoolean" [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteProgramTest.java | 63 method = "getUniqueId", 98 method = "onAllReferencesReleased", 136 method = "bindLong", 141 method = "bindDouble", 146 method = "bindString", 151 method = "clearBindings", 156 method = "close", 236 method = "bindNull", 272 method = "bindBlob", 310 method = "onAllReferencesReleased" [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsSeekBarTest.java | 61 method = "AbsSeekBar", 66 method = "AbsSeekBar", 71 method = "AbsSeekBar", 86 method = "setThumbOffset", 91 method = "getThumbOffset", 113 method = "setThumb", 135 method = "drawableStateChanged", 155 method = "setThumb", 160 method = "verifyDrawable", 204 method = "getKeyProgressIncrement" [all...] |
ChronometerTest.java | 48 method = "Chronometer", 53 method = "Chronometer", 58 method = "Chronometer", 73 method = "getBase", 78 method = "setBase", 114 method = "getFormat", 119 method = "setFormat", 140 method = "onWindowVisibilityChanged", 145 method = "onDetachedFromWindow", 158 method = "start" [all...] |
DatePickerTest.java | 47 method = "DatePicker", 53 method = "DatePicker", 59 method = "DatePicker", 87 method = "setEnabled", 105 method = "init", 125 method = "updateDate", 130 method = "getYear", 135 method = "getMonth", 140 method = "getDayOfMonth", 165 method = "updateDate" [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
InetSocketAddressTest.java | 46 method = "InetSocketAddress", 53 method = "SocketAddress", 109 method = "InetSocketAddress", 115 method = "getHostName", 121 method = "getPort", 128 method = "SocketAddress", 190 method = "InetSocketAddress", 197 method = "SocketAddress", 227 notes = "This is the complete subset of tests for createUnresolved method.", 228 method = "createUnresolved" [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectionKeyTest.java | 46 method = "SelectionKey", 119 method = "attach", 143 method = "attachment", 160 method = "channel", 176 method = "interestOps", 189 method = "interestOps", 231 method = "isValid", 244 method = "isValid", 258 method = "isValid", 272 method = "isValid" [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
PasswordTransformationMethodTest.java | 17 package android.text.method.cts; 30 import android.text.method.PasswordTransformationMethod; 111 method = "PasswordTransformationMethod", 121 method = "beforeTextChanged", 126 method = "onTextChanged", 131 method = "afterTextChanged", 136 method = "getTransformation", 181 method = "getTransformation", 187 PasswordTransformationMethod method = new PasswordTransformationMethod(); local 190 method.getTransformation(TEST_CONTENT, null).toString()) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 60 method = "SurfaceView", 66 method = "SurfaceView", 72 method = "SurfaceView", 85 notes = "Test method: draw", 86 method = "draw", 91 notes = "Test method: dispatchDraw", 92 method = "dispatchDraw", 97 notes = "Test method: gatherTransparentRegion", 98 method = "gatherTransparentRegion", 103 notes = "Test method: getHolder" [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ByteArrayOutputStreamTest.java | 47 method = "ByteArrayOutputStream", 67 method = "ByteArrayOutputStream", 71 // Test for method java.io.ByteArrayOutputStream() 82 method = "close", 86 // Test for method void java.io.ByteArrayOutputStream.close() 113 method = "reset", 117 // Test for method void java.io.ByteArrayOutputStream.reset() 129 notes = "Verifies size() method.", 130 method = "size", 134 // Test for method int java.io.ByteArrayOutputStream.size( [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 48 method = "reset", 63 method = "update", 78 method = "update", 128 method = "update", 144 method = "update", 165 method = "digest", 180 method = "digest", 196 method = "digest", 256 method = "isEqual", 276 method = "getAlgorithm" [all...] |
SecureRandom2Test.java | 46 method = "getProvider", 74 method = "SecureRandom", 78 // Test for method java.security.SecureRandom() 92 method = "SecureRandom", 96 // Test for method java.security.SecureRandom(byte []) 118 method = "SecureRandom", 148 method = "generateSeed", 152 // Test for method byte [] java.security.SecureRandom.generateSeed(int) 170 method = "getInstance", 174 // Test for method java.security.SecureRando [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CollectionCertStoreParametersTest.java | 58 method = "CollectionCertStoreParameters", 75 method = "CollectionCertStoreParameters", 101 method = "CollectionCertStoreParameters", 120 method = "CollectionCertStoreParameters", 144 method = "CollectionCertStoreParameters", 172 method = "CollectionCertStoreParameters", 184 * Test #1 for <code>clone()</code> method<br> 190 method = "clone", 205 * Test #2 for <code>clone()</code> method<br> 212 method = "clone" [all...] |