/external/javassist/src/test/javassist/ |
D | LoaderTestByRandall.java | 74 CtMethod newMethod = CtNewMethod.make(CtClassType.voidType, in testLoadBadCodeModification() 80 clazz.addMethod(newMethod); in testLoadBadCodeModification()
|
/external/executorch/docs/source/ |
D | api-life-cycle.md | 152 * @deprecated Use {@link #newMethod()} instead. hashtag 166 <code>__attribute__((deprecated("Use newMethod instead")));</code> 175 * @deprecated Use `newMethod` instead. 191 <code>@available(*, deprecated, message: "Use newMethod instead")</code> 198 <code>/// - Warning: Deprecated. Use `newMethod()` instead.</code>
|
/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.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.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.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.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.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.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/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-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.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/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/lzma/CPP/7zip/Archive/ |
D | UefiHandler.cpp | 1114 int newMethod = method; 1127 newMethod = COMPRESSION_TYPE_LZMA; 1152 RINOK(ParseSections(newBufIndex, newOffset, newSectSize, newParent, newMethod, level, error2))
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFile.java | 688 private static boolean isDuplicated(MethodInfo newMethod, String newName, in isDuplicated() argument
|
/external/golang-protobuf/compiler/protogen/ |
D | protogen.go | 861 service.Methods = append(service.Methods, newMethod(gen, f, service, mds.Get(i))) 881 func newMethod(gen *Plugin, f *File, service *Service, desc protoreflect.MethodDescriptor) *Method { func
|
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | ClassWriter.java | 1005 public int newMethod(
|
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
D | ClassWriterTest.java | 293 classWriter.newMethod("A", "m", "()V", false); in testNewMethod()
|
/external/ow2-asm/asm/src/test/resources/ |
D | sigtest-4.0.txt | 122 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
|
D | sigtest-5.0.txt | 124 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
|
D | sigtest-5.1.txt | 125 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
|
/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()
|