/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/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.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.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.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.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/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/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.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.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.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/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-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/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/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()
|