HomeSort by relevance Sort by last modified time
    Searched refs:targetMethod (Results 1 - 9 of 9) sorted by null

  /cts/tools/test-progress-new/src/testprogress2/
AnnotationPointer.java 24 // points from one targetMethod to 0..n testMethods which test the target method
26 final ExecutableMemberDoc targetMethod;
30 AnnotationPointer(ExecutableMemberDoc targetMethod) {
31 this.targetMethod = targetMethod;
38 * targetMethod, testMethod="+testMethodInfo.getMethodDoc());
40 * targetMethod, testMethod="+testMethod); } else {
TestTargetNew.java 45 private ExecutableMemberDoc targetMethod = null;
88 targetMethod = null;
139 notes += "- targetmethod (" + tmeth + ") was found in a "
145 targetMethod = tmeth;
149 + " -> could not resolve " + "targetMethod for class "
159 ExecutableMemberDoc targetMethod = null;
253 + slevel + " used in targetMethod for class "
347 anew.targetMethod = this.targetMethod;
359 return targetMethod;
    [all...]
TestCoverageDoclet.java     [all...]
  /external/proguard/src/proguard/classfile/editor/
MemberAdder.java 163 ProgramMethod targetMethod = (ProgramMethod)targetClass.findMethod(name, descriptor);
164 if (targetMethod != null)
180 int targetAccessFlags = targetMethod.getAccessFlags();
191 targetMethod.u2accessFlags =
197 targetMethod,
206 System.out.println("MemberAdder: renaming method ["+targetClass.getName()+"."+targetMethod.getName(targetClass)+targetMethod.getDescriptor(targetClass)+"]");
210 targetMethod.u2nameIndex =
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 408 // points from one targetMethod to 0..n testMethods which test the target method
410 AnnotationPointer(ExecutableMemberDoc targetMethod) {
411 this.targetMethod = targetMethod;
414 final ExecutableMemberDoc targetMethod;
419 System.out.println("warn: testMethod refers more than once to the targetMethod, testMethod="+testMethod);
441 ExecutableMemberDoc targetMethod = getTargetMethod(targetAnnot, targetClass);
442 if (targetMethod != null) {
443 AnnotationPointer tar = getAnnotationPointer(targetMethod, true);
448 return "error: could not resolve targetMethod for class "+targetClass+", annotation was:"+targetAnnot+", testMethod = "+methodDoc.toString()
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 74 private ProgramMethod targetMethod;
148 targetMethod = (ProgramMethod)method;
162 targetMethod = null;
191 targetClass.getName()+"."+targetMethod.getName(targetClass)+targetMethod.getDescriptor(targetClass)+"]");
472 // targetMethod.getName(targetClass).equals(ClassConstants.INTERNAL_METHOD_NAME_INIT))) &&
476 (!programMethod.equals(targetMethod) ||
526 // targetMethod.accept(targetClass, new SimpleClassPrinter(true));
553 MethodOptimizationInfo.getMethodOptimizationInfo(targetMethod);
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 58 private Method targetMethod;
108 targetMethod = method;
234 recursive = targetMethod.equals(methodrefConstant.referencedMember);
  /prebuilt/common/ecj/
ecj.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 221 milliseconds