Searched defs:newMethod (Results 1 - 18 of 18) sorted by relevance

/external/jdiff/src/jdiff/
H A DMergeChanges.java264 MethodAPI newMethod) {
266 if (oldMethod.isAbstract_ != newMethod.isAbstract_) {
276 oldMethod.isNative_ != newMethod.isNative_) {
286 oldMethod.isSynchronized_ != newMethod.isSynchronized_) {
262 diffMethods(MemberDiff methodDiff, MethodAPI oldMethod, MethodAPI newMethod) argument
H A DAPIComparator.java468 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);
563 compareMethods(MethodAPI oldMethod, MethodAPI newMethod, ClassDiff classDiff) argument
[all...]
/external/javassist/src/main/javassist/
H A DCodeConverter.java384 * @param newMethod the method with the new name.
388 CtMethod newMethod)
392 = new TransformCall(transformers, oldMethodName, newMethod);
387 redirectMethodCall(String oldMethodName, CtMethod newMethod) argument
/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java209 OAuthSignatureMethod signer = newMethod(message.getSignatureMethod(),
216 public static OAuthSignatureMethod newMethod(String name, method in class:OAuthSignatureMethod
242 * Subsequently, newMethod(name) will attempt to instantiate the given
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java668 private static boolean isDuplicated(MethodInfo newMethod, String newName, argument
688 return notBridgeMethod(minfo) && notBridgeMethod(newMethod);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1042 public int newMethod( method in class:ClassWriter
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/clang/lib/Sema/
H A DSemaDecl.cpp3109 void Sema::mergeObjCMethodDecls(ObjCMethodDecl *newMethod, argument
3114 isa<ObjCImplDecl>(newMethod->getDeclContext()) ? AMK_Redeclaration
3116 mergeDeclAttributes(newMethod, oldMethod, MergeKind);
3122 ni = newMethod->param_begin(), ne = newMethod->param_end();
3126 CheckObjCMethodOverride(newMethod, oldMethod);
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 582 milliseconds