Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs56 let ctor = || EntryList::default(); in new() localVariable
62 ctor(), in new()
63 ctor(), in new()
64 ctor(), in new()
65 ctor(), in new()
66 ctor(), in new()
67 ctor(), in new()
68 ctor(), in new()
69 ctor(), in new()
70 ctor(), in new()
[all …]
/external/llvm-project/clang/test/CXX/special/class.temporary/
Dp6.cpp20 dtor ctor();
22 auto &&lambda = [a = {ctor()}] {}; in __anon201ef8e80102()
35 auto &&x = ctor(); in ref_binding()
46 auto &&x = ctor(); in parens()
58 auto &&x = T{ctor()}[0]; in array_subscript_1()
68 auto &&x = ((dtor*)T{ctor()})[0]; in array_subscript_2()
82 auto &&x = with_member{ctor()}.d; in member_access_1()
91 auto &&x = with_ref_member{ctor()}.d; in member_access_2()
101 auto &&x = (&(const with_member&)with_member{ctor()})->d; in member_access_3()
112 auto &&x = with_member{ctor()}.*&with_member::d; in member_ptr_access_1()
[all …]
/external/llvm-project/lld/test/wasm/
Dctor-no-gc.test1 ; Like ctor-gc-setup.test, but it calls a different function, so it does pull
2 ; in the object containing `ctor`, so `ctor` is linked in.
4 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-ctor.s -o %t.ctor.o
5 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-lib.s -o %t.lib.o
6 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-setup-call-def.s -o %t.s…
8 ; RUN: llvm-ar rcs %t.lib.a %t.lib.o %t.ctor.o
Dctor-gc-setup.test1 ; Like ctor-gc.test, but main object calls a function from its constructor,
2 ; which shouldn't matter; `ctor` shouldn't be pulled in.
4 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-ctor.s -o %t.ctor.o
5 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-lib.s -o %t.lib.o
6 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-setup.s -o %t.setup.o
8 ; RUN: llvm-ar rcs %t.lib.a %t.lib.o %t.ctor.o
Dctor-gc.test4 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-ctor.s -o %t.ctor.o
5 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-lib.s -o %t.lib.o
6 ; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/ctor-start.s -o %t.start.o
8 ; RUN: llvm-ar rcs %t.lib.a %t.lib.o %t.ctor.o
/external/llvm/test/Transforms/GCOVProfiling/
Dglobal-ctor.ll1 ; RUN: echo '!16 = !{!"%/T/global-ctor.ll", !0}' > %t1
4 ; RUN: not grep '_GLOBAL__sub_I_global-ctor' %T/global-ctor.gcno
5 ; RUN: rm %T/global-ctor.gcno
8 ; RUN: not grep '_GLOBAL__sub_I_global-ctor' %T/global-ctor.gcno
9 ; RUN: rm %T/global-ctor.gcno
12 …*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_global-ctor.ll, i8* null }]
28 define internal void @_GLOBAL__sub_I_global-ctor.ll() #0 section ".text.startup" {
49 !5 = !DIFile(filename: "global-ctor.ll", directory: "/home/nlewycky")
50 !6 = !DIFile(filename: "global-ctor.ll", directory: "/home/nlewycky")
52 !8 = distinct !DISubprogram(name: "", linkageName: "_GLOBAL__sub_I_global-ctor.ll", isLocal: true, …
/external/fastrpc/src/
Dgpls.c47 int HAP_pls_add(uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* data), void* … in HAP_pls_add()
48 return pls_add(&gpls, type, key, size, ctor, ctx, dtor, ppo); in HAP_pls_add()
51 int HAP_pls_add_lookup(uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* data),… in HAP_pls_add_lookup()
52 return pls_add_lookup_singleton(&gpls, type, key, size, ctor, ctx, dtor, ppo); in HAP_pls_add_lookup()
59 int adsp_pls_add(uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* data), void*… in adsp_pls_add()
60 return pls_add(&gpls, type, key, size, ctor, ctx, dtor, ppo); in adsp_pls_add()
63 int adsp_pls_add_lookup(uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* data)… in adsp_pls_add_lookup()
64 return pls_add_lookup_singleton(&gpls, type, key, size, ctor, ctx, dtor, ppo); in adsp_pls_add_lookup()
/external/skia/src/sksl/ir/
DSkSLPrefixExpression.cpp53 ConstructorArray& ctor = operand->as<ConstructorArray>(); in negate_operand() local
55 context, ctor.fOffset, ctor.type(), in negate_operand()
56 negate_operands(context, std::move(ctor.arguments()))); in negate_operand()
63 ConstructorDiagonalMatrix& ctor = operand->as<ConstructorDiagonalMatrix>(); in negate_operand() local
65 context, ctor.fOffset, ctor.type(), in negate_operand()
66 negate_operand(context, std::move(ctor.argument()))); in negate_operand()
73 ConstructorSplat& ctor = operand->as<ConstructorSplat>(); in negate_operand() local
74 return ConstructorSplat::Make(context, ctor.fOffset, ctor.type(), in negate_operand()
75 negate_operand(context, std::move(ctor.argument()))); in negate_operand()
82 ConstructorCompound& ctor = operand->as<ConstructorCompound>(); in negate_operand() local
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedCreatorCollector.java111 for (ClassUtil.Ctor ctor : declaredCtors) { in _findPotentialConstructors()
112 if (!isIncludableConstructor(ctor.getConstructor())) { in _findPotentialConstructors()
115 if (ctor.getParamCount() == 0) { in _findPotentialConstructors()
116 defaultCtor = ctor; in _findPotentialConstructors()
121 ctors.add(ctor); in _findPotentialConstructors()
177 AnnotatedConstructor ctor = result.get(i); in _findPotentialConstructors() local
178 if (ctor == null) { in _findPotentialConstructors()
245 protected AnnotatedConstructor constructDefaultConstructor(ClassUtil.Ctor ctor, in constructDefaultConstructor() argument
248 return new AnnotatedConstructor(_typeContext, ctor.getConstructor(), in constructDefaultConstructor()
249 collectAnnotations(ctor, mixin), in constructDefaultConstructor()
[all …]
DAnnotatedConstructor.java196 Constructor<?> ctor = clazz.getDeclaredConstructor(_serialization.args); in readResolve() local
198 if (!ctor.isAccessible()) { in readResolve()
199 ClassUtil.checkAndFixAccess(ctor, false); in readResolve()
201 return new AnnotatedConstructor(null, ctor, null, null); in readResolve()
220 public Serialization(Constructor<?> ctor) { in Serialization() argument
221 clazz = ctor.getDeclaringClass(); in Serialization()
222 args = ctor.getParameterTypes(); in Serialization()
/external/fastrpc/inc/
Dshared.h38 #define SHARED_OBJECT_API_ENTRY(ctor, dtor) argument
62 #define SHARED_OBJECT_API_ENTRY(ctor, dtor)\ argument
63 static __so_cb *__so_get_ctor() { return (__so_cb*)ctor; }\
68 #define SHARED_OBJECT_API_ENTRY(ctor, dtor)\ argument
70 static void __ctor__##ctor(void) {\
71 (void)ctor();\
Dpls.h117 …_add(struct pls_table* me, uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* d… in pls_add()
123 if(ctor) { in pls_add()
124 VERIFY(0 == ctor(ctx, (void*)pls->data)); in pls_add()
152 …eton(struct pls_table* me, uintptr_t type, uintptr_t key, int size, int (*ctor)(void* ctx, void* d… in pls_add_lookup_singleton()
161 if(ctor) { in pls_add_lookup_singleton()
162 VERIFY(0 == ctor(ctx, (void*)pls->data)); in pls_add_lookup_singleton()
/external/conscrypt/api/intra/
Dcurrent.txt8 ctor public OpenSSLMessageDigestJDK.MD5() throws java.security.NoSuchAlgorithmException;
12 ctor public OpenSSLMessageDigestJDK.SHA1() throws java.security.NoSuchAlgorithmException;
16 ctor public OpenSSLMessageDigestJDK.SHA224() throws java.security.NoSuchAlgorithmException;
20 ctor public OpenSSLMessageDigestJDK.SHA256() throws java.security.NoSuchAlgorithmException;
24 ctor public OpenSSLMessageDigestJDK.SHA384() throws java.security.NoSuchAlgorithmException;
28 ctor public OpenSSLMessageDigestJDK.SHA512() throws java.security.NoSuchAlgorithmException;
32 ctor public OpenSSLProvider();
36 ctor public OpenSSLRandom();
Dlast-api.txt8 ctor public OpenSSLMessageDigestJDK.MD5() throws java.security.NoSuchAlgorithmException;
12 ctor public OpenSSLMessageDigestJDK.SHA1() throws java.security.NoSuchAlgorithmException;
16 ctor public OpenSSLMessageDigestJDK.SHA224() throws java.security.NoSuchAlgorithmException;
20 ctor public OpenSSLMessageDigestJDK.SHA256() throws java.security.NoSuchAlgorithmException;
24 ctor public OpenSSLMessageDigestJDK.SHA384() throws java.security.NoSuchAlgorithmException;
28 ctor public OpenSSLMessageDigestJDK.SHA512() throws java.security.NoSuchAlgorithmException;
32 ctor public OpenSSLProvider();
36 ctor public OpenSSLRandom();
/external/rust/crates/derive_arbitrary/src/
Dlib.rs91 let ctor = construct(&variant.fields, |_, _| { in gen_arbitrary_method() localVariable
95 quote! { #idx => #ident::#variant_name #ctor } in gen_arbitrary_method()
99 let ctor = construct_take_rest(&variant.fields); in gen_arbitrary_method() localVariable
101 quote! { #idx => #ident::#variant_name #ctor } in gen_arbitrary_method()
129 fn construct(fields: &Fields, ctor: impl Fn(usize, &Field) -> TokenStream) -> TokenStream { in construct()
134 let ctor = ctor(i, f); in construct() localVariable
135 quote! { #name: #ctor } in construct()
141 let ctor = ctor(i, f); in construct() localVariable
142 quote! { #ctor } in construct()
/external/protobuf/js/
Ddebug.js106 var ctor = message.constructor;
107 var messageName = ctor.name || ctor.displayName;
111 for (var name in ctor.prototype) {
129 for (var id in ctor['extensions']) {
131 var ext = ctor['extensions'][id];
/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java51 public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor) { in findTest() argument
52 return finder.findAnnotation(ctor, ITestAnnotation.class); in findTest()
55 …lic static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Constructor ctor) { in findConfiguration() argument
56 IConfigurationAnnotation result = finder.findAnnotation(ctor, IConfigurationAnnotation.class); in findConfiguration()
58 …IConfigurationAnnotation bs = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeSuite.… in findConfiguration()
59 …IConfigurationAnnotation as = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterSuite.c… in findConfiguration()
60 …IConfigurationAnnotation bt = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeTest.c… in findConfiguration()
61 …IConfigurationAnnotation at = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterTest.cl… in findConfiguration()
62 …IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeGroups… in findConfiguration()
63 …IConfigurationAnnotation ag = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterGroups.… in findConfiguration()
[all …]
/external/testng/src/main/java/org/testng/
DConversionUtils.java23 Constructor ctor = null; in wrapDataProvider() local
30 ctor = c; in wrapDataProvider()
34 if (ctor == null) { in wrapDataProvider()
38 result.add(ctor.newInstance(parameters)); in wrapDataProvider()
/external/apache-http/api/
Dcurrent.txt5 ctor public WebAddress(String) throws java.lang.IllegalArgumentException;
47 ctor public AndroidHttpClientConnection();
79 ctor protected DelegatingSSLSession();
104 ctor public DelegatingSSLSession.CertificateWrap(java.security.cert.Certificate);
134 ctor public Headers();
199 ctor public HttpAuthHeader(String);
228 ctor public LoggingEventHandler();
244ctor public RequestHandle(android.net.http.RequestQueue, String, android.net.compatibility.WebAddr…
245ctor public RequestHandle(android.net.http.RequestQueue, String, android.net.compatibility.WebAddr…
264 ctor public RequestQueue(android.content.Context);
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DExceptionsConstuctor.kt40 var ctor: Ctor? = null in <lambda>() variable
43 ctor = createConstructor(constructor) in <lambda>()
44 if (ctor != null) break in <lambda>()
47 cacheLock.write { exceptionCtors[exception.javaClass] = ctor ?: { null } } in <lambda>()
48 return ctor?.invoke(exception) as E? in <lambda>()
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
Dp17.cpp3 class ctor { class
4 ctor(); // expected-note{{implicitly declared private here}}
12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}} in test()
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp17.cpp3 class ctor { class
4 ctor(); // expected-note{{implicitly declared private here}}
12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}} in test()
/external/oss-fuzz/projects/go-json-iterator/
Dfuzz_json.go15 for _, ctor := range []func() interface{}{
22 v := ctor()
27 vj := ctor()
42 v1 := ctor()
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_unittest.cc36 rtc::FunctionView<std::unique_ptr<ScreenDrawerLock>()> ctor) { in TestScreenDrawerLock() argument
46 rtc::FunctionView<std::unique_ptr<ScreenDrawerLock>()> ctor) in TestScreenDrawerLock() argument
47 : created_(created), ready_(ready), ctor_(ctor) {} in TestScreenDrawerLock()
78 } task(&created, ready, ctor); in TestScreenDrawerLock()
96 ctor(); in TestScreenDrawerLock()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdKeyDeserializers.java54 Constructor<?> ctor = beanDesc.findSingleArgConstructor(String.class); in findStringBasedKeyDeserializer() local
55 if (ctor != null) { in findStringBasedKeyDeserializer()
57 …ClassUtil.checkAndFixAccess(ctor, config.isEnabled(MapperFeature.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)… in findStringBasedKeyDeserializer()
59 return new StdKeyDeserializer.StringCtorKeyDeserializer(ctor); in findStringBasedKeyDeserializer()

12345678910>>...12