/dalvik/dx/tests/069-dex-source-position/ |
run | 19 --dump-method=Blort.test'*' Blort.class 21 --dump-method=Blort.test'*' Blort.class 23 --dump-method=Blort.test'*' Blort.class
|
/dalvik/libcore/sql/src/test/java/tests/javax/sql/ |
ConnectionPoolDataSourceTest.java | 24 method = "getLoginTimeout", 37 method = "getLogWriter", 50 method = "getPooledConnection", 63 method = "getPooledConnection", 76 method = "setLoginTimeout", 89 method = "setLogWriter",
|
DataSourceTest.java | 23 method = "getConnection", 36 method = "getConnection", 49 method = "getLoginTimeout", 62 method = "getLogWriter", 75 method = "setLoginTimeout", 89 method = "setLogWriter",
|
/dalvik/vm/mterp/x86/ |
OP_THROW_VERIFICATION_ERROR.S | 10 movl offGlue_method(%ecx),%ecx # ecx<- glue->method 15 movl %ecx,OUT_ARG0(%esp) # arg0<- method 17 call dvmThrowVerificationError # call(method, kind, ref)
|
/dalvik/vm/mterp/x86-atom/ |
OP_THROW_VERIFICATION_ERROR.S | 32 movl offGlue_method(%edx), %ecx # %ecx<- glue->method 37 movl %ecx, -12(%esp) # push parameter glue->method 39 call dvmThrowVerificationError # call: (const Method* method, int kind, int ref)
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AllAnnotationVisitor.java | 67 public void visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) 70 runtimeVisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 88 public void visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) 91 runtimeInvisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 95 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) 98 parameterAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
ObjectType.java | 63 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) 65 verificationTypeVisitor.visitObjectType(clazz, method, codeAttribute, instructionOffset, this); 69 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) 71 verificationTypeVisitor.visitStackObjectType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); 75 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor) 77 verificationTypeVisitor.visitVariablesObjectType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
|
UninitializedType.java | 62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) 64 verificationTypeVisitor.visitUninitializedType(clazz, method, codeAttribute, instructionOffset, this); 68 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) 70 verificationTypeVisitor.visitStackUninitializedType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); 74 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor) 76 verificationTypeVisitor.visitVariablesUninitializedType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
|
/external/proguard/src/proguard/optimize/info/ |
MethodInvocationMarker.java | 46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} 49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) 62 // Mark the referenced method, if any. 69 // Mark the referenced method. 87 private static void incrementInvocationCount(Method method) 89 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 98 * Returns the number of times the given method was invoked by th [all...] |
/external/webkit/WebCore/loader/ |
CrossOriginAccessControl.cpp | 38 bool isOnAccessControlSimpleRequestMethodWhitelist(const String& method) 40 return method == "GET" || method == "HEAD" || method == "POST"; 59 bool isSimpleCrossOriginAccessRequest(const String& method, const HTTPHeaderMap& headerMap) 61 if (!isOnAccessControlSimpleRequestMethodWhitelist(method))
|
/cts/tests/tests/app/src/android/app/cts/ |
LocalActivityManagerTest.java | 57 method = "LocalActivityManager", 69 method = "dispatchResume", 89 method = "startActivity", 94 method = "getCurrentId", 99 method = "getActivity", 104 method = "getCurrentActivity", 109 method = "destroyActivity", 122 method = "dispatchCreate", 127 method = "saveInstanceState", 139 method = "dispatchStop" [all...] |
ServiceTest.java | 397 method = "onStart", 402 method = "onDestroy", 407 method = "getApplication", 412 method = "Service", 417 method = "onConfigurationChanged", 422 method = "onLowMemory", 427 method = "stopSelf", 432 method = "stopSelf", 437 method = "stopSelfResult", 442 method = "setForeground" [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMethod.java | 31 * Class that representats a method of a class. 35 /** {@code non-null;} constant for the method */ 36 private final CstMethodRef method; field in class:EncodedMethod 39 * {@code null-ok;} code for the method, if the method is neither 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neither 54 public EncodedMethod(CstMethodRef method, int accessFlags, 58 if (method == null) [all...] |
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/ |
DefaultHandler2Test.java | 37 method = "DefaultHandler2", 46 method = "startCDATA", 59 method = "endCDATA", 72 method = "startDTD", 85 method = "endDTD", 98 method = "startEntity", 111 method = "endEntity", 124 method = "comment", 137 method = "attributeDecl", 151 method = "elementDecl" [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackTest.java | 59 // parameters tested by this method 122 method = "AudioTrack", 140 method = "AudioTrack", 158 method = "AudioTrack", 176 method = "AudioTrack", 198 method = "AudioTrack", 216 method = "AudioTrack", 234 method = "AudioTrack", 252 method = "AudioTrack", 273 method = "AudioTrack" [all...] |
AudioRecordTest.java | 95 method = "AudioRecord", 100 method = "getAudioFormat", 105 method = "getAudioSource", 110 method = "getState", 115 method = "getSampleRate", 120 method = "getRecordingState", 125 method = "getMinBufferSize", 130 method = "getChannelCount", 135 method = "getChannelConfiguration", 157 method = "AudioRecord" [all...] |
JetPlayerTest.java | 79 method = "setEventListener", 84 method = "loadJetFile", 89 method = "play", 95 method = "release", 100 method = "pause", 105 method = "clearQueue", 110 method = "closeJetFile", 115 method = "setMuteArray", 120 method = "setMuteFlag", 125 method = "setMuteFlags" [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 59 method = "listen", 133 method = "getNetworkType", 138 method = "getPhoneType", 143 method = "getVoiceMailNumber", 148 method = "getSimOperatorName", 153 method = "getNetworkCountryIso", 158 method = "getCellLocation", 163 method = "getDeviceSoftwareVersion", 168 method = "getSimState", 173 method = "getSimSerialNumber" [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
ScrollingMovementMethodTest.java | 17 package android.text.method.cts; 31 import android.text.method.MovementMethod; 32 import android.text.method.ScrollingMovementMethod; 77 method = "ScrollingMovementMethod", 86 method = "getInstance", 99 notes = "Test the method wtih horizontal motion event.", 100 method = "onTouchEvent", 104 + "document about the behaviour of this method.") 108 * get layout in setContent method but in otherhandler's function. Assertion which is 114 final ScrollingMovementMethod method = new ScrollingMovementMethod() local 907 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); local [all...] |
/external/wpa_supplicant/ |
eap_methods.c | 2 * EAP peer: Method registration 29 * eap_sm_get_eap_methods - Get EAP method based on type number 31 * @method: EAP type number 32 * Returns: Pointer to EAP method or %NULL if not found 34 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method) 38 if (m->vendor == vendor && m->method == method) 46 * eap_get_type - Get EAP type for the given EAP method name 47 * @name: EAP method name, e.g., TLS 49 * Returns: EAP method type or %EAP_TYPE_NONE if not foun [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_methods.c | 2 * EAP peer: Method registration 29 * eap_peer_get_eap_method - Get EAP method based on type number 31 * @method: EAP type number 32 * Returns: Pointer to EAP method or %NULL if not found 34 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) 38 if (m->vendor == vendor && m->method == method) 46 * eap_peer_get_type - Get EAP type for the given EAP method name 47 * @name: EAP method name, e.g., TLS 49 * Returns: EAP method type or %EAP_TYPE_NONE if not foun [all...] |
/external/proguard/src/proguard/classfile/attribute/visitor/ |
MultiAttributeVisitor.java | 178 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) 182 attributeVisitors[index].visitDeprecatedAttribute(clazz, method, deprecatedAttribute); 187 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) 191 attributeVisitors[index].visitSyntheticAttribute(clazz, method, syntheticAttribute); 196 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttribute) 200 attributeVisitors[index].visitSignatureAttribute(clazz, method, syntheticAttribute); 214 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute [all...] |
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
BidiTest.java | 60 method = "Bidi", 66 method = "Bidi", 72 method = "Bidi", 105 method = "Bidi", 188 method = "baseIsLeftToRight", 194 method = "getLevelAt", 200 method = "getRunCount", 206 method = "isRightToLeft", 212 method = "isLeftToRight", 218 method = "isMixed" [all...] |
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigIntegerConvertTest.java | 44 notes = "This is a complete subset of tests for doubleValue method.", 45 method = "doubleValue", 61 notes = "This is a complete subset of tests for doubleValue method.", 62 method = "doubleValue", 78 notes = "This is a complete subset of tests for doubleValue method.", 79 method = "doubleValue", 95 notes = "This is a complete subset of tests for doubleValue method.", 96 method = "doubleValue", 112 notes = "This is a complete subset of tests for doubleValue method.", 113 method = "doubleValue" [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PointFTest.java | 41 method = "PointF", 46 method = "PointF", 51 method = "PointF", 74 method = "negate", 86 method = "length", 96 method = "length", 105 method = "set", 117 method = "set", 130 method = "equals", 141 method = "offset" [all...] |