HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 76 - 100 of 9196) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/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...]
  /external/proguard/src/proguard/optimize/info/
AccessMethodMarker.java 45 private Method invokingMethod;
50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
53 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
55 invokingMethod = method;
128 private static void setAccessesPrivateCode(Method method)
130 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
139 * Returns whether the given method accesses private class members
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 35 method = "describeContents",
40 method = "equals",
45 method = "getIsManualSelection",
50 method = "getOperatorAlphaLong",
55 method = "getOperatorAlphaShort",
60 method = "getOperatorNumeric",
65 method = "getRoaming",
70 method = "getState",
75 method = "hashCode",
80 method = "ServiceState"
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 46 method = "changeDebugPort",
54 method = "enableEmulatorTraceOutput",
62 method = "isDebuggerConnected",
70 method = "printLoadedClasses",
81 method = "setAllocationLimit",
89 method = "setGlobalAllocationLimit",
98 method = "startMethodTracing",
103 method = "startMethodTracing",
108 method = "startMethodTracing",
113 method = "startMethodTracing"
    [all...]
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
A.java 30 public void method() { method in class:A
35 int method() { method in class:A.Inner
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 6 .method public <init>()V
11 .end method
13 .method public run(II)I
24 .end method
T_if_eq_10.d 6 .method public <init>()V
11 .end method
13 .method public run(II)Z
23 .end method
T_if_eq_11.d 6 .method public <init>()V
11 .end method
13 .method public run(Ljava/lang/String;Ljava/lang/String;)V
26 .end method
T_if_eq_12.d 6 .method public <init>()V
11 .end method
13 .method public run(II)I
24 .end method
T_if_eq_2.d 6 .method public <init>()V
11 .end method
13 .method public run(Ljava/lang/String;Ljava/lang/String;)I
24 .end method
T_if_eq_4.d 6 .method public <init>()V
11 .end method
13 .method public run(FI)I
24 .end method
T_if_eq_5.d 6 .method public <init>()V
11 .end method
13 .method public run(II)I
24 .end method
T_if_eq_7.d 6 .method public <init>()V
11 .end method
13 .method public run(ID)I
24 .end method
T_if_eq_8.d 6 .method public <init>()V
11 .end method
13 .method public run(JI)I
24 .end method
T_if_eq_9.d 6 .method public <init>()V
11 .end method
13 .method public run(ILjava/lang/String;)I
24 .end method
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eqz/d/
T_if_eqz_1.d 6 .method public <init>()V
11 .end method
13 .method public run(I)I
23 .end method
T_if_eqz_10.d 6 .method public <init>()V
11 .end method
13 .method public run(I)Z
24 .end method
T_if_eqz_11.d 6 .method public <init>()V
11 .end method
13 .method public run(I)Z
23 .end method
T_if_eqz_2.d 6 .method public <init>()V
11 .end method
13 .method public run(Ljava/lang/String;)I
23 .end method
T_if_eqz_3.d 6 .method public <init>()V
11 .end method
13 .method public run(F)I
23 .end method
T_if_eqz_4.d 6 .method public <init>()V
11 .end method
13 .method public run(Ljava/lang/Object;)I
23 .end method
T_if_eqz_5.d 6 .method public <init>()V
11 .end method
13 .method public run(Ljava/lang/Object;)I
23 .end method

Completed in 1163 milliseconds

1 2 34 5 6 7 8 91011>>