Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 25 of 7097) sorted by relevance

12345678910>>...284

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection/tests/
H A DConstructorInfoTests.cs19 Assert.Equal(3, constructors.Length); in ConstructorName()
20 foreach (ConstructorInfo constructorInfo in constructors) in ConstructorName()
47 foreach (ConstructorInfo constructorInfo in constructors) in GetHashCodeTest()
57 Assert.Equal(constructors.Length, 3); in Invoke()
67 Assert.Equal(1, constructors.Length); in Invoke_StaticConstructor_NullObject_NullParameters()
68 object obj = constructors[0].Invoke(null, new object[] { }); in Invoke_StaticConstructor_NullObject_NullParameters()
76 Assert.Equal(1, constructors.Length); in Invoke_StaticConstructor_ThrowsMemberAccessException()
83 ConstructorInfo[] constructors = GetConstructors(typeof(object[])); in Invoke_OneDimensionalArray()
98 ConstructorInfo[] constructors = GetConstructors(typeof(object[])); in Invoke_OneDimensionalArray_NegativeLengths_ThrowsOverflowException()
170 obj = (ConstructorInfoDerived)constructors[0].Invoke(new object[] { }); in Invoke_SubClass()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/
H A Dpyjs.py2 from .constructors.jsmath import Math
3 from .constructors.jsdate import Date
4 from .constructors.jsobject import Object
5 from .constructors.jsfunction import Function
6 from .constructors.jsstring import String
7 from .constructors.jsnumber import Number
8 from .constructors.jsboolean import Boolean
9 from .constructors.jsregexp import RegExp
10 from .constructors.jsarray import Array
12 from .constructors.jsint8array import Int8Array
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/
H A Dpyjs.py2 from .constructors.jsmath import Math
3 from .constructors.jsdate import Date
4 from .constructors.jsobject import Object
5 from .constructors.jsfunction import Function
6 from .constructors.jsstring import String
7 from .constructors.jsnumber import Number
8 from .constructors.jsboolean import Boolean
9 from .constructors.jsregexp import RegExp
10 from .constructors.jsarray import Array
12 from .constructors.jsint8array import Int8Array
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_spec.pl329 constructors => {
363 constructors => {
387 constructors => {
404 constructors => {
427 constructors => {
511 constructors => {
532 constructors => {
724 constructors => {
773 constructors => {
812 constructors => {
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/tcp/
H A Dchain.go18 constructors []Constructor member
25 func NewChain(constructors ...Constructor) Chain {
26 return Chain{constructors: constructors}
35 for i := range c.constructors {
36 handler, err := c.constructors[len(c.constructors)-1-i](h)
55 func (c Chain) Append(constructors ...Constructor) Chain {
56 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
57 newCons = append(newCons, c.constructors...)
58 newCons = append(newCons, constructors...)
85 return c.Append(chain.constructors...)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/containous/alice/
H A Dchain.go16 constructors []Constructor member
23 func New(constructors ...Constructor) Chain {
24 return Chain{constructors: constructors}
50 for i := range c.constructors {
51 handler, err := c.constructors[len(c.constructors)-1-i](h)
85 func (c Chain) Append(constructors ...Constructor) Chain {
86 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
87 newCons = append(newCons, c.constructors...)
88 newCons = append(newCons, constructors...)
115 return c.Append(chain.constructors...)
/dports/sysutils/immortal/immortal-0.24.3/vendor/github.com/nbari/violetear/middleware/
H A Dmiddleware.go50 constructors []Constructor member
54 func New(constructors ...Constructor) Chain {
55 return Chain{append(([]Constructor)(nil), constructors...)}
68 for i := range c.constructors {
69 h = c.constructors[len(c.constructors)-1-i](h)
99 func (c Chain) Append(constructors ...Constructor) Chain {
100 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
101 newCons = append(newCons, c.constructors...)
102 newCons = append(newCons, constructors...)
129 return c.Append(chain.constructors...)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/justinas/alice/
H A Dchain.go16 constructors []Constructor member
23 func New(constructors ...Constructor) Chain {
24 return Chain{append(([]Constructor)(nil), constructors...)}
50 for i := range c.constructors {
51 h = c.constructors[len(c.constructors)-1-i](h)
81 func (c Chain) Append(constructors ...Constructor) Chain {
82 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
83 newCons = append(newCons, c.constructors...)
84 newCons = append(newCons, constructors...)
111 return c.Append(chain.constructors...)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/justinas/alice/
H A Dchain.go16 constructors []Constructor member
23 func New(constructors ...Constructor) Chain {
24 return Chain{append(([]Constructor)(nil), constructors...)}
50 for i := range c.constructors {
51 h = c.constructors[len(c.constructors)-1-i](h)
81 func (c Chain) Append(constructors ...Constructor) Chain {
82 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
83 newCons = append(newCons, c.constructors...)
84 newCons = append(newCons, constructors...)
111 return c.Append(chain.constructors...)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/justinas/alice/
H A Dchain.go16 constructors []Constructor member
23 func New(constructors ...Constructor) Chain {
24 return Chain{append(([]Constructor)(nil), constructors...)}
50 for i := range c.constructors {
51 h = c.constructors[len(c.constructors)-1-i](h)
81 func (c Chain) Append(constructors ...Constructor) Chain {
82 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
83 newCons = append(newCons, c.constructors...)
84 newCons = append(newCons, constructors...)
111 return c.Append(chain.constructors...)
/dports/www/pomerium/pomerium-0.8.3/internal/tripper/
H A Dchain.go13 constructors []Constructor member
20 func NewChain(constructors ...Constructor) Chain {
21 return Chain{append([]Constructor(nil), constructors...)}
47 for i := range c.constructors {
48 h = c.constructors[len(c.constructors)-1-i](h)
63 func (c Chain) Append(constructors ...Constructor) Chain {
64 newCons := make([]Constructor, 0, len(c.constructors)+len(constructors))
65 newCons = append(newCons, c.constructors...)
66 newCons = append(newCons, constructors...)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.TypeExtensions/tests/ConstructorInfo/
H A DConstructorInfoInvokeArrayTests.cs15 ConstructorInfo[] constructors = type.GetConstructors(); in Invoke_SZArrayConstructor()
16 Assert.Equal(1, constructors.Length); in Invoke_SZArrayConstructor()
18 ConstructorInfo constructor = constructors[0]; in Invoke_SZArrayConstructor()
44 Assert.Equal(2, constructors.Length); in Invoke_1DArrayConstructor()
46 for (int i = 0; i < constructors.Length; i++) in Invoke_1DArrayConstructor()
48 switch (constructors[i].GetParameters().Length) in Invoke_1DArrayConstructor()
107 Assert.Equal(2, constructors.Length); in Invoke_2DArrayConstructor()
109 for (int i = 0; i < constructors.Length; i++) in Invoke_2DArrayConstructor()
111 switch (constructors[i].GetParameters().Length) in Invoke_2DArrayConstructor()
236 Assert.Equal(2, constructors.Length); in Invoke_JaggedArrayConstructor()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DConstructorBuilder.java77 private final List<ProgramElementDoc> constructors; field in ConstructorBuilder
97 constructors = in ConstructorBuilder()
99 for (int i = 0; i < constructors.size(); i++) { in ConstructorBuilder()
100 if (constructors.get(i).isProtected() in ConstructorBuilder()
101 || constructors.get(i).isPrivate()) { in ConstructorBuilder()
106 Collections.sort(constructors,configuration.getMemberComparator()); in ConstructorBuilder()
133 return constructors.size() > 0; in hasMembersToDocument()
166 int size = constructors.size(); in buildConstructorDoc()
193 (ConstructorDoc) constructors.get(currentConstructorIndex))); in buildSignature()
217 (ConstructorDoc) constructors.get(currentConstructorIndex), in buildConstructorComments()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DConstructorBuilder.java77 private final List<ProgramElementDoc> constructors; field in ConstructorBuilder
97 constructors = in ConstructorBuilder()
99 for (int i = 0; i < constructors.size(); i++) { in ConstructorBuilder()
100 if (constructors.get(i).isProtected() in ConstructorBuilder()
101 || constructors.get(i).isPrivate()) { in ConstructorBuilder()
106 Collections.sort(constructors,configuration.getMemberComparator()); in ConstructorBuilder()
133 return constructors.size() > 0; in hasMembersToDocument()
166 int size = constructors.size(); in buildConstructorDoc()
193 (ConstructorDoc) constructors.get(currentConstructorIndex))); in buildSignature()
217 (ConstructorDoc) constructors.get(currentConstructorIndex), in buildConstructorComments()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C13 int constructors = 0; variable
36 ++constructors; in TestObject()
44 _version = ++constructors; in TestObject()
75 if (constructors == 0) { in main()
79 if (constructors != destructors) { in main()
80 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/compiler-rt/compiler-rt-0.r131639/BlocksRuntime/tests/
H A Dcopyconstructor.C13 int constructors = 0; variable
36 ++constructors; in TestObject()
44 _version = ++constructors; in TestObject()
75 if (constructors == 0) { in main()
79 if (constructors != destructors) { in main()
80 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/BlocksRuntime/
H A Dcopyconstructor.C12 int constructors = 0; variable
35 ++constructors; in TestObject()
43 _version = ++constructors; in TestObject()
74 if (constructors == 0) { in main()
78 if (constructors != destructors) { in main()
79 printf("%d constructors but only %d destructors\n", constructors, destructors); in main()

12345678910>>...284