| /third_party/node/test/parallel/ |
| H A D | test-cluster-child-index-dgram.js | 14 function child() { function 40 child();
|
| H A D | test-cluster-child-index-net.js | 11 function child() { function 31 child();
|
| H A D | test-child-process-execfile.js | 41 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 D | test-inspector-esm.js | 101 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 D | test-init.js | 25 const child = require('child_process'); 39 child.exec(path, { env: process.env }, common.mustSucceed((out) => {
|
| H A D | test-next-tick-error-spin.js | 26 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 D | newns.c | 33 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 D | SkSGOpacityEffect.cpp | 12 OpacityEffect::OpacityEffect(sk_sp<RenderNode> child, float opacity) in OpacityEffect() argument 13 : INHERITED(std::move(child)) in OpacityEffect()
|
| H A D | SkSGEffectNode.cpp | 12 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 D | eventfd.rs | 10 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 D | ASTVerifier.h | 103 * 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 D | checkInfiniteLoop.cpp | 63 [&hasExit](ir::AstNode *child) { hasExit |= child->IsBreakStatement() || child->IsReturnStatement(); }); in HasBreakOrReturnStatement()
|
| /third_party/elfutils/tests/ |
| H A D | dwarf-die-addr-die.c | 69 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 D | pre-process-dai.c | 56 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 D | ohos_components_impl.h | 21 struct OhosComponentTree *child; member 30 this->child = nullptr; in OhosComponentTree() 42 this->child = nullptr; in OhosComponentTree()
|
| /third_party/googletest/googletest/test/ |
| H A D | gtest_help_test.py | 96 child = gtest_test_utils.Subprocess(command) 97 return child.exit_code, child.output
|
| /third_party/node/test/abort/ |
| H A D | test-addon-uv-handle-leak.js | 18 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 D | override-set.js | 37 const child = new OverrideSet({ 43 this.children.set(child.key, child)
|
| /third_party/ltp/testcases/kernel/mem/cpuset/ |
| H A D | cpuset01.c | 50 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 D | page01.c | 78 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 D | page02.c | 77 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 D | shmt06.c | 31 * 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 D | shmt04.c | 32 * 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 D | 11-4.c | 26 * 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 D | 2-2.c | 132 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()
|