Home
last modified time | relevance | path

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

12345678910>>...27

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/beans/finder/
H A DAbstractFinder.java94 for (T newMethod : methods) { in find()
95 if (isValid(newMethod)) { in find()
101 oldMethod = newMethod; in find()
115 oldMethod = newMethod; in find()
122 if (newMethod.isVarArgs()) { in find()
136 map.put(newMethod, array); in find()
141 for (T newMethod : methods) { in find()
142 Class<?>[] newParams = map.get(newMethod); in find()
146 oldMethod = newMethod; in find()
154 useNew = !newMethod.isSynthetic(); in find()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicWrapper.cs143 public void Generate(MethodInfo newMethod) in Generate() argument
145 if (newMethod.IsGenericMethod) in Generate()
146 newMethod = newMethod.GetGenericMethodDefinition(); in Generate()
150 var parameters = newMethod.GetParameters(); in Generate()
154 newMethod.Name, in Generate()
156 newMethod.ReturnType, in Generate()
159 if (newMethod.IsGenericMethod) in Generate()
162 newMethod.GetGenericArguments().Select(arg => arg.Name).ToArray()); in Generate()
169 ExecuteMethod(newMethod, parameterTypes, ilGenerator); in Generate()
178 private void ExecuteMethod(MethodBase newMethod, Type[] parameterTypes, ILGenerator ilGenerator) in ExecuteMethod() argument
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicWrapper.cs168 public void Generate(MethodInfo newMethod) in Generate() argument
170 if (newMethod.IsGenericMethod) in Generate()
171 newMethod = newMethod.GetGenericMethodDefinition(); in Generate()
175 var parameters = newMethod.GetParameters(); in Generate()
179 newMethod.Name, in Generate()
181 newMethod.ReturnType, in Generate()
184 if (newMethod.IsGenericMethod) in Generate()
187 newMethod.GetGenericArguments().Select(arg => arg.Name).ToArray()); in Generate()
194 ExecuteMethod(newMethod, parameterTypes, ilGenerator); in Generate()
203 private void ExecuteMethod(MethodBase newMethod, Type[] parameterTypes, ILGenerator ilGenerator) in ExecuteMethod() argument
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtobjc22a.pp13 function newMethod: longint; message 'n';
24 function newMethod: longint;
28 function newMethod: longint;
34 function TMyObjectA.newMethod: longint;
41 function TMyObjectB.newMethod: longint;
58 if a.newMethod<>1 then
60 if b.newMethod<>3 then
H A Dtobjc22b.pp13 function newMethod: longint; message 'newMethod';
28 function newMethod: longint;
33 function newMethod: longint;
40 function TMyObjectA.newMethod: longint;
52 function TMyObjectB.newMethod: longint;
73 if a.newMethod<>1 then
77 if b.newMethod<>3 then
H A Dtobjc22.pp13 function newMethod: longint; message 'n';
24 function newMethod: longint;
29 function newMethod: longint; message 'n';
35 function TMyObjectA.newMethod: longint;
47 function TMyObjectB.newMethod: longint;
99 if a.newMethod<>1 then
110 if b.newMethod<>3 then
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DInverseKinematics.hpp47 IKErrorMethod* newMethod
49 mErrorMethod = std::unique_ptr<ErrorMethod>(newMethod);
50 return *newMethod;
57 IKGradientMethod* newMethod
59 mGradientMethod = std::unique_ptr<GradientMethod>(newMethod);
65 return *newMethod;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/
H A DUnwrapNewArrayOperation.java59 MethodInvocation newMethod= ast.newMethodInvocation(); in rewriteAST() local
60 newMethod.setSourceRange(method.getStartPosition(), method.getLength()); in rewriteAST()
61 newMethod.setName(ast.newSimpleName(method.getName().getFullyQualifiedName())); in rewriteAST()
62 newMethod.setExpression(ASTNodes.copySubtree(ast, method.getExpression())); in rewriteAST()
66 newMethod.typeArguments().addAll(createMoveTarget); in rewriteAST()
69newMethod.arguments().add(ASTNodes.createMoveTarget(rewrite, (Expression) method.arguments().get(i… in rewriteAST()
74 newMethod.arguments().add(ASTNodes.createMoveTarget(rewrite, (Expression) exp)); in rewriteAST()
77 rewrite.replace(method, newMethod, null); in rewriteAST()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/patchers/
H A DReplaceMethodPatcher.java42 final String origMethod, origClass, newMethod, newClass, signature; field in ReplaceMethodPatcher
45 …hodPatcher(String origClass, String origMethod, String newClass, String newMethod, String signatur… in ReplaceMethodPatcher() argument
47 …if (origMethod == null || origClass == null || newMethod == null || newClass == null || signature … in ReplaceMethodPatcher()
52 this.newMethod = newMethod; in ReplaceMethodPatcher()
105 super.visitMethodInsn(callOpcode, newClass, newMethod, signature, false); in visitMethodInsn()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/patchers/
H A DReplaceMethodPatcher.java42 final String origMethod, origClass, newMethod, newClass, signature; field in ReplaceMethodPatcher
45 …hodPatcher(String origClass, String origMethod, String newClass, String newMethod, String signatur… in ReplaceMethodPatcher() argument
47 …if (origMethod == null || origClass == null || newMethod == null || newClass == null || signature … in ReplaceMethodPatcher()
52 this.newMethod = newMethod; in ReplaceMethodPatcher()
105 super.visitMethodInsn(callOpcode, newClass, newMethod, signature, false); in visitMethodInsn()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp495 auto &method = opClass.newMethod(attr.getReturnType(), name); in genAttrGetters()
502 auto &method = opClass.newMethod(attr.getReturnType(), name); in genAttrGetters()
558 opClass.newMethod("bool", "isDerivedAttribute", in genAttrGetters()
726 auto &m = opClass.newMethod(rangeType, operand.name); in generateNamedOperandGetters()
752 auto &m = opClass.newMethod("::mlir::MutableOperandRange", in genNamedOperandSetters()
799 auto &m = opClass.newMethod("::mlir::Operation::result_range", in genNamedResultGetters()
810 auto &m = opClass.newMethod("::mlir::Value", result.name); in genNamedResultGetters()
819 auto &m = opClass.newMethod("::mlir::Value", result.name); in genNamedResultGetters()
1503 opClass.newMethod("::mlir::OpFoldResult", "fold", params, in genFolderDecls()
1637 auto &method = opClass.newMethod( in genTypeInterfaceMethods()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DTestChangeMethodSignaturParticipant.java61 IMethod newMethod= JavaModelUtil.findMethod(name, parameterTypesSigs, fIsConstructor, type); in test() local
62 Assert.assertNotNull(newMethod); in test()
64 assertEqualSignature(newMethod.getReturnType(), fArguments.getNewReturnType()); in test()
65 Assert.assertEquals(JdtFlags.getVisibilityCode(newMethod), fArguments.getNewVisibility()); in test()
67 String[] parameterNames= newMethod.getParameterNames(); in test()
73 String[] exceptionTypes= newMethod.getExceptionTypes(); in test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp352 auto &method = opClass.newMethod(attr.getReturnType(), name); in genAttrGetters()
359 auto &method = opClass.newMethod(attr.getReturnType(), name); in genAttrGetters()
383 opClass.newMethod(attr.getStorageType(), (name + "Attr").str()); in genAttrGetters()
482 auto &m = opClass.newMethod(rangeType, operand.name); in generateNamedOperandGetters()
485 auto &m = opClass.newMethod("Value ", operand.name); in generateNamedOperandGetters()
563 auto &m = opClass.newMethod("Value ", result.name); in genNamedResultGetters()
574 auto &m = opClass.newMethod("Region &", region.name); in genNamedRegionGetters()
1031 opClass.newMethod("void", "getCanonicalizationPatterns", params, in genCanonicalizerDecls()
1081 auto &method = opClass.newMethod( in genParser()
1342 auto &method = opClass.newMethod("StringRef", "getOperationName", in genOpNameGetter()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Notification/
H A DModifiedEvent.st56 …ModifiedEvent class >> methodChangedFrom: oldMethod to: newMethod selector: aSymbol inClass: aClas…
60 instance := self method: newMethod selector: aSymbol class: aClass.
65 …ModifiedEvent class >> methodChangedFrom: oldMethod to: newMethod selector: aSymbol inClass: aClas…
69 instance := self method: newMethod selector: aSymbol class: aClass requestor: requestor.
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/ssa/interp/
H A Dreflect.go553 "Bits": newMethod(i.reflectPackage, rtypeType, "Bits"),
554 "Elem": newMethod(i.reflectPackage, rtypeType, "Elem"),
555 "Field": newMethod(i.reflectPackage, rtypeType, "Field"),
556 "In": newMethod(i.reflectPackage, rtypeType, "In"),
557 "Kind": newMethod(i.reflectPackage, rtypeType, "Kind"),
559 "NumIn": newMethod(i.reflectPackage, rtypeType, "NumIn"),
561 "NumOut": newMethod(i.reflectPackage, rtypeType, "NumOut"),
562 "Out": newMethod(i.reflectPackage, rtypeType, "Out"),
563 "Size": newMethod(i.reflectPackage, rtypeType, "Size"),
564 "String": newMethod(i.reflectPackage, rtypeType, "String"),
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/ssa/interp/
H A Dreflect.go553 "Bits": newMethod(i.reflectPackage, rtypeType, "Bits"),
554 "Elem": newMethod(i.reflectPackage, rtypeType, "Elem"),
555 "Field": newMethod(i.reflectPackage, rtypeType, "Field"),
556 "In": newMethod(i.reflectPackage, rtypeType, "In"),
557 "Kind": newMethod(i.reflectPackage, rtypeType, "Kind"),
559 "NumIn": newMethod(i.reflectPackage, rtypeType, "NumIn"),
561 "NumOut": newMethod(i.reflectPackage, rtypeType, "NumOut"),
562 "Out": newMethod(i.reflectPackage, rtypeType, "Out"),
563 "Size": newMethod(i.reflectPackage, rtypeType, "Size"),
564 "String": newMethod(i.reflectPackage, rtypeType, "String"),
[all …]

12345678910>>...27