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

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 63 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
69 codeAttribute.instructionsAccept(clazz, method, this);
72 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
75 codeAttribute.attributesAccept(clazz, method, this);
79 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
82 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
91 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute
    [all...]
  /external/proguard/src/proguard/classfile/instruction/visitor/
MultiInstructionVisitor.java 84 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
92 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction);
100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
104 instructionVisitors[index].visitConstantInstruction(clazz, method, codeAttribute, offset, constantInstruction);
108 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction
    [all...]
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
40 Method method,
45 * Exits the given method with the given return value.
48 Method method,
54 * field or method reference instruction.
57 Method method,
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
ReferenceType.java 38 method(2), enum constant in enum:ReferenceType
55 case method:
68 return method;
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 47 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
70 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
120 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
176 * Visits any type of method RefConstant of the given class.
215 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
270 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute)
272 visitDeprecatedAttribute(clazz, (Member)method, deprecatedAttribute);
297 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute
    [all...]
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 23 * This file also defines a static method called runAllTests(), which
50 * how to call a method: (virtual, direct, static) x (standard, array of
132 * Looks up a static method on StaticFromNative.
140 *errorMsg = failure("could not find static test method %s:%s",
148 * Looks up an instance method on InstanceFromNative.
155 *errorMsg = failure("could not find instance test method %s:%s",
163 * Looks up either an instance method on InstanceFromNative or a
164 * static method on StaticFromNative, depending on the given
191 jmethodID method = findAppropriateMethod(env, &msg, ct, local
194 if (method == NULL)
294 jmethodID method = findAppropriateMethod(env, &msg, ct, local
397 jmethodID method = findAppropriateMethod(env, &msg, ct, local
500 jmethodID method = findAppropriateMethod(env, &msg, ct, local
603 jmethodID method = findAppropriateMethod(env, &msg, ct, local
706 jmethodID method = findAppropriateMethod(env, &msg, ct, local
809 jmethodID method = findAppropriateMethod(env, &msg, ct, local
912 jmethodID method = findAppropriateMethod(env, &msg, ct, local
1015 jmethodID method = findAppropriateMethod(env, &msg, ct, local
1118 jmethodID method = findAppropriateMethod(env, &msg, ct, local
1239 jmethodID method = findAppropriateMethod(env, &msg, ct, local
1359 jmethodID method = findAppropriateMethod(env, &msg, ct, local
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 6 public void method() { throw new RuntimeException("Stub!"); } method in class:InterfaceEnum
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/b/
B.java 23 Parent method(Parent p) { method in class:B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_14.d 19 .method static public <clinit>()V
25 .end method
27 .method static public test()V
29 .end method
36 .method public <init>()V
41 .end method
43 .method public run()V
48 .end method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_14.d 19 .method static public <clinit>()V
25 .end method
27 .method static public test()V
29 .end method
36 .method public <init>()V
41 .end method
43 .method public run()V
48 .end method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_24.d 18 .method public abstract test()V
19 .end method
27 .method public <init>()V
32 .end method
34 .method public test()V
36 .end method
38 .method public run()V
43 .end method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_24.d 18 .method public abstract test()V
19 .end method
27 .method public <init>()V
32 .end method
34 .method public test()V
36 .end method
38 .method public run()V
43 .end method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
T_rsub_int_2.d 20 .method public <init>()V
25 .end method
27 .method public run(I)I
32 .end method
34 .method public run1(I)I
39 .end method
41 .method public run2(I)I
46 .end method
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
T_rsub_int_lit8_2.d 20 .method public <init>()V
25 .end method
27 .method public run(I)I
32 .end method
34 .method public run1(I)I
39 .end method
41 .method public run2(I)I
46 .end method
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 53 /** if non-null, an explicit method to dump */
54 String method; field in class:Args
  /dalvik/dx/tests/097-dex-branch-offset-zero/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
60 # The test failed. Be helpful and print the entire method body.
61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /dalvik/dx/tests/115-merge/testdata/
TryCatchFinally.java 5 public static void method() { method in class:TryCatchFinally
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_INTERFACE.S 19 * Code: Call at method. Provides an "isrange" variable and
25 * Description: invoke-interface is used to invoke an interface method; on an
48 FETCH 1, %ecx # %ecx<- method index
49 movl %ecx, -12(%esp) # push argument method index
64 movl offGlue_method(%ecx), %ecx # %ecx<- glue->method
65 movl %ecx, -8(%esp) # push parameter method
66 movl offObject_clazz(%edx), %edx # %edx<- glue->method->clazz
70 # const Method* method, DvmDex* methodClassDex)
71 # return: Method*
    [all...]
  /development/apps/Development/src/com/android/development/
LogTextBox.java 21 import android.text.method.ScrollingMovementMethod;
22 import android.text.method.MovementMethod;
23 import android.text.method.KeyListener;
24 import android.text.method.TransformationMethod;
  /external/apache-http/src/org/apache/http/
HttpRequestFactory.java 48 HttpRequest newHttpRequest(String method, String uri)
  /external/apache-http/src/org/apache/http/message/
BasicHttpEntityEnclosingRequest.java 55 public BasicHttpEntityEnclosingRequest(final String method, final String uri) {
56 super(method, uri);
59 public BasicHttpEntityEnclosingRequest(final String method, final String uri,
61 this(new BasicRequestLine(method, uri, ver));
  /external/chromium/net/tools/flip_server/
spdy_util.h 16 std::string EncodeURL(std::string uri, std::string host, std::string method);
  /external/nist-sip/java/javax/sip/header/
AllowHeader.java 9 void setMethod(String method) throws ParseException;
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 99 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
101 attributeVisitor.visitCodeAttribute(clazz, method, this);
108 public void instructionsAccept(Clazz clazz, Method method, InstructionVisitor instructionVisitor)
110 instructionsAccept(clazz, method, 0, u4codeLength, instructionVisitor);
118 public void instructionAccept(Clazz clazz, Method method, int offset, InstructionVisitor instructionVisitor)
121 instruction.accept(clazz, method, this, offset, instructionVisitor);
129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor
    [all...]

Completed in 630 milliseconds

<<11121314151617181920>>