Home
last modified time | relevance | path

Searched refs:findType (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DJavaModelUtilTest.java145 public void findType() throws Exception { in findType() method in JavaModelUtilTest
149 type= fJProject1.findType("junit.samples.money.IMoney"); in findType()
155 type= fJProject1.findType("mylib.Foo"); in findType()
158 type= fJProject1.findType("mylib.Foo.FooInner"); in findType()
164 type= fJProject1.findType("pack1.ReqProjType"); in findType()
167 type= fJProject1.findType("pack1.ReqProjType.Inner"); in findType()
241 type= fJProject1.findType("mylib.Foo"); in getRawClasspathEntry()
246 type= fJProject1.findType("java.lang.Object"); in getRawClasspathEntry()
251 type= fJProject1.findType("pack1.ReqProjType"); in getRawClasspathEntry()
344 type= fJProject1.findType("junit.framework.TestResult"); in hasMainMethod()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateStore.cs107 … public X509Certificate2Collection Find(X509FindType findType, object findValue, bool validOnly) in Find() argument
121 switch (findType) in Find()
126 …elperError(new ArgumentException(SR.GetString(SR.X509FindValueMismatch, findType, typeof(string), … in Find()
154 …elperError(new ArgumentException(SR.GetString(SR.X509FindValueMismatch, findType, typeof(string), … in Find()
162 …elperError(new ArgumentException(SR.GetString(SR.X509FindValueMismatch, findType, typeof(string), … in Find()
170 …elperError(new ArgumentException(SR.GetString(SR.X509FindValueMismatch, findType, typeof(string), … in Find()
218 return store.Certificates.Find(findType, findValue, validOnly); in Find()
237 if (TryGetMatchingX509Certificate(pCertContext.DangerousGetHandle(), findType, in Find()
273 bool TryGetMatchingX509Certificate(IntPtr certContext, X509FindType findType, in TryGetMatchingX509Certificate() argument
279 switch (findType) in TryGetMatchingX509Certificate()
[all …]
H A DX509SecurityTokenProvider.cs24 …Provider(StoreLocation storeLocation, StoreName storeName, X509FindType findType, object findValue) in X509SecurityTokenProvider() argument
36 certificates = store.Find(findType, findValue, false); in X509SecurityTokenProvider()
39 …ityTokenException(SR.GetString(SR.CannotFindCert, storeName, storeLocation, findType, findValue))); in X509SecurityTokenProvider()
43 …okenException(SR.GetString(SR.FoundMultipleCerts, storeName, storeLocation, findType, findValue))); in X509SecurityTokenProvider()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCancelableNameEnvironment.java51 public NameEnvironmentAnswer findType(char[] name, char[][] packageName) { in findType() method in CancelableNameEnvironment
53 return super.findType(name, packageName); in findType()
57 public NameEnvironmentAnswer findType(char[][] compoundTypeName) { in findType() method in CancelableNameEnvironment
59 return super.findType(compoundTypeName); in findType()
62 …public NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSec… in findType() method in CancelableNameEnvironment
63 return findType(typeName, packageName, moduleName); in findType()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/test/java/org/springframework/expression/spel/
H A DStandardTypeLocatorTests.java36 Assert.assertEquals(Integer.class,locator.findType("java.lang.Integer")); in testImports()
37 Assert.assertEquals(String.class,locator.findType("java.lang.String")); in testImports()
44 Assert.assertEquals(Boolean.class,locator.findType("Boolean")); in testImports()
49 locator.findType("URL"); in testImports()
56 Assert.assertEquals(java.net.URL.class,locator.findType("URL")); in testImports()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/apiusescan/tests/
H A DExternalDependencyProblemMarkerTests.java53 IType type = fProject.findType("tests.apiusescan.coretestproject.IConstants"); //$NON-NLS-1$ in testMissingType()
65 type = fProject.findType("tests.apiusescan.coretestproject.IConstants1"); //$NON-NLS-1$ in testMissingType()
74 IType type = fProject.findType("tests.apiusescan.coretestproject.ITestInterface"); //$NON-NLS-1$ in testMissingMethod()
88 type = fProject.findType("tests.apiusescan.coretestproject.ITestInterface"); //$NON-NLS-1$ in testMissingMethod()
101 …IType type = fProject.findType("tests.apiusescan.coretestproject.TestInterfaceImpl"); //$NON-NLS-1$ in testMissingField()
115 type = fProject.findType("tests.apiusescan.coretestproject.TestInterfaceImpl"); //$NON-NLS-1$ in testMissingField()
128 …IType type = fProject.findType("tests.apiusescan.coretestproject.ClassWithInnerType.InnerType"); /… in testMissingInnerType()
140 …type = fProject.findType("tests.apiusescan.coretestproject.ClassWithInnerType.InnerType1"); //$NON… in testMissingInnerType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DIJavaProject.java282 IType findType(String fullyQualifiedName) throws JavaModelException; in findType() method
297 …IType findType(String fullyQualifiedName, IProgressMonitor progressMonitor) throws JavaModelExcept… in findType() method
322 IType findType(String fullyQualifiedName, WorkingCopyOwner owner) throws JavaModelException; in findType() method
339 …IType findType(String fullyQualifiedName, WorkingCopyOwner owner, IProgressMonitor progressMonitor… in findType() method
365 IType findType(String packageName, String typeQualifiedName) throws JavaModelException; in findType() method
381 …IType findType(String packageName, String typeQualifiedName, IProgressMonitor progressMonitor) thr… in findType() method
410 …IType findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner) throws JavaMo… in findType() method
427 …IType findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner, IProgressMoni… in findType() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DNameEnvironmentWithProgress.java48 public NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, char[] moduleName) { in findType() method in NameEnvironmentWithProgress
49 return findType(typeName, packageName, true, moduleName); in findType()
52 …public NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSec… in findType() method in NameEnvironmentWithProgress
54 NameEnvironmentAnswer answer = super.findType(typeName, packageName, moduleName); in findType()
84 public NameEnvironmentAnswer findType(char[][] compoundName) { in findType() method in NameEnvironmentWithProgress
86 return super.findType(compoundName); in findType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DTypeResolveTests.java859 IType itype = project.findType(".Foo"); in test377710()
884 IType itype = project.findType("p.test13"); in test405026a()
886 itype = project.findType("p.test13outer"); in test405026a()
897 itype = project.findType("p.test13outer", (IProgressMonitor) null); in test405026a()
900 itype = project.findType("p", "test13"); in test405026a()
903 itype = project.findType("p", "test13outer"); in test405026a()
906 itype = project.findType("p.test13", workingCopy[0].getOwner()); in test405026a()
915 itype = project.findType("p", "test13", workingCopy[0].getOwner()); in test405026a()
999 itype = project.findType("p.test13"); in test405026b()
1001 itype = project.findType("p.test13outer"); in test405026b()
[all …]
H A DClassNameTests.java135 IType type = TEST_PROJECT.findType(typeName, new NullProgressMonitor()); in assertTypeFound()
154 IType type = TEST_PROJECT.findType(typeName, new NullProgressMonitor()); in assertTypeNotFound()
167 IType type = TEST_PROJECT.findType(typeName, new NullProgressMonitor()); in assertTypeUnknown()
557 javaProject.findType("p1.A$"); in testClassNameWithDollar()
580 IType type = javaProject.findType("p.X.Y"); in testFindTypeWithDot()
1078 assertNotNull(javaProject.findType("p1.p2.p3.X")); in testSearchTypeNameInJars()
1152 type = javaProject.findType("p1", "jc009", new NullProgressMonitor()); in testFindSecondaryType_Bug72179()
1158 type = javaProject.findType("p1", "jc010", new NullProgressMonitor()); in testFindSecondaryType_Bug72179()
1247 IType type= project.findType("p.I", (IProgressMonitor) null); in testBug152841()
1254 type= project.findType("p.C", (IProgressMonitor) null); in testBug152841()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/
H A DIModuleAwareNameEnvironment.java96 default NameEnvironmentAnswer findType(char[][] compoundTypeName) { in findType() method
97 return findType(compoundTypeName, ModuleBinding.ANY); in findType()
100 default NameEnvironmentAnswer findType(char[] typeName, char[][] packageName) { in findType() method
101 return findType(typeName, packageName, ModuleBinding.ANY); in findType()
108 NameEnvironmentAnswer findType(char[][] compoundName, char[] moduleName); in findType() method
110 NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, char[] moduleName); in findType() method
H A DINameEnvironmentExtension.java50 …NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSecondaryT… in findType() method
52 …default NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSe… in findType() method
53 return findType(typeName, packageName, searchWithSecondaryTypes, null); in findType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetEnvironment.java44 public NameEnvironmentAnswer findType(char[][] compoundTypeName) { in findType() method in CodeSnippetEnvironment
45 NameEnvironmentAnswer result = this.env.findType(compoundTypeName); in findType()
78 public NameEnvironmentAnswer findType(char[] typeName, char[][] packageName) { in findType() method in CodeSnippetEnvironment
79 NameEnvironmentAnswer result = this.env.findType(typeName, packageName); in findType()
83 return findType(CharOperation.arrayConcat(packageName, typeName)); in findType()
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/golangapi/
H A Dgolangapi.cpp150 lastType = lastPkg->findType(typeName); in loadStream()
171 lastType = lastPkg->findType(typeName); in loadStream()
181 lastType = lastPkg->findType(typeName); in loadStream()
198 lastType = lastPkg->findType(typeName); in loadStream()
220 lastType = lastPkg->findType(typeName); in loadStream()
315 Type *typ = pkg->findType(typeName); in findType()
326 QStringList find = findType(pkg,embedded,v); in findType()
388 Type *typ = pkg->findType(all.at(1)); in findDocInfo()
432 Type *typ = pkg->findType(all.at(1)); in findDocUrl()
437 return findType(pkg,typ->name,all.at(2)); in findDocUrl()
[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 DBinaryReferencesTests.java96 return fgTestSetup.getSourceProject().findType(typeName); in findType()
135 descriptor.setJavaElement(findType("source.BaseClass")); in testRenameType01()
150 descriptor.setJavaElement(findType("source.Color")); in testRenameType02()
183 IMethod method= findMethod(findType(typeName), methodName); in doRenameMethod()
234 IField field= findType(typeName).getField(fieldName); in doRenameField()
335 IMethod method= findMethod(findType(typeName), methodName); in doChangeSignature()
385 IMethod method= findMethod(findType(typeName), methodName); in doInlineMethod()
419 IType type= findType(typeName); in doMoveType()
444 IType targetType= findType(targetTypeName); in doMoveStaticMembers()
455 IType type= findType("source.BaseClass"); in testMoveStaticMember01()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DSSLEngine.cs115 Type cls = _facade.findType(certVerifierClass); in initialize()
155 Type cls = _facade.findType(passwordCallbackClass); in initialize()
769 X509FindType findType; in findCertificates()
772 findType = X509FindType.FindBySubjectName; in findCertificates()
780 findType = X509FindType.FindByIssuerName; in findCertificates()
784 findType = X509FindType.FindByIssuerDistinguishedName; in findCertificates()
788 findType = X509FindType.FindByThumbprint; in findCertificates()
792 findType = X509FindType.FindBySubjectKeyIdentifier; in findCertificates()
796 findType = X509FindType.FindBySerialNumber; in findCertificates()
866 findType == X509FindType.FindByIssuerDistinguishedName) in findCertificates()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/IceSSL/
H A DSSLEngine.cs115 Type cls = _facade.findType(certVerifierClass); in initialize()
155 Type cls = _facade.findType(passwordCallbackClass); in initialize()
769 X509FindType findType; in findCertificates()
772 findType = X509FindType.FindBySubjectName; in findCertificates()
780 findType = X509FindType.FindByIssuerName; in findCertificates()
784 findType = X509FindType.FindByIssuerDistinguishedName; in findCertificates()
788 findType = X509FindType.FindByThumbprint; in findCertificates()
792 findType = X509FindType.FindBySubjectKeyIdentifier; in findCertificates()
796 findType = X509FindType.FindBySerialNumber; in findCertificates()
866 findType == X509FindType.FindByIssuerDistinguishedName) in findCertificates()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DSSLEngine.cs115 Type cls = _facade.findType(certVerifierClass); in initialize()
155 Type cls = _facade.findType(passwordCallbackClass); in initialize()
769 X509FindType findType; in findCertificates()
772 findType = X509FindType.FindBySubjectName; in findCertificates()
780 findType = X509FindType.FindByIssuerName; in findCertificates()
784 findType = X509FindType.FindByIssuerDistinguishedName; in findCertificates()
788 findType = X509FindType.FindByThumbprint; in findCertificates()
792 findType = X509FindType.FindBySubjectKeyIdentifier; in findCertificates()
796 findType = X509FindType.FindBySerialNumber; in findCertificates()
866 findType == X509FindType.FindByIssuerDistinguishedName) in findCertificates()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java143 return findType(returnSignature()); in returnType()
146 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
148 return enclosing.findType(signature); in findType()
162 return enclosing.findType(signature); in argumentType()
247 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
248 return MethodImpl.this.findType(signature); in findType()
278 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
279 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DMethodImpl.java149 return findType(returnSignature()); in returnType()
152 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl
154 return enclosing.findType(signature); in findType()
168 return enclosing.findType(signature); in argumentType()
251 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer
252 return MethodImpl.this.findType(signature); in findType()
282 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer
283 return MethodImpl.this.findType(signature); in findType()

12345678910>>...32