Home
last modified time | relevance | path

Searched refs:child (Results 451 - 475 of 1071) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/node/test/parallel/
H A Dtest-cluster-child-index-dgram.js14 function child() { function
40 child();
H A Dtest-cluster-child-index-net.js11 function child() { function
31 child();
H A Dtest-child-process-execfile.js41 const child = execFile(process.execPath, callback);
43 child.kill();
44 child.emit('close', code, null);
72 // Verify that does not spawn a child if already aborted
H A Dtest-inspector-esm.js101 const child = new NodeInstance(['--inspect-brk=0'], '',
104 const session = await child.connectInspectorSession();
108 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
/third_party/node/test/sequential/
H A Dtest-init.js25 const child = require('child_process');
39 child.exec(path, { env: process.env }, common.mustSucceed((out) => {
H A Dtest-next-tick-error-spin.js26 if (process.argv[2] !== 'child') {
28 const child = spawn(process.execPath, [__filename, 'child'], {
32 throw new Error('child is hung');
34 child.on('exit', common.mustCall(function(code) {
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dnewns.c33 static int child(void *arg) in child() function
45 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, (void *)argv); in main()
/third_party/skia/modules/sksg/src/
H A DSkSGOpacityEffect.cpp12 OpacityEffect::OpacityEffect(sk_sp<RenderNode> child, float opacity) in OpacityEffect() argument
13 : INHERITED(std::move(child)) in OpacityEffect()
H A DSkSGEffectNode.cpp12 EffectNode::EffectNode(sk_sp<RenderNode> child, uint32_t inval_traits) in EffectNode() argument
14 , fChild(std::move(child)) { in EffectNode()
/third_party/rust/crates/rustix/tests/io/
H A Deventfd.rs10 let child = thread::spawn(move || { in test_eventfd()
17 let efd = child.join().unwrap(); in test_eventfd()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DASTVerifier.h103 * I.e. 'HasParent' invariant can be named 'HasParentRecursive' to traverse all child nodes as well
118 aux = [&ctx, func, &aux, &finalDecision](const ir::AstNode *child) -> void { in RecursiveInvariant()
119 const auto [decision, action] = func(ctx, child); in RecursiveInvariant()
126 child->Iterate(aux); in RecursiveInvariant()
H A DcheckInfiniteLoop.cpp63 [&hasExit](ir::AstNode *child) { hasExit |= child->IsBreakStatement() || child->IsReturnStatement(); }); in HasBreakOrReturnStatement()
/third_party/elfutils/tests/
H A Ddwarf-die-addr-die.c69 Dwarf_Die child; in check_die() local
70 if (dwarf_child (die, &child) == 0) in check_die()
71 res |= check_die (&child); in check_die()
/third_party/alsa-utils/topology/
H A Dpre-process-dai.c56 snd_config_t *top, *parent_obj, *obj, *dest, *cfg, *pcm, *child; in tplg_update_pcm_object() local
118 ret = tplg_config_make_add(&child, "capabilities", SND_CONFIG_TYPE_STRING, cfg); in tplg_update_pcm_object()
121 ret = snd_config_set_string(child, item_name); in tplg_update_pcm_object()
/third_party/gn/src/gn/
H A Dohos_components_impl.h21 struct OhosComponentTree *child; member
30 this->child = nullptr; in OhosComponentTree()
42 this->child = nullptr; in OhosComponentTree()
/third_party/googletest/googletest/test/
H A Dgtest_help_test.py96 child = gtest_test_utils.Subprocess(command)
97 return child.exit_code, child.output
/third_party/node/test/abort/
H A Dtest-addon-uv-handle-leak.js18 if (process.argv[2] === 'child') {
39 const child = cp.spawnSync(process.execPath, [__filename, 'child']);
40 const stderr = child.stderr.toString();
42 assert.strictEqual(child.stdout.toString(), '');
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Doverride-set.js37 const child = new OverrideSet({
43 this.children.set(child.key, child)
/third_party/ltp/testcases/kernel/mem/cpuset/
H A Dcpuset01.c50 int child, i; in test_cpuset() local
59 child = SAFE_FORK(); in test_cpuset()
60 if (child == 0) { in test_cpuset()
150 tst_res(TFAIL, "child exit status is %d", in mem_hog_cpuset()
155 tst_res(TFAIL, "child caught signal %d", in mem_hog_cpuset()
/third_party/ltp/testcases/kernel/mem/page/
H A Dpage01.c78 int child, count; local
169 /* wait for the child processes */
176 while ((child = wait(&status)) > 0) {
178 tst_resm(TINFO, "Test {%d} exited status %d\n", child, status);
H A Dpage02.c77 int child, count; local
194 /* wait for the child processes */
201 while ((child = wait(&status)) > 0) {
203 tst_resm(TINFO, "\tTest {%d} exited status %d\n", child,
/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt06.c31 * Parent process forks a child. Child pauses until parent has created
33 * time child gets the shared memory segment id, attaches to it at two
62 int child();
82 child(); in main()
92 * kill the child if parent failed to do the attach in main()
104 /* kill the child if parent failed to do the attch */ in main()
121 tst_resm(TFAIL, "Waited on the wrong child"); in main()
144 int child(void) in child() function
154 perror("shmget:child process"); in child()
162 perror("shmat:child proces in child()
[all...]
H A Dshmt04.c32 * Parent process forks a child. Child pauses until parent has created
34 * time child gets the shared memory segment id, attaches to it and
63 int child();
83 child(); in main()
93 * kill the child if parent failed to do the attach in main()
105 /* kill the child if parent failed to do the attch */ in main()
122 tst_resm(TFAIL, "Waited on the wrong child"); in main()
145 int child(void) in child() function
156 perror("shmget:child process"); in child()
164 perror("shmat:child proces in child()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D11-4.c26 * 2. Wait for the child proces to exit, then
61 pid_t child; in main() local
84 child = fork(); in main()
85 switch (child) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D2-2.c132 pthread_t child; in main() local
165 pthread_create(&child, &scenarii[sc].ta, threaded, in main()
197 ret = pthread_detach(child); in main()
200 "Failed to detach the child thread."); in main()

Completed in 8 milliseconds

1...<<11121314151617181920>>...43