Home
last modified time | relevance | path

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

12345678910>>...74

/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
131 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-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-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-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
Dtest-timers.setInterval.js19 checkInvocations(t1, { init: 1 }, 't1: when timer installed'); property
24 checkInvocations(t1, { init: 1, before: 1 }, 't1: when first timer fired'); property
26 checkInvocations(t1, { init: 1, before: 2, after: 1 }, property
44 checkInvocations(t1, { init: 1, before: 2, after: 2, destroy: 1 }, property
Dtest-httpparser.response.js35 checkInvocations(httpparser, { init: 1 }, 'when created new Httphttpparser'); property
42 checkInvocations(httpparser, { init: 1, before: 1 }, property
47 checkInvocations(httpparser, { init: 1, before: 2, after: 1 }, property
62 checkInvocations(httpparser, { init: 1, before: 2, after: 2, destroy: 1 }, property
/third_party/openssl/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/boost/boost/compute/algorithm/
Daccumulate.hpp35 T init, in generic_accumulate()
63 inline bool can_accumulate_with_reduce(T init, F function) in can_accumulate_with_reduce()
89 inline bool can_accumulate_with_reduce(T init, min<T>) in can_accumulate_with_reduce() argument
95 inline bool can_accumulate_with_reduce(T init, max<T>) in can_accumulate_with_reduce() argument
105 T init, in dispatch_accumulate()
168 T init, in accumulate()
181 T init, in accumulate()
/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/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCWrappedCall.m55 - (instancetype)init { method
90 - (instancetype)init { method
114 - (instancetype)init { method
132 - (instancetype)init { method
165 - (instancetype)init { method
195 - (instancetype)init { method
/third_party/typescript/tests/baselines/reference/
DthisTypeInFunctions2.js23 init() { method
35 init() { method
58 init: function () { method
70 init: function () { method
/third_party/boost/libs/numeric/ublas/benchmarks/opencl/
Dinit.hpp17 void init(T &v, unsigned long size, int max_value) in init() function
23 void init(vector<T, opencl::storage> &v, unsigned long size, int max_value) in init() function
29 void init(matrix<T, opencl::storage> &m, unsigned long size1, unsigned long size2, int max_value) in init() function
35 void init(matrix<T, opencl::storage> &m, unsigned long size, int max_value) in init() function
/third_party/boost/boost/algorithm/cxx17/
Dreduce.hpp26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce()
35 T reduce(InputIterator first, InputIterator last, T init) in reduce()
58 T reduce(const Range &r, T init) in reduce()
66 T reduce(const Range &r, T init, BinaryOperation bOp) in reduce()
/third_party/boost/boost/math/special_functions/detail/
Dbessel_j1.hpp40 struct init struct
42 init() in init() function
46 static void do_init() in do_init()
50 void force_instantiate()const{} in force_instantiate()
Dbessel_j0.hpp40 struct init struct
42 init() in init() argument
46 static void do_init() in do_init()
50 void force_instantiate()const{} in force_instantiate()
Dbessel_y1.hpp44 struct init struct
46 init() in init() function
50 static void do_init() in do_init()
54 void force_instantiate()const{} in force_instantiate()

12345678910>>...74