HomeSort by relevance Sort by last modified time
    Searched defs:newMethod (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 209 OAuthSignatureMethod signer = newMethod(message.getSignatureMethod(),
216 public static OAuthSignatureMethod newMethod(String name,
242 * Subsequently, newMethod(name) will attempt to instantiate the given
  /external/jdiff/src/jdiff/
APIComparator.java 468 MethodAPI newMethod = methodArr[methodIdx];
469 if (oldMethod.compareTo(newMethod) == 0) {
494 MethodAPI newMethod = (MethodAPI)(newClass.methods_.get(startNew));
499 newMethod.inheritedFrom_ == null) {
502 compareMethods(oldMethod, newMethod, classDiff);
520 MethodAPI newMethod = (MethodAPI)(iter.next());
522 if (newMethod.inheritedFrom_ != null)
529 if (newMethod.compareTo(oldMethod) == 0) {
535 // int idx = Collections.binarySearch(oldClass.methods_, newMethod);
538 int startOld = oldClass.methods_.indexOf(newMethod);
    [all...]
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
DAsm.java 392 void newMethod(String name, String descriptor, int access) {
394 System.out.println("newMethod(" + name + ", " + descriptor + ", "
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 312 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + generateCallToSuper(methodName, paramTypes) + "\n}");
313 newMethod.setModifiers(newModifiers);
317 ctClass.addMethod(newMethod);
320 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + "\n}");
321 ctMethod.setBody(newMethod, null);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/javassist/src/main/javassist/
CtClassType.java 849 CtMethod newMethod = new CtMethod(minfo, this);
850 cache.addMethod(newMethod);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
asm-5.0.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3.1/
asm-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.1/
asm-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/
kotlin-android-extensions-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.jar 
  /external/guice/lib/build/
asm-5.0.3.jar 

Completed in 231 milliseconds

1 2 3 4