Home
last modified time | relevance | path

Searched refs:newMethod (Results 1 – 24 of 24) sorted by relevance

/external/jdiff/src/jdiff/
DAPIComparator.java468 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 …]
DMergeChanges.java265 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/r8/src/main/java/com/android/tools/r8/ir/desugar/
DClassProcessor.java90 DexEncodedMethod newMethod = addForwardingMethod(method, clazz); in process() local
91 clazz.virtualMethods[existing.length + i] = newMethod; in process()
92 createdMethods.put(newMethod, method); in process()
101 DexMethod newMethod = rewriter.factory.createMethod(clazz.type, method.proto, method.name); in addForwardingMethod() local
103 return new DexEncodedMethod(newMethod, newFlags, in addForwardingMethod()
DLambdaClass.java450 DexEncodedMethod newMethod = new DexEncodedMethod( in ensureAccessibility() local
459 DexCode dexCode = newMethod.getCode().asDexCode(); in ensureAccessibility()
464 directMethods[i] = newMethod; in ensureAccessibility()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java312 …CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n"… in fixMethod() local
313 newMethod.setModifiers(newModifiers); in fixMethod()
317 ctClass.addMethod(newMethod); in fixMethod()
320 …CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n"… in fixMethod() local
321 ctMethod.setBody(newMethod, null); in fixMethod()
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy250 * @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/
DAbstractFakeCommandHandlerTest.groovy235 * @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/
DAbstractFakeCommandHandlerTest.groovy235 * @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.3/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy250 * @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/
DAbstractFakeCommandHandlerTest.groovy250 * @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/
DAbstractFakeCommandHandlerTestCase.groovy249 * @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-rc1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy231 * @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/
DAbstractFakeCommandHandlerTestCase.groovy250 * @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/
DAbstractFakeCommandHandlerTest.groovy250 * @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/
DAbstractFakeCommandHandlerTest.groovy235 * @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/
DAbstractFakeCommandHandlerTestCase.groovy249 * @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/
DAbstractFakeCommandHandlerTest.groovy250 * @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/
DCodeConverter.java388 CtMethod newMethod) in redirectMethodCall() argument
392 = new TransformCall(transformers, oldMethodName, newMethod); in redirectMethodCall()
DCtClassType.java849 CtMethod newMethod = new CtMethod(minfo, this); in makeBehaviorCache() local
850 cache.addMethod(newMethod); in makeBehaviorCache()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexEncodedMethod.java328 DexMethod newMethod = factory.createMethod(method.holder, method.proto, name); in toRenamedMethod() local
330 builder.setMethod(newMethod); in toRenamedMethod()
336 DexMethod newMethod = itemFactory.createMethod(holder.type, method.proto, method.name); in toForwardingMethod() local
339 builder.setMethod(newMethod); in toForwardingMethod()
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java209 OAuthSignatureMethod signer = newMethod(message.getSignatureMethod(), in newSigner()
216 public static OAuthSignatureMethod newMethod(String name, in newMethod() method in OAuthSignatureMethod
/external/r8/src/main/java/com/android/tools/r8/shaking/
DSimpleClassMerger.java477 DexMethod newMethod = application.dexItemFactory.createMethod(newHolder, newProto, in substituteTypesIn() local
479 if (newMethod != encodedMethod.method) { in substituteTypesIn()
480 lense.map(encodedMethod.method, newMethod); in substituteTypesIn()
481 methods[i] = encodedMethod.toTypeSubstitutedMethod(newMethod); in substituteTypesIn()
/external/javassist/src/main/javassist/bytecode/
DClassFile.java668 private static boolean isDuplicated(MethodInfo newMethod, String newName, in isDuplicated() argument
688 return notBridgeMethod(minfo) && notBridgeMethod(newMethod); in isDuplicated()
/external/clang/lib/Sema/
DSemaDecl.cpp3299 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()