Home
last modified time | relevance | path

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

12

/external/javassist/src/test/javassist/
DLoaderTestByRandall.java74 CtMethod newMethod = CtNewMethod.make(CtClassType.voidType, in testLoadBadCodeModification()
80 clazz.addMethod(newMethod); in testLoadBadCodeModification()
/external/executorch/docs/source/
Dapi-life-cycle.md152 * @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/
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.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.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.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/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.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-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.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.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/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.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/javassist/src/main/javassist/
DCodeConverter.java402 CtMethod newMethod) in redirectMethodCall() argument
406 = new TransformCall(transformers, oldMethodName, newMethod); in redirectMethodCall()
/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/lzma/CPP/7zip/Archive/
DUefiHandler.cpp1114 int newMethod = method;
1127 newMethod = COMPRESSION_TYPE_LZMA;
1152 RINOK(ParseSections(newBufIndex, newOffset, newSectSize, newParent, newMethod, level, error2))
/external/javassist/src/main/javassist/bytecode/
DClassFile.java688 private static boolean isDuplicated(MethodInfo newMethod, String newName, in isDuplicated() argument
/external/golang-protobuf/compiler/protogen/
Dprotogen.go861 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/
DClassWriter.java1005 public int newMethod(
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DClassWriterTest.java293 classWriter.newMethod("A", "m", "()V", false); in testNewMethod()
/external/ow2-asm/asm/src/test/resources/
Dsigtest-4.0.txt122 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
Dsigtest-5.0.txt124 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
Dsigtest-5.1.txt125 meth public int newMethod(java.lang.String,java.lang.String,java.lang.String,boolean)
/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()

12