Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 1932) sorted by relevance

12345678910>>...78

/third_party/node/test/async-hooks/
Dtest-tlswrap.js50 checkInvocations(svr, { init: 1 }, 'server: when client connecting'); property
67 checkInvocations(svr, { init: 1, before: 1, after: 1 }, property
70 checkInvocations(client, { init: 1, before: 2, after: 1 }, property
78 checkInvocations(svr, { init: 1, before: 2, after: 1 }, property
80 checkInvocations(client, { init: 1, before: 2, after: 2 }, property
87 checkInvocations(svr, { init: 1, before: 2, after: 1 }, property
89 checkInvocations(client, { init: 1, before: 2, after: 2 }, property
94 checkInvocations(svr, { init: 1, before: 2, after: 2 }, property
103 checkInvocations(client, { init: 1, before: 3, after: 3 }, property
110 checkInvocations(svr, { init: 1, before: 2, after: 2 }, property
[all …]
Dtest-tcpwrap.js36 checkInvocations(tcpserver, { init: 1 }, 'when calling server.listen'); property
57 checkInvocations(tcpserver, { init: 1 }, property
59 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client is connecting'); property
105 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client connects'); property
121 checkInvocations(tcpserver, { init: 1, before: 1 }, property
123 checkInvocations(tcp1, { init: 1 }, 'tcp1 when server receives connection'); property
124 checkInvocations(tcp2, { init: 1 }, 'tcp2 when server receives connection'); property
132 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 }, property
134 checkInvocations(tcp1, { init: 1, before: 2, after: 2, destroy: 1 }, property
137 checkInvocations(tcp2, { init: 1, before: 1, after: 1 }, property
[all …]
Dtest-embedder.api.async-resource.js44 checkInvocations(alcazares, { init: 1 }, 'alcazares constructed'); property
51 checkInvocations(alcazares, { init: 1, before: 1 }, property
54 checkInvocations(alcazares, { init: 1, before: 1, after: 1 }, property
57 checkInvocations(alcazares, { init: 1, before: 2, after: 1 }, property
60 checkInvocations(alcazares, { init: 1, before: 2, after: 2 }, property
66 checkInvocations(alcazares, { init: 1, before: 2, after: 2, destroy: 1 }, property
77 checkInvocations(poblado, { init: 1 }, 'poblado constructed'); property
79 checkInvocations(poblado, { init: 1, before: 1 }, property
83 checkInvocations(poblado, { init: 1, before: 1, after: 1 }, property
93 alcazares, { init: 1, before: 2, after: 2, destroy: 1 }, property
[all …]
Dtest-signalwrap.js29 checkInvocations(signal1, { init: 1 }, 'when SIGUSR2 handler is set up'); property
42 signal1, { init: 1, before: 1 }, property
50 signal1, { init: 1, before: 2, after: 1 }, property
70 signal1, { init: 1, before: 2, after: 1 }, property
73 signal2, { init: 1 }, property
84 signal1, { init: 1, before: 2, after: 2, destroy: 1 }, property
87 signal2, { init: 1, before: 1 }, property
98 signal1, { init: 1, before: 2, after: 2, destroy: 1 }, property
102 signal2, { init: 1, before: 1, after: 1 }, property
Dtest-immediate.js21 checkInvocations(imd1, { init: 1 }, property
29 checkInvocations(imd1, { init: 1, before: 1 }, property
40 checkInvocations(imd1, { init: 1, before: 1 }, property
42 checkInvocations(imd2, { init: 1 }, property
47 checkInvocations(imd1, { init: 1, before: 1, after: 1, destroy: 1 }, property
49 checkInvocations(imd2, { init: 1, before: 1 }, property
59 checkInvocations(imd1, { init: 1, before: 1, after: 1, destroy: 1 }, property
61 checkInvocations(imd2, { init: 1, before: 1, after: 1, destroy: 1 }, property
Dtest-timers.setTimeout.js21 checkInvocations(t1, { init: 1 }, 't1: when first timer installed'); property
26 checkInvocations(t1, { init: 1, before: 1 }, 't1: when first timer fired'); property
32 checkInvocations(t1, { init: 1, before: 1 }, property
34 checkInvocations(t2, { init: 1 }, property
43 checkInvocations(t1, { init: 1, before: 1, after: 1 }, property
45 checkInvocations(t2, { init: 1, before: 1 }, property
57 checkInvocations(t1, { init: 1, before: 1, after: 1, destroy: 1 }, property
59 checkInvocations(t2, { init: 1, before: 1, after: 1, destroy: 1 }, property
Dtest-pipeconnectwrap.js49 checkInvocations(a, { init: 1 }, 'after net.connect'); property
70 checkInvocations(pipeserver, { init: 1, before: 1, after: 1 }, property
72 checkInvocations(pipe1, { init: 1 }, 'pipe1, client connected'); property
73 checkInvocations(pipeconnect, { init: 1, before: 1 }, property
75 checkInvocations(pipe2, { init: 1 }, 'pipe2, client connected'); property
87 checkInvocations(pipeserver, { init: 1, before: 1, after: 1, destroy: 1 }, property
89 checkInvocations(pipe1, { init: 1, before: 2, after: 2, destroy: 1 }, property
91 checkInvocations(pipeconnect, { init: 1, before: 1, after: 1, destroy: 1 }, property
93 checkInvocations(pipe2, { init: 1, before: 2, after: 2, destroy: 1 }, property
Dtest-pipewrap.js39 checkInvocations(processwrap, { init: 1 }, property
45 checkInvocations(x, { init: 1 }, 'pipe wrap when sleep.spawn was called'); property
49 checkInvocations(processwrap, { init: 1, before: 1 }, property
57 { init: 1, before: 1, after: 1 }, property
71 { init: 1, before: 1, after: 1 }, property
84 checkInvocations(pipe1, { init: 1, before: 1, after: 1 }, property
86 checkInvocations(pipe2, { init: 1, before: ioEvents, after: ioEvents }, property
88 checkInvocations(pipe3, { init: 1, before: 2, after: 2 }, property
Dtest-enable-disable.js166 checkInvocations(as1[0], { init: 1, before: 1 }, property
168 checkInvocations(as3[0], { init: 1, before: 1 }, property
215 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 }, property
217 checkInvocations(hook1Second, { init: 1, before: 1 }, property
223 checkInvocations(hook2Second, { init: 1, before: 1 }, property
225 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 }, property
227 checkInvocations(hook3Second, { init: 1, before: 1 }, property
249 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 }, property
253 checkInvocations(hook1Second, { init: 1, before: 1 }, property
259 checkInvocations(hook2Second, { init: 1, before: 1, after: 1, destroy: 1 }, property
[all …]
Dtest-statwatcher.js29 checkInvocations(watcher, { init: 1 }, property
56 checkInvocations(statwatcher1, { init: 1 }, property
70 { init: 1, before: w1HookCount, after: w1HookCount }, property
72 checkInvocations(statwatcher2, { init: 1 }, property
85 { init: 1, before: w1HookCount, after: w1HookCount }, property
88 { init: 1, before: w2HookCount, after: w2HookCount }, property
101 { init: 1, before: w1HookCount, after: w1HookCount }, property
104 { init: 1, before: w2HookCount, after: w2HookCount }, property
Dtest-promise.js21 checkInvocations(as[0], { init: 1 }, 'after resolution parent promise'); property
22 checkInvocations(as[1], { init: 1, before: 1 }, property
30 checkInvocations(a, { init: 1 }, 'while in promise executor'); property
46 checkInvocations(a0, { init: 1 }, 'when process exits'); property
53 checkInvocations(a1, { init: 1, before: 1, after: 1 }, 'when process exits'); property
Dtest-zlib.zlib-binding.deflate.js24 checkInvocations(hdl, { init: 1 }, 'when created handle'); property
44 checkInvocations(hdl, { init: 1 }, 'when initialized handle'); property
49 checkInvocations(hdl, { init: 1 }, 'when invoked write() on handle'); property
54 checkInvocations(hdl, { init: 1, before: 1 }, property
59 checkInvocations(hdl, { init: 1, before: 2, after: 1 }, property
71 checkInvocations(hdl, { init: 1, before: 2, after: 2 }, 'when process exits'); property
Dtest-fsreqcallback-readFile.js28 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property
30 checkInvocations(as[1], { init: 1, before: 1, after: 1, destroy: 1 }, property
32 checkInvocations(as[2], { init: 1, before: 1, after: 1, destroy: 1 }, property
37 checkInvocations(as[3], { init: 1, before: 1 }, property
49 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 }, property
/third_party/openssl/ohos_lite/include/internal/
Dthread_once.h26 #define DEFINE_RUN_ONCE(init) \ argument
39 #define DECLARE_RUN_ONCE(init) \ argument
58 #define DEFINE_RUN_ONCE_STATIC(init) \ argument
99 #define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
118 #define RUN_ONCE(once, init) \ argument
136 #define RUN_ONCE_ALT(once, initalt, init) \ argument
/third_party/node/deps/openssl/openssl/include/internal/
Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \ argument
50 # define DECLARE_RUN_ONCE(init) \ argument
69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument
110 # define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
129 # define RUN_ONCE(once, init) \ argument
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
/third_party/openssl/include/internal/
Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \ argument
50 # define DECLARE_RUN_ONCE(init) \ argument
69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument
110 # define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
129 # define RUN_ONCE(once, init) \ argument
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFunctionalTests.cpp161 void init (void) in init() function in deqp::gles3::Functional::ShaderLibraryTest
180 void init (void) in init() function in deqp::gles3::Functional::ShaderBuiltinFunctionTests
196 void init (void) in init() function in deqp::gles3::Functional::ShaderTests
247 void init (void) in init() function in deqp::gles3::Functional::TextureTests
271 void init (void) in init() function in deqp::gles3::Functional::FboTests
294 void init (void) in init() function in deqp::gles3::Functional::BufferTests
314 virtual void init (void) in init() function in deqp::gles3::Functional::NegativeApiTestGroup
333 void init (void) in init() function in deqp::gles3::Functional::FragmentOpTests
353 void init (void) in init() function in deqp::gles3::Functional::StateQueryTests
380 void FunctionalTests::init (void) in init() function in deqp::gles3::Functional::FunctionalTests
[all …]
Des3fRandomShaderTests.cpp59 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::BasicExpressionGroup
89 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::ScalarConversionGroup
120 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::SwizzleGroup
148 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::ComparisonOpsGroup
176 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::ConditionalsGroup
214 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::TrigonometricGroup
243 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::ExponentialGroup
272 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::TextureGroup
307 void init (void) in init() function in deqp::gles3::Functional::__anon19e9a52d0111::AllFeaturesGroup
360 void RandomShaderTests::init (void) in init() function in deqp::gles3::Functional::RandomShaderTests
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp239 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} ") + str; in TEST_F() local
261 …auto init = std::string("ALU DOT4_IEEE R2000.y : R199.x R198.w + R199.y R198.z + R199.z R198.y + R… in TEST_F() local
282 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} ") + str; in TEST_F() local
297 auto init = std::string("ALU INTERP_ZW R1024.z@chan : R0.y@fully Param0.z {W} VEC_210"); in TEST_F() local
313 auto init = std::string("ALU INTERP_XY __.x@chan : R0.x@fully Param0.z {} VEC_210"); in TEST_F() local
329 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} VEC_210 POP_AFTER"); in TEST_F() local
342 auto init = std::string("TEX SAMPLE R1000.xyzw : R2000.xyzw RID:10 SID:1 NNNN"); in TEST_F() local
350 auto init = std::string("TEX LD R1001.xyzw : R2002.xyzw RID:27 SID:7 NNNN"); in TEST_F() local
358 auto init = std::string("TEX SAMPLE R1001.xyzw : R2002.xyzw RID:27 SID:2 OX:1 OY:-2 OZ:5 NNNN"); in TEST_F() local
371 auto init = std::string("TEX GATHER4 R1001.xyzw : R2002.xyzw RID:7 SID:27 MODE:0 NNNN"); in TEST_F() local
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFunctionalTests.cpp112 void init (void) in init() function in deqp::gles31::Functional::ShaderLibraryTest
142 void init (void) in init() function in deqp::gles31::Functional::ShaderLibraryGroup
161 void init (void) in init() function in deqp::gles31::Functional::ShaderBuiltinVarTests
175 void init (void) in init() function in deqp::gles31::Functional::ShaderBuiltinFunctionTests
198 void init (void) in init() function in deqp::gles31::Functional::ShaderLinkageTests
251 void init (void) in init() function in deqp::gles31::Functional::ShaderTests
335 void init (void) in init() function in deqp::gles31::Functional::ComputeTests
351 void init (void) in init() function in deqp::gles31::Functional::SSBOTests
368 void init (void) in init() function in deqp::gles31::Functional::TextureTests
391 void init (void) in init() function in deqp::gles31::Functional::StateQueryTests
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFunctionalTests.cpp127 virtual void init (void) in init() function in deqp::gles2::Functional::ShadersTestGroup
178 virtual void init (void) in init() function in deqp::gles2::Functional::TextureTestGroup
204 void init (void) in init() function in deqp::gles2::Functional::BufferTests
224 virtual void init (void) in init() function in deqp::gles2::Functional::FboTestGroup
246 virtual void init (void) in init() function in deqp::gles2::Functional::NegativeApiTestGroup
267 void init (void) in init() function in deqp::gles2::Functional::FragmentOpTests
289 void init (void) in init() function in deqp::gles2::Functional::StateQueryTests
314 void FunctionalTests::init (void) in init() function in deqp::gles2::Functional::FunctionalTests
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp118 void GL40TestPackage::init(void) in init() function in gl4cts::GL40TestPackage
158 void GL41TestPackage::init(void) in init() function in gl4cts::GL41TestPackage
186 void init(void) in init() function in gl4cts::GL42ShaderTests
203 void GL42TestPackage::init(void) in init() function in gl4cts::GL42TestPackage
234 void init(void) in init() function in gl4cts::GL42CompatShaderTests
252 void GL42CompatTestPackage::init(void) in init() function in gl4cts::GL42CompatTestPackage
287 void GL43TestPackage::init(void) in init() function in gl4cts::GL43TestPackage
329 void init(void) in init() function in gl4cts::GL44ShaderTests
347 void GL44TestPackage::init(void) in init() function in gl4cts::GL44TestPackage
392 void init(void) in init() function in gl4cts::GL45ShaderTests
[all …]
/third_party/node/test/parallel/
Dtest-async-hooks-correctly-switch-promise-hook.js14 init(asyncId, type) { method
17 init: true, property
43 init() { }, method
57 init: true, property
64 init: true, property
71 init: true, property
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pPerformanceTests.cpp57 virtual void init (void) in init() function in deqp::gles3::Performance::TextureTestGroup
75 virtual void init (void) in init() function in deqp::gles3::Performance::ShadersTestGroup
92 virtual void init (void) in init() function in deqp::gles3::Performance::APITests
110 virtual void init (void) in init() function in deqp::gles3::Performance::BufferTestGroup
127 void PerformanceTests::init (void) in init() function in deqp::gles3::Performance::PerformanceTests
/third_party/vk-gl-cts/modules/internal/
DditDelibsTests.cpp80 void init (void) in init() function in dit::DepoolTests
127 void init (void) in init() function in dit::DethreadTests
148 void init (void) in init() function in dit::DeutilTests
163 void init (void) in init() function in dit::DebaseTests
181 void init (void) in init() function in dit::DecppTests
209 void DelibsTests::init (void) in init() function in dit::DelibsTests

12345678910>>...78