Home
last modified time | relevance | path

Searched refs:exited (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_session.c24 volatile int exited; member
103 se->exited = 1; in fuse_session_exit()
110 se->exited = 0; in fuse_session_reset()
115 if (se->op.exited) in fuse_session_exited()
116 return se->op.exited(se->data); in fuse_session_exited()
118 return se->exited; in fuse_session_exited()
/third_party/node/lib/internal/main/
H A Dwatch_mode.js50 let exited;
53 exited = false;
58 exited = true;
72 if ((child.killed || exited) && !force) {
/third_party/ltp/lib/
H A Dtst_status.c14 const char *exited(int status) in exited() function
16 snprintf(buf, sizeof(buf), "exited with %i", WEXITSTATUS(status)); in exited()
39 return exited(status); in tst_strstatus()
/third_party/node/test/parallel/
H A Dtest-cluster-send-handle-twice.js38 assert.strictEqual(code, 0, `Worker exited with an error code: ${code}`);
39 assert.strictEqual(signal, null, `Worker exited by a signal: ${signal}`);
H A Dtest-cluster-bind-twice.js57 throw new Error(`A exited with ${c}`);
64 throw new Error(`B exited with ${c}`);
H A Dtest-process-exit-code.js53 debug(`ok - ${arg} exited with ${exit}`);
H A Dtest-worker-exit-code.js34 console.log(`ok - ${arg} exited with ${exit}`);
H A Dtest-http-chunk-problem.js87 console.error(`subprocess exited with code ${code}`);
/third_party/python/Lib/test/test_asyncio/
H A Dtest_waitfor.py21 self.exited = False
36 self.exited = True
50 self.assertTrue(t.exited)
60 self.assertTrue(t.exited)
/third_party/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py308 self.assert_(p.exited)
333 self.assert_(p.exited)
335 "'%s' exited with code %s, which doesn't match "
386 self.assert_(p.exited)
388 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py214 exited True if and only if the child process exited
216 exit_code The code with which the child process exited.
236 self.exited = False
239 self.exited = True
H A Dgoogletest-uninitialized-test.py56 if p.exited and p.exit_code == 0:
H A Dgoogletest-json-output-unittest.py809 self.assert_(p.exited)
835 self.assert_(p.exited)
837 "'%s' exited with code %s, which doesn't match "
876 self.assert_(p.exited)
878 "'%s' exited with code %s, which doesn't match "
H A Dgtest_list_output_unittest.py261 self.assertTrue(p.exited)
H A Dgoogletest-throw-on-failure-test.py73 return p.exited and p.exit_code == 0
H A Dgoogletest-json-outfiles-test.py174 self.assert_(p.exited)
H A Dgoogletest-color-test.py64 return not p.exited or p.exit_code
H A Dgtest_xml_outfiles_test.py111 self.assert_(p.exited)
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs89 /// The process exited normally (as with `exit()` or returning from
148 fn exited(status: i32) -> bool { in exited() functions
213 Ok(if exited(status) { in from_raw()
/third_party/node/lib/
H A Dchild_process.js373 let exited = false;
381 if (exited) return;
382 exited = true;
/third_party/node/test/sequential/
H A Dtest-tls-psk-client.js37 `'${server.spawnfile} ${server.spawnargs.join(' ')}' unexpected exited with output:\n${serverOut}\n${serverErr}`);
/third_party/libfuse/lib/
H A Dfuse_i.h46 volatile int exited; member
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js218 await t.rejects(help.exec(['whoami']), /help process exited with code: SPAWN_ERR/)
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h1173 * @param val exited status (1 - exited, 0 - not exited)
1178 * Hook for querying the current exited status (optional)
1181 * @return 1 if exited, 0 if not exited
1183 int (*exited) (void *data); member
1264 * Reset the exited status of a session
1271 * Query the exited status of a session
1274 * @return 1 if exited,
[all...]
/third_party/node/test/common/
H A Dindex.js242 `but instead exited with exit code ${exitCode}` +

Completed in 10 milliseconds

12