HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 51 - 75 of 6654) sorted by null

1 23 4 5 6 7 8 91011>>

  /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
  /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...]
  /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/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/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/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);
  /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
15 EapType method);
17 EapType method, const char *name);
18 void eap_server_method_free(struct eap_method *method);
19 int eap_server_method_register(struct eap_method *method);
25 /* 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...]
  /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).
48 * We're calling an interpreted method from an internal VM function or
51 * Push a frame for an interpreted method onto the stack. This is only
63 static bool dvmPushInterpFrame(Thread* self, const Method* method)
70 assert(!dvmIsNativeMethod(method));
71 assert(!dvmIsAbstractMethod(method));
73 stackReq = method->registersSize * 4 // params + locals
75 + method->outsSize * 4; // args to other methods
87 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...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ParameterAnnotationStruct.java 29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method,
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ParameterAnnotationStruct.java 29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method,
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ParameterAnnotationStruct.java 29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method,
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 31 CtMethod method = clazz.getDeclaredMethod("commonSuperArray"); local
32 verifyArrayLoad(clazz, method, "java.lang.Number");
38 CtMethod method = clazz.getDeclaredMethod("commonInterfaceArray"); local
39 verifyArrayLoad(clazz, method, "java.io.Serializable");
43 CtMethod method = ClassPool.getDefault().getMethod( local
45 verifyReturn(method, "java.io.Serializable");
47 method = ClassPool.getDefault().getMethod(
49 verifyReturn(method, "java.io.Serializable");
51 method = ClassPool.getDefault().getMethod(
53 verifyReturn(method, getClass().getName() + "$Dummy$A")
57 CtMethod method = ClassPool.getDefault().getMethod( local
67 CtMethod method = ClassPool.getDefault().getMethod( local
149 CtMethod method = generateDeadCode(ClassPool.getDefault()); local
159 CtMethod method = generateInvalidCode(ClassPool.getDefault()); local
171 CtMethod method = generateCodeFalloff(ClassPool.getDefault()); local
183 CtMethod method = generateJsrMerge(ClassPool.getDefault()); local
190 CtMethod method = generateJsrMerge2(ClassPool.getDefault()); local
199 CtMethod method = new CtMethod(stringClass, "foo", new CtClass[0], clazz); local
219 CtMethod method = new CtMethod(stringClass, "foo", new CtClass[0], clazz); local
236 CtMethod method = new CtMethod(stringClass, "foo", new CtClass[0], clazz); local
251 CtMethod method = new CtMethod(stringClass, "foo", new CtClass[0], clazz); local
275 CtMethod method = new CtMethod(stringClass, "foo", new CtClass[0], clazz); local
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
AttributeVisitor.java 48 public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute);
52 public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute syntheticAttribute);
56 public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute signatureAttribute);
64 public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute);
65 public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute)
    [all...]

Completed in 279 milliseconds

1 23 4 5 6 7 8 91011>>