/external/proguard/src/proguard/optimize/info/ |
CatchExceptionMarker.java | 42 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 46 markCatchException(method); 53 private static void markCatchException(Method method) 55 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 63 public static boolean catchesExceptions(Method method) 65 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
|
NoSideEffectMethodMarker.java | 66 private static void markNoSideEffects(Method method) 68 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 75 MethodLinker.lastMember(method).setVisitorInfo(KEPT_BUT_NO_SIDE_EFFECTS); 80 public static boolean hasNoSideEffects(Method method) 82 if (MethodLinker.lastVisitorAccepter(method).getVisitorInfo() == KEPT_BUT_NO_SIDE_EFFECTS) 87 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
|
/external/wpa_supplicant/ |
eap_methods.h | 2 * EAP peer: Method registration 20 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method); 24 EapType method, const char *name); 25 void eap_peer_method_free(struct eap_method *method); 26 int eap_peer_method_register(struct eap_method *method); 71 int eap_peer_method_unload(struct eap_method *method); 80 static inline int eap_peer_method_unload(struct eap_method *method)
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_methods.h | 2 * EAP peer: Method registration 20 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method); 24 EapType method, const char *name); 25 void eap_peer_method_free(struct eap_method *method); 26 int eap_peer_method_register(struct eap_method *method); 76 int eap_peer_method_unload(struct eap_method *method); 85 static inline int eap_peer_method_unload(struct eap_method *method)
|
/external/proguard/src/proguard/optimize/peephole/ |
UnreachableCodeRemover.java | 79 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 83 // method.getName(clazz).equals("abc"); 86 // Catch any unexpected exceptions from the actual visiting method. 90 visitCodeAttribute0(clazz, method, codeAttribute); 96 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 104 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute [all...] |
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
InterfaceEnum.java | 22 public void method() { } method in class:InterfaceEnum
|
/dalvik/dx/tests/121-sccp/ |
run | 18 dx --debug --dex --dump-method=Blort.test'*' Blort.class 20 dx --debug --dex --dump-method=Blort.test'*' Blort.class
|
/dalvik/vm/mterp/ |
Mterp.h | 52 extern "C" void dvmMterpPrintMethod(Method* method);
|
/dalvik/vm/native/ |
InternalNative.h | 27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
|
/external/chromium/webkit/glue/ |
form_data.cc | 15 method(data.method), 27 StringToLowerASCII(method) == StringToLowerASCII(form.method) &&
|
/external/dbus/dbus/ |
dbus-transport-win.c | 54 const char *method; local 61 method = dbus_address_entry_get_method (entry); 62 _dbus_assert (method != NULL); 64 if (strcmp (method, "nonce-tcp") != 0)
|
/external/javassist/src/main/javassist/compiler/ast/ |
CallExpr.java | 23 * Method call expression. 26 private MemberResolver.Method method; // cached result of lookupMethod() field in class:CallExpr 30 method = null; 33 public void setMethod(MemberResolver.Method m) { 34 method = m; 37 public MemberResolver.Method getMethod() { 38 return method;
|
/external/webkit/Source/WebCore/manual-tests/resources/ |
TestApplet.java | 12 public int method() method in class:TestApplet
|
/external/webkit/Tools/Scripts/ |
detect-mismatched-virtual-const | 107 my $method = $1; 109 if ($method =~ /$bal/) { 113 my $class = substr($method, 0, length($method) - length($signature) - ($const ? 6 : 0)); 115 # print "line: $line\nclass: $class\nmethod: $method\nsignature: $signature\nconst: $const\n\n"; 120 'method' => $method, 125 print "unmatched line $method\n\n" 159 my $method = $entry->{'method'}; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_methods.h | 2 * EAP server method registration 21 EapType method); 23 EapType method, const char *name); 24 void eap_server_method_free(struct eap_method *method); 25 int eap_server_method_register(struct eap_method *method); 31 /* EAP server method registration calls for statically linked in methods */
|
/libcore/luni/src/main/java/java/lang/reflect/ |
InvocationHandler.java | 28 * Handles the method which was originally invoked on the proxy instance. A 32 * public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { 33 * //do some processing before the method invocation 35 * //invoke the method 36 * Object result = method.invoke(proxy, args); 38 * //do some processing after the method invocation 43 * the proxy instance on which the method was invoked 44 * @param method 45 * the method invoked on the proxy instanc [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/d/ |
TSuper.d | 19 .method public <init>()V 24 .end method 26 .method public toInt()I 30 .end method 32 .method public toInt(F)I 36 .end method 38 .method public native toIntNative()I 39 .end method 41 .method public static toIntStatic()I 45 .end method [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/ |
TSuper.d | 19 .method public <init>()V 24 .end method 26 .method public toInt()I 30 .end method 32 .method public toInt(F)I 36 .end method 38 .method public native toIntNative()I 39 .end method 41 .method public static toIntStatic()I 45 .end method [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
TSuper.d | 19 .method public <init>()V 24 .end method 26 .method public toInt()I 30 .end method 32 .method public toInt(F)I 36 .end method 38 .method public native toIntNative()I 39 .end method 41 .method public static toIntStatic()I 45 .end method [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
TSuper.d | 19 .method public <init>()V 24 .end method 26 .method public toInt()I 30 .end method 32 .method public toInt(F)I 36 .end method 38 .method public native toIntNative()I 39 .end method 41 .method public static toIntStatic()I 45 .end method [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicHttpRequest.java | 51 private final String method; field in class:BasicHttpRequest 54 public BasicHttpRequest(final String method, final String uri) { 56 if (method == null) { 57 throw new IllegalArgumentException("Method name may not be null"); 62 this.method = method; 67 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { 68 this(new BasicRequestLine(method, uri, ver)); 77 this.method = requestline.getMethod(); 94 return new BasicRequestLine(this.method, this.uri, ver) [all...] |
/external/dbus/test/name-test/ |
test-pending-call-timeout.c | 18 DBusMessage *method; local 23 method = dbus_message_new_method_call ("org.freedesktop.DBus.TestSuiteEchoService", 28 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL); 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); 30 dbus_message_unref (method); 70 DBusMessage *method; local 94 method = dbus_message_new_method_call ("org.freedesktop.TestSuiteEchoService", 98 dbus_connection_send (conn, method, NULL); 99 dbus_message_unref (method);
|
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_STATIC.S | 19 * Code: Call static direct method. Provides an "isrange" variable and 25 * Description: invoke-static is used to invoke static direct method. 47 FETCH 1, %eax # %eax<- method index 49 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved method to call 52 jne common_invokeMethod${routine} # invoke method common code 57 movl offGlue_method(%edx), %edx # %edx<- glue->method 58 movl $$METHOD_STATIC, -4(%esp) # resolver method type 59 movl %eax, -8(%esp) # push parameter method index 60 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz 61 movl %edx, -12(%esp) # push parameter method [all...] |
/dalvik/vm/interp/ |
Stack.cpp | 18 * Stacks and their uses (e.g. native --> interpreted method calls). 44 * We're calling an interpreted method from an internal VM function or 47 * Push a frame for an interpreted method onto the stack. This is only 59 static bool dvmPushInterpFrame(Thread* self, const Method* method) 66 assert(!dvmIsNativeMethod(method)); 67 assert(!dvmIsAbstractMethod(method)); 69 stackReq = method->registersSize * 4 // params + locals 71 + method->outsSize * 4; // args to other methods 83 self->interpStackSize, method->clazz->descriptor, method->name) [all...] |
/external/proguard/src/proguard/optimize/ |
ChangedCodePrinter.java | 117 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) 119 attributeVisitor.visitDeprecatedAttribute(clazz, method, deprecatedAttribute); 123 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) 125 attributeVisitor.visitSyntheticAttribute(clazz, method, syntheticAttribute); 129 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttribute) 131 attributeVisitor.visitSignatureAttribute(clazz, method, syntheticAttribute); 141 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute [all...] |