/external/jdiff/src/jdiff/ |
D | APIComparator.java | 468 MethodAPI newMethod = methodArr[methodIdx]; in compareAllMethods() local 469 if (oldMethod.compareTo(newMethod) == 0) { in compareAllMethods() 494 MethodAPI newMethod = (MethodAPI)(newClass.methods_.get(startNew)); in compareAllMethods() local 499 newMethod.inheritedFrom_ == null) { in compareAllMethods() 502 compareMethods(oldMethod, newMethod, classDiff); in compareAllMethods() 520 MethodAPI newMethod = (MethodAPI)(iter.next()); in compareAllMethods() local 522 if (newMethod.inheritedFrom_ != null) in compareAllMethods() 529 if (newMethod.compareTo(oldMethod) == 0) { in compareAllMethods() 538 int startOld = oldClass.methods_.indexOf(newMethod); in compareAllMethods() 539 int endOld = oldClass.methods_.lastIndexOf(newMethod); in compareAllMethods() [all …]
|
D | MergeChanges.java | 265 MethodAPI newMethod) { in diffMethods() argument 267 if (oldMethod.isAbstract_ != newMethod.isAbstract_) { in diffMethods() 277 oldMethod.isNative_ != newMethod.isNative_) { in diffMethods() 287 oldMethod.isSynchronized_ != newMethod.isSynchronized_) { in diffMethods()
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | OpClass.h | 324 auto newMethod = std::make_unique<OpMethod>( in addMethodAndPrune() local 326 return addMethodAndPrune(methods, std::move(newMethod)); in addMethodAndPrune() 380 std::unique_ptr<MethodTy> &&newMethod) { in addMethodAndPrune() argument 383 if (method->makesRedundant(*newMethod)) in addMethodAndPrune() 398 if (newMethod->makesRedundant(*(it->get()))) in addMethodAndPrune() 404 MethodTy *ret = newMethod.get(); in addMethodAndPrune() 405 set.insert(std::move(newMethod)); in addMethodAndPrune()
|
/external/javassist/src/test/javassist/ |
D | LoaderTestByRandall.java | 74 CtMethod newMethod = CtNewMethod.make(CtClassType.voidType, in testLoadBadCodeModification() 80 clazz.addMethod(newMethod); in testLoadBadCodeModification()
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 249 * @param newMethod - the Closure representing the new method for this single instance 251 protected void overrideMethod(object, String methodName, Closure newMethod) { 254 emc."$methodName" = newMethod 264 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 265 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 235 * @param newMethod - the Closure representing the new method for this single instance 237 protected void overrideMethod(object, String methodName, Closure newMethod) { 240 emc."$methodName" = newMethod 250 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 251 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 235 * @param newMethod - the Closure representing the new method for this single instance 237 protected void overrideMethod(object, String methodName, Closure newMethod) { 240 emc."$methodName" = newMethod 250 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 251 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 231 * @param newMethod - the Closure representing the new method for this single instance 233 protected void overrideMethod(object, String methodName, Closure newMethod) { 236 emc."$methodName" = newMethod 246 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 247 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 249 * @param newMethod - the Closure representing the new method for this single instance 251 protected void overrideMethod(object, String methodName, Closure newMethod) { 254 emc."$methodName" = newMethod 264 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 265 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 235 * @param newMethod - the Closure representing the new method for this single instance 237 protected void overrideMethod(object, String methodName, Closure newMethod) { 240 emc."$methodName" = newMethod 250 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 251 overrideMethod(fileSystem, methodName, newMethod)
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 250 * @param newMethod - the Closure representing the new method for this single instance 252 protected void overrideMethod(object, String methodName, Closure newMethod) { 255 emc."$methodName" = newMethod 265 …def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName… 266 overrideMethod(fileSystem, methodName, newMethod)
|
/external/javassist/src/main/javassist/ |
D | CodeConverter.java | 402 CtMethod newMethod) in redirectMethodCall() argument 406 = new TransformCall(transformers, oldMethodName, newMethod); in redirectMethodCall()
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
D | OAuthSignatureMethod.java | 209 OAuthSignatureMethod signer = newMethod(message.getSignatureMethod(), in newSigner() 216 public static OAuthSignatureMethod newMethod(String name, in newMethod() method in OAuthSignatureMethod
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFile.java | 688 private static boolean isDuplicated(MethodInfo newMethod, String newName, in isDuplicated() argument
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 3299 void Sema::mergeObjCMethodDecls(ObjCMethodDecl *newMethod, in mergeObjCMethodDecls() argument 3305 : isa<ObjCImplDecl>(newMethod->getDeclContext()) ? AMK_Redeclaration in mergeObjCMethodDecls() 3308 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls() 3314 ni = newMethod->param_begin(), ne = newMethod->param_end(); in mergeObjCMethodDecls() 3318 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 3845 void Sema::mergeObjCMethodDecls(ObjCMethodDecl *newMethod, in mergeObjCMethodDecls() argument 3851 : isa<ObjCImplDecl>(newMethod->getDeclContext()) ? AMK_Redeclaration in mergeObjCMethodDecls() 3854 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls() 3860 ni = newMethod->param_begin(), ne = newMethod->param_end(); in mergeObjCMethodDecls() 3864 CheckObjCMethodOverride(newMethod, oldMethod); in mergeObjCMethodDecls()
|