Home
last modified time | relevance | path

Searched refs:Constructor (Results 1 – 25 of 8690) sorted by relevance

12345678910>>...348

/dports/devel/libdap/libdap-3.20.8/
H A DConstructor.cc73 Constructor::m_duplicate(const Constructor &c) in m_duplicate()
92 Constructor::Constructor(const string &name, const Type &type, bool is_dap4) in Constructor() function in libdap::Constructor
110 Constructor::Constructor(const Constructor &rhs) : BaseType(rhs), d_vars(0) in Constructor() function in libdap::Constructor
116 Constructor::~Constructor() in ~Constructor()
124 Constructor &
125 Constructor::operator=(const Constructor &rhs) in operator =()
141 Constructor::transform_to_dap4(D4Group *root, Constructor *dest) in transform_to_dap4()
230 Constructor::width()
355 Constructor::Vars_iter
363 Constructor::Vars_iter
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/logos-0.12.0/src/
H A Dinternal.rs44 fn construct<Constructor>(self, c: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
46 Constructor: Fn(P) -> T; in construct()
51 fn construct<Constructor>(self, c: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
53 Constructor: Fn(P) -> T, in construct()
61 fn construct<Constructor>(self, c: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
74 fn construct<Constructor>(self, c: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
76 Constructor: Fn(P) -> T, in construct()
87 fn construct<Constructor>(self, c: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
89 Constructor: Fn(P) -> T, in construct()
100 fn construct<Constructor>(self, _: Constructor, lex: &mut Lexer<'s, T>) in construct() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsNSSModule.cpp82 static nsresult Constructor(nsISupports* aOuter, REFNSIID aIID, in Constructor() function
172 Constructor<nsSSLSocketProvider>},
174 Constructor<nsTLSSocketProvider>},
176 Constructor<SecretDecoderRing>},
187 {&kNS_CERTTREE_CID, false, nullptr, Constructor<nsCertTree>},
194 Constructor<nsNTLMAuthModule, &nsNTLMAuthModule::InitTest>},
200 Constructor<nsDataSignatureVerifier>},
202 Constructor<ContentSignatureVerifier>},
204 Constructor<nsCertOverrideService, &nsCertOverrideService::Init,
212 Constructor<TransportSecurityInfo, nullptr,
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.AccessControl/tests/
H A DAccessRule.Tests.cs13 …public abstract AccessRule Constructor(IdentityReference identityReference, int accessMask, bool i… in Constructor() method in System.Security.AccessControl.Tests.AccessRule_Tests
28 …AssertExtensions.Throws<ArgumentNullException>("identity", () => Constructor(null, 1, true, (Inher… in AccessRule_Constructor_Invalid()
30 …AssertExtensions.Throws<ArgumentOutOfRangeException>("accessMask", () => Constructor(new SecurityI… in AccessRule_Constructor_Invalid()
31 …AssertExtensions.Throws<ArgumentOutOfRangeException>("accessMask", () => Constructor(new SecurityI… in AccessRule_Constructor_Invalid()
32 …AssertExtensions.Throws<ArgumentOutOfRangeException>("accessMask", () => Constructor(new SecurityI… in AccessRule_Constructor_Invalid()
35 …tensions.Throws<ArgumentOutOfRangeException>("inheritanceFlags", () => Constructor(new SecurityIde… in AccessRule_Constructor_Invalid()
36 …tensions.Throws<ArgumentOutOfRangeException>("propagationFlags", () => Constructor(new SecurityIde… in AccessRule_Constructor_Invalid()
37 …ensions.Throws<ArgumentOutOfRangeException>("accessControlType", () => Constructor(new SecurityIde… in AccessRule_Constructor_Invalid()
46 …AccessRule accessRule = Constructor(identityReference, accessMask, isInherited, (InheritanceFlags)… in AccessRule_Constructor()
66 …AssertExtensions.Throws<ArgumentNullException>("identity", () => Constructor(null, 1, true, (Inher… in AccessRule_Constructor_Invalid()
[all …]
H A DAuditRule.Tests.cs13 …public abstract AuditRule Constructor(IdentityReference identityReference, int accessMask, bool is… in Constructor() method in System.Security.AccessControl.Tests.AuditRule_Tests
29 …AssertExtensions.Throws<ArgumentNullException>("identity", () => Constructor(null, 1, true, (Inher… in AuditRule_Constructor_Invalid()
31 …AssertExtensions.Throws<ArgumentOutOfRangeException>("accessMask", () => Constructor(new SecurityI… in AuditRule_Constructor_Invalid()
32 …AssertExtensions.Throws<ArgumentOutOfRangeException>("accessMask", () => Constructor(new SecurityI… in AuditRule_Constructor_Invalid()
36 …tensions.Throws<ArgumentOutOfRangeException>("inheritanceFlags", () => Constructor(new SecurityIde… in AuditRule_Constructor_Invalid()
37 …tensions.Throws<ArgumentOutOfRangeException>("propagationFlags", () => Constructor(new SecurityIde… in AuditRule_Constructor_Invalid()
38 …AssertExtensions.Throws<ArgumentOutOfRangeException>("AuditFlags", () => Constructor(new SecurityI… in AuditRule_Constructor_Invalid()
47 …AuditRule AuditRule = Constructor(identityReference, accessMask, isInherited, (InheritanceFlags)in… in AuditRule_Constructor()
58 …public override AuditRule Constructor(IdentityReference identityReference, int accessMask, bool is… in Constructor() method in System.Security.AccessControl.Tests.FileSystemAuditRule_Tests
67 …AssertExtensions.Throws<ArgumentNullException>("identity", () => Constructor(null, 1, true, (Inher… in AuditRule_Constructor_Invalid()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw2233.pp6 Constructor Init;
10 Constructor Init;
14 Constructor Init;
15 Constructor Init(Param1:Longint);
19 Constructor Init;
20 Constructor Init(Param1:Longint);
26 Constructor tGUIView.Init;
29 Constructor tGUIWindow.Init;
37 Constructor tGUICommonControl.Init;
45 Constructor tGUIRadioGroup.Init;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReference/
H A DMethodRefNewInnerBootstrap.java32 interface Constructor { interface in MethodRefNewInnerBootstrap
40 public Constructor getConstructor() { in getConstructor()
51 Constructor c1 = MyTest::new; in call()
54 Constructor c2 = getConstructor(); in call()
57 Constructor c3 = new Constructor() { in call()
64 Constructor c4 = new Constructor() { in call()
66 Constructor c = MyTest::new; in call()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/access/
H A DJavaLangReflectAccess.java37 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
54 public ConstructorAccessor getConstructorAccessor(Constructor<?> c); in getConstructorAccessor()
58 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
65 public int getConstructorSlot(Constructor<?> c); in getConstructorSlot()
68 public String getConstructorSignature(Constructor<?> c); in getConstructorSignature()
71 public byte[] getConstructorAnnotations(Constructor<?> c); in getConstructorAnnotations()
74 public byte[] getConstructorParameterAnnotations(Constructor<?> c); in getConstructorParameterAnnotations()
94 public <T> Constructor<T> copyConstructor(Constructor<T> arg); in copyConstructor()
100 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/access/
H A DJavaLangReflectAccess.java37 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
54 public ConstructorAccessor getConstructorAccessor(Constructor<?> c); in getConstructorAccessor()
58 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
65 public int getConstructorSlot(Constructor<?> c); in getConstructorSlot()
68 public String getConstructorSignature(Constructor<?> c); in getConstructorSignature()
71 public byte[] getConstructorAnnotations(Constructor<?> c); in getConstructorAnnotations()
74 public byte[] getConstructorParameterAnnotations(Constructor<?> c); in getConstructorParameterAnnotations()
94 public <T> Constructor<T> copyConstructor(Constructor<T> arg); in copyConstructor()
103 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/access/
H A DJavaLangReflectAccess.java37 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
54 public ConstructorAccessor getConstructorAccessor(Constructor<?> c); in getConstructorAccessor()
58 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
65 public int getConstructorSlot(Constructor<?> c); in getConstructorSlot()
68 public String getConstructorSignature(Constructor<?> c); in getConstructorSignature()
71 public byte[] getConstructorAnnotations(Constructor<?> c); in getConstructorAnnotations()
74 public byte[] getConstructorParameterAnnotations(Constructor<?> c); in getConstructorParameterAnnotations()
94 public <T> Constructor<T> copyConstructor(Constructor<T> arg); in copyConstructor()
103 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/access/
H A DJavaLangReflectAccess.java37 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
54 public ConstructorAccessor getConstructorAccessor(Constructor<?> c); in getConstructorAccessor()
58 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
65 public int getConstructorSlot(Constructor<?> c); in getConstructorSlot()
68 public String getConstructorSignature(Constructor<?> c); in getConstructorSignature()
71 public byte[] getConstructorAnnotations(Constructor<?> c); in getConstructorAnnotations()
74 public byte[] getConstructorParameterAnnotations(Constructor<?> c); in getConstructorParameterAnnotations()
94 public <T> Constructor<T> copyConstructor(Constructor<T> arg); in copyConstructor()
103 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/lang/yap/yap-6.2.2/LGPL/
H A Drecord.pl119 { RecordDef =.. [Constructor|Args],
123 DefRecord =.. [Constructor|Defs],
131 make_predicate(Constructor),
132 is_predicate(Constructor, Types),
187 make_predicate(Constructor) -->
215 is_predicate(Constructor, Types) -->
218 Term =.. [Constructor|Vars],
303 Old =.. [Constructor|Args],
304 New =.. [Constructor|NewArgs],
346 Old =.. [Constructor|Args],
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/reflect/
H A DReflectAccess.java36 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
45 return new Constructor<>(declaringClass, in newConstructor()
63 public ConstructorAccessor getConstructorAccessor(Constructor<?> c) { in getConstructorAccessor()
67 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
73 public int getConstructorSlot(Constructor<?> c) { in getConstructorSlot()
77 public String getConstructorSignature(Constructor<?> c) { in getConstructorSignature()
81 public byte[] getConstructorAnnotations(Constructor<?> c) { in getConstructorAnnotations()
85 public byte[] getConstructorParameterAnnotations(Constructor<?> c) { in getConstructorParameterAnnotations()
112 public <T> Constructor<T> copyConstructor(Constructor<T> arg) { in copyConstructor()
125 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/reflect/
H A DReflectAccess.java36 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
45 return new Constructor<>(declaringClass, in newConstructor()
63 public ConstructorAccessor getConstructorAccessor(Constructor<?> c) { in getConstructorAccessor()
67 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
73 public int getConstructorSlot(Constructor<?> c) { in getConstructorSlot()
77 public String getConstructorSignature(Constructor<?> c) { in getConstructorSignature()
81 public byte[] getConstructorAnnotations(Constructor<?> c) { in getConstructorAnnotations()
85 public byte[] getConstructorParameterAnnotations(Constructor<?> c) { in getConstructorParameterAnnotations()
112 public <T> Constructor<T> copyConstructor(Constructor<T> arg) { in copyConstructor()
125 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DReflectAccess.java36 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
45 return new Constructor<>(declaringClass, in newConstructor()
63 public ConstructorAccessor getConstructorAccessor(Constructor<?> c) { in getConstructorAccessor()
67 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
73 public int getConstructorSlot(Constructor<?> c) { in getConstructorSlot()
77 public String getConstructorSignature(Constructor<?> c) { in getConstructorSignature()
81 public byte[] getConstructorAnnotations(Constructor<?> c) { in getConstructorAnnotations()
85 public byte[] getConstructorParameterAnnotations(Constructor<?> c) { in getConstructorParameterAnnotations()
112 public <T> Constructor<T> copyConstructor(Constructor<T> arg) { in copyConstructor()
125 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DReflectAccess.java36 public <T> Constructor<T> newConstructor(Class<T> declaringClass, in newConstructor()
45 return new Constructor<>(declaringClass, in newConstructor()
63 public ConstructorAccessor getConstructorAccessor(Constructor<?> c) { in getConstructorAccessor()
67 public void setConstructorAccessor(Constructor<?> c, in setConstructorAccessor()
73 public int getConstructorSlot(Constructor<?> c) { in getConstructorSlot()
77 public String getConstructorSignature(Constructor<?> c) { in getConstructorSignature()
81 public byte[] getConstructorAnnotations(Constructor<?> c) { in getConstructorAnnotations()
85 public byte[] getConstructorParameterAnnotations(Constructor<?> c) { in getConstructorParameterAnnotations()
112 public <T> Constructor<T> copyConstructor(Constructor<T> arg) { in copyConstructor()
121 public <T> T newInstance(Constructor<T> ctor, Object[] args, Class<?> caller) in newInstance()

12345678910>>...348