Searched refs:newMethod (Results 1 - 20 of 20) sorted by relevance

/external/jdiff/src/jdiff/
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...]
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
/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
H A DCtClassType.java849 CtMethod newMethod = new CtMethod(minfo, this);
850 cache.addMethod(newMethod);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_opt_util.cc684 VCMProtectionMethod *newMethod = NULL; local
689 newMethod = new VCMNackMethod();
694 newMethod = new VCMFecMethod();
700 newMethod = new VCMNackFecMethod(kLowRttNackMs, -1);
710 _selectedMethod = newMethod;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java312 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/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/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/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/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/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1042 public int newMethod( method in class:ClassWriter
/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/clang/lib/Sema/
H A DSemaDecl.cpp2948 void Sema::mergeObjCMethodDecls(ObjCMethodDecl *newMethod, argument
2953 isa<ObjCImplDecl>(newMethod->getDeclContext()) ? AMK_Redeclaration
2955 mergeDeclAttributes(newMethod, oldMethod, MergeKind);
2961 ni = newMethod->param_begin(), ne = newMethod->param_end();
2965 CheckObjCMethodOverride(newMethod, oldMethod);
/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/ ...

Completed in 511 milliseconds