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

1 23 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/attribute/preverification/
LongType.java 42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)
44 verificationTypeVisitor.visitLongType(clazz, method, codeAttribute, instructionOffset, this);
48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackLongType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
54 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)
56 verificationTypeVisitor.visitVariablesLongType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
NullType.java 42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)
44 verificationTypeVisitor.visitNullType(clazz, method, codeAttribute, instructionOffset, this);
48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackNullType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
54 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)
56 verificationTypeVisitor.visitVariablesNullType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
TopType.java 42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)
44 verificationTypeVisitor.visitTopType(clazz, method, codeAttribute, instructionOffset, this);
48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackTopType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
54 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)
56 verificationTypeVisitor.visitVariablesTopType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
UninitializedThisType.java 42 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)
44 verificationTypeVisitor.visitUninitializedThisType(clazz, method, codeAttribute, instructionOffset, this);
48 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
50 verificationTypeVisitor.visitStackUninitializedThisType(clazz, method, codeAttribute, instructionOffset, stackIndex, this);
54 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)
56 verificationTypeVisitor.visitVariablesUninitializedThisType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionVisitor.java 36 public void visitSimpleInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction);
37 public void visitVariableInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction);
38 public void visitConstantInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction);
39 public void visitBranchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction);
40 public void visitTableSwitchInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction)
    [all...]
  /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
  /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...]
  /dalvik/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/libcore/luni-kernel/src/main/java/java/lang/reflect/
ReflectionAccessImpl.java 37 public Method clone(Method method) {
38 return new Method(method);
45 public Method accessibleClone(Method method) {
46 Method result = new Method(method)
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
ShellTest.java 33 * Test method for {@link SQLite.Shell#Shell(java.io.PrintWriter, java.io.PrintWriter)}.
38 method = "Shell",
46 * Test method for {@link SQLite.Shell#Shell(java.io.PrintStream, java.io.PrintStream)}.
51 method = "Shell",
59 * Test method for {@link SQLite.Shell#clone()}.
64 method = "clone",
72 * Test method for {@link SQLite.Shell#sql_quote_dbl(java.lang.String)}.
77 method = "sql_quote_dbl",
85 * Test method for {@link SQLite.Shell#sql_quote(java.lang.String)}.
90 method = "sql_quote"
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
BlobTest.java 35 * Test method for {@link java.sql.Blob#getBinaryStream()}.
40 method = "getBinaryStream",
48 * Test method for {@link java.sql.Blob#getBytes(long, int)}.
53 method = "getBytes",
61 * Test method for {@link java.sql.Blob#length()}.
66 method = "length",
74 * Test method for {@link java.sql.Blob#position(java.sql.Blob, long)}.
79 method = "position",
87 * Test method for {@link java.sql.Blob#position(byte[], long)}.
92 method = "position"
    [all...]
ParameterMetaDataTest.java 34 * Test method for {@link java.sql.ParameterMetaData#getParameterClassName(int)}.
39 method = "getParameterClassName",
47 * Test method for {@link java.sql.ParameterMetaData#getParameterCount()}.
52 method = "getParameterCount",
60 * Test method for {@link java.sql.ParameterMetaData#getParameterMode(int)}.
65 method = "getParameterMode",
73 * Test method for {@link java.sql.ParameterMetaData#getParameterType(int)}.
78 method = "getParameterType",
86 * Test method for {@link java.sql.ParameterMetaData#getParameterTypeName(int)}.
91 method = "getParameterTypeName"
    [all...]
SQLInputTest.java 31 * Test method for {@link java.sql.SQLInput#readString()}.
36 method = "readString",
44 * Test method for {@link java.sql.SQLInput#readBoolean()}.
49 method = "readBoolean",
57 * Test method for {@link java.sql.SQLInput#readByte()}.
62 method = "readByte",
69 * Test method for {@link java.sql.SQLInput#readShort()}.
74 method = "readShort",
82 * Test method for {@link java.sql.SQLInput#readInt()}.
87 method = "readInt"
    [all...]
SQLOutputTest.java 44 * Test method for {@link java.sql.SQLOutput#writeString(java.lang.String)}.
49 method = "writeString",
57 * Test method for {@link java.sql.SQLOutput#writeBoolean(boolean)}.
62 method = "writeBoolean",
70 * Test method for {@link java.sql.SQLOutput#writeByte(byte)}.
75 method = "writeByte",
83 * Test method for {@link java.sql.SQLOutput#writeShort(short)}.
88 method = "writeShort",
96 * Test method for {@link java.sql.SQLOutput#writeInt(int)}.
101 method = "writeInt"
    [all...]
  /dalvik/libcore/support/src/test/java/targets/
KeyAgreement.java 34 protected abstract void method(); method in class:KeyAgreement.DH
  /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/webkit/WebCore/manual-tests/resources/
TestApplet.java 12 public int method() method in class:TestApplet
  /external/webkit/WebKitTools/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...]

Completed in 940 milliseconds

1 23 4 5 6 7 8 91011>>