Home
last modified time | relevance | path

Searched full:process (Results 1 – 25 of 8467) sorted by relevance

12345678910>>...339

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c21 * \brief Process abstraction.
66 printf("Process launch failed: %s\n", message); in die()
138 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); in deProcess_create() local
139 if (!process) in deProcess_create()
142 process->state = PROCESSSTATE_NOT_STARTED; in deProcess_create()
144 return process; in deProcess_create()
147 static void deProcess_cleanupHandles (deProcess* process) in deProcess_cleanupHandles() argument
149 if (process->standardIn) in deProcess_cleanupHandles()
150 deFile_destroy(process->standardIn); in deProcess_cleanupHandles()
152 if (process->standardOut) in deProcess_cleanupHandles()
[all …]
/third_party/node/test/report/
Dtest-report-config.js6 // Verify that process.report.directory behaves properly.
7 assert.strictEqual(process.report.directory, '');
8 process.report.directory = __dirname;
9 assert.strictEqual(process.report.directory, __dirname);
11 process.report.directory = {};
13 assert.strictEqual(process.report.directory, __dirname);
15 // Verify that process.report.filename behaves properly.
16 assert.strictEqual(process.report.filename, '');
17 process.report.filename = 'test-report.json';
18 assert.strictEqual(process.report.filename, 'test-report.json');
[all …]
/third_party/node/doc/api/
Dprocess.md1 # Process chapter
6 <!-- source_link=lib/process.js -->
8 The `process` object is a `global` that provides information about, and control
9 over, the current Node.js process. As a global, it is always available to
14 const process = require('process');
17 ## Process events
19 The `process` object is an instance of [`EventEmitter`][].
27 no additional work to schedule. Normally, the Node.js process will exit when
29 event can make asynchronous calls, and thereby cause the Node.js process to
33 [`process.exitCode`][] passed as the only argument.
[all …]
Dchild_process.md1 # Child process
26 console.log(`child process exited with code ${code}`);
31 the parent Node.js process and the spawned subprocess. These pipes have
39 variable if it is in the `options` object. Otherwise, `process.env.PATH` is
49 The [`child_process.spawn()`][] method spawns the child process asynchronously,
52 the event loop until the spawned process either exits or is terminated.
65 * [`child_process.fork()`][]: spawns a new Node.js process and invokes a
78 ## Asynchronous process creation
85 implement the Node.js [`EventEmitter`][] API, allowing the parent process to
87 the life cycle of the child process.
[all …]
/third_party/ltp/testcases/kernel/controllers/freezer/
D00_description.txt2 This bash script tests freezer code by starting a long sleep process.
4 After we cancel the sleep process should eventually reach the thawed
5 state. We expect the process to still be alive as we cleanup the test.
8 This bash script tests freezer code by starting a long sleep process.
9 The sleep process is frozen. We then kill the sleep process.
10 Then we unfreeze the sleep process and see what happens. We expect the
11 sleep process to receive the kill signals and exit almost immediately
15 This bash script tests freezer code by starting a long sleep process.
16 The sleep process is frozen. We then move the sleep process to a THAWED
17 cgroup. We expect moving the sleep process to fail.
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Droot.txt23 resource:process(transliterator) {"am_am_Latn_BGN.txt"}
33 resource:process(transliterator) {"Any_Accents.txt"}
42 resource:process(transliterator) {"Any_Accents.txt"}
52 resource:process(transliterator) {"Any_Publishing.txt"}
61 resource:process(transliterator) {"Any_Publishing.txt"}
74 resource:process(transliterator) {"Arab_Latn.txt"}
86 resource:process(transliterator) {"Arab_Latn.txt"}
99 resource:process(transliterator) {"ar_ar_Latn_BGN.txt"}
112 resource:process(transliterator) {"hy_hy_Latn_BGN.txt"}
125 resource:process(transliterator) {"az_Cyrl_az_BGN.txt"}
[all …]
/third_party/node/test/parallel/
Dtest-process-binding-internalbinding-allowlist.js8 // process.binding().
9 assert(process.binding('async_wrap'));
10 assert(process.binding('buffer'));
11 assert(process.binding('cares_wrap'));
12 assert(process.binding('constants'));
13 assert(process.binding('contextify'));
15 assert(process.binding('crypto'));
17 assert(process.binding('fs'));
18 assert(process.binding('fs_event_wrap'));
19 assert(process.binding('http_parser'));
[all …]
Dtest-trace-events-metadata.js10 'process.title = "foo"';
16 const proc = cp.spawn(process.execPath,
35 trace.args.node === process.versions.node));
39 trace.args.process.versions.http_parser ===
40 process.versions.http_parser &&
41 trace.args.process.versions.llhttp ===
42 process.versions.llhttp &&
43 trace.args.process.versions.node ===
44 process.versions.node &&
45 trace.args.process.versions.v8 ===
[all …]
Dtest-process-env.js28 if (process.argv[2] === 'you-are-the-child') {
29 assert.strictEqual('NODE_PROCESS_ENV_DELETED' in process.env, false);
30 assert.strictEqual(process.env.NODE_PROCESS_ENV, '42');
31 assert.strictEqual(process.env.hasOwnProperty, 'asdf');
33 const has = hasOwnProperty.call(process.env, 'hasOwnProperty');
35 process.exit(0);
42 process.env.hasOwnProperty);
43 const has = process.env.hasOwnProperty('hasOwnProperty');
46 process.env.hasOwnProperty = 'asdf';
48 process.env.NODE_PROCESS_ENV = 42;
[all …]
Dtest-worker-unsupported-things.js7 if (!process.env.HAS_STARTED_WORKER) {
8 process.env.HAS_STARTED_WORKER = 1;
9 process.env.NODE_CHANNEL_FD = 'foo'; // Make worker think it has IPC.
16 const before = process.title;
17 process.title += ' in worker';
18 assert.strictEqual(process.title, before);
22 const before = process.debugPort;
23 process.debugPort++;
24 assert.strictEqual(process.debugPort, before);
29 assert.throws(() => { process.umask(mask); }, {
[all …]
/third_party/icu/icu4c/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
30 resource:process(transliterator){"Any_Accents.txt"}
36 resource:process(transliterator){"Any_Publishing.txt"}
42 resource:process(transliterator){"Arab_Latn.txt"}
60 resource:process(transliterator){"Latn_Armn.txt"}
72 resource:process(transliterator){"Beng_Arab.txt"}
78 resource:process(transliterator){"Beng_Deva.txt"}
84 resource:process(transliterator){"Beng_Gujr.txt"}
90 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
30 resource:process(transliterator){"Any_Accents.txt"}
36 resource:process(transliterator){"Any_Publishing.txt"}
42 resource:process(transliterator){"Arab_Latn.txt"}
60 resource:process(transliterator){"Latn_Armn.txt"}
72 resource:process(transliterator){"Beng_Arab.txt"}
78 resource:process(transliterator){"Beng_Deva.txt"}
84 resource:process(transliterator){"Beng_Gujr.txt"}
90 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_test.py53 for process in processes:
55 process.kill()
63 def _process_wait_with_timeout(process, timeout=WAIT_CHECK_DEFAULT_TIMEOUT): argument
64 """A funciton to mimic 3.3+ only timeout argument in process.wait."""
66 while (process.poll() is None) and (datetime.datetime.now() < deadline):
68 if process.returncode is None:
69 raise RuntimeError('Process failed to exit within %s' % timeout)
72 def interrupt_and_wait(process): argument
74 processes.append(process)
76 os.kill(process.pid, signal.SIGINT)
[all …]
/third_party/node/test/fixtures/
Dprocess-exit-code-cases.js8 process.exitCode = 42;
9 process.on('exit', (code) => {
10 assert.strictEqual(process.exitCode, 42);
17 process.exitCode = 99;
18 process.on('exit', (code) => {
19 assert.strictEqual(process.exitCode, 42);
22 process.exit(42);
27 process.exitCode = 99;
28 process.on('exit', (code) => {
29 assert.strictEqual(process.exitCode, 0);
[all …]
/third_party/node/lib/internal/bootstrap/
Dnode.js10 // of the code here focuses on setting up the global proxy and the process
12 // As special caution is given to the performance of the startup process,
20 // module loaders, including `process.binding()`, `process._linkedBinding()`,
37 /* global process, require, internalBinding, primordials */
58 process.domain = null;
59 process._exiting = false;
61 // process.config is serialized config.gypi
62 process.config = JSONParse(internalBinding('native_module').config);
66 const perThreadSetup = require('internal/process/per_thread');
69 // Set up methods on the process object for all threads
[all …]
Dpre_execution.js22 // Patch the process object with legacy properties and normalizations
29 // overwrite process.env so that the original path gets passed
31 if (process.env.NODE_V8_COVERAGE) {
32 process.env.NODE_V8_COVERAGE =
33 setupCoverageHooks(process.env.NODE_V8_COVERAGE);
42 // Process initial diagnostic reporting configuration, if present.
48 // If the process is spawned with env NODE_CHANNEL_FD, it's probably
51 // process.send(), process.channel, process.connected,
52 // process.disconnect().
81 patchProcessObjectNative(process);
[all …]
/third_party/typescript/scripts/build/
Doptions.js6 module.exports = minimist(process.argv.slice(2), {
23 colors: process.env.colors || process.env.color || true,
24 debug: process.env.debug || process.env["debug-brk"] || process.env.d,
25 inspect: process.env.inspect || process.env["inspect-brk"] || process.env.i,
26 host: process.env.TYPESCRIPT_HOST || process.env.host || "node",
27 … browser: process.env.browser || process.env.b || (os.platform() === "win32" ? "edge" : "chrome"),
28 timeout: process.env.timeout || 40000,
29 tests: process.env.test || process.env.tests || process.env.t,
30 runners: process.env.runners || process.env.runner || process.env.ru,
31 light: process.env.light === undefined || process.env.light !== "false",
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
Dassertions.xml3 fork() creates a new process.
6 The new process is a copy of the original process
10 The new process' ID does not match any existing
11 process or group ID.
14 The parent process ID (ppid) of the child process
15 is the process ID (pid) of the parent process
19 The opened file descriptors are copied to the child process
23 The opened directory streams are copied to the child process.
27 The child process gets a copy of the parent message catalog descriptor.
31 are set to 0 in the child process.
[all …]
/third_party/node/lib/internal/bootstrap/switches/
Ddoes_not_own_process_state.js6 const { unavailable } = require('internal/process/worker_thread_only');
8 process.abort = unavailable('process.abort()');
9 process.chdir = unavailable('process.chdir()');
10 process.umask = wrappedUmask;
11 process.cwd = rawMethods.cwd;
14 process.initgroups = unavailable('process.initgroups()');
15 process.setgroups = unavailable('process.setgroups()');
16 process.setegid = unavailable('process.setegid()');
17 process.seteuid = unavailable('process.seteuid()');
18 process.setgid = unavailable('process.setgid()');
[all …]
/third_party/boost/boost/
Dprocess.hpp16 * \file boost/process.hpp
19 * boost.process header files.
22 #include <boost/process/args.hpp>
23 #include <boost/process/async.hpp>
24 #include <boost/process/async_system.hpp>
25 #include <boost/process/group.hpp>
26 #include <boost/process/child.hpp>
27 #include <boost/process/cmd.hpp>
28 #include <boost/process/env.hpp>
29 #include <boost/process/environment.hpp>
[all …]
/third_party/boost/libs/process/doc/
Dtutorial.qbk1 [def bp::system [funcref boost::process::system bp::system]]
2 [def bp::async_system [funcref boost::process::async_system bp::async_system]]
3 [def bp::spawn [funcref boost::process::spawn bp::spawn]]
4 [def bp::child [classref boost::process::child bp::child]]
5 [def bp::cmd [classref boost::process::cmd bp::cmd]]
6 [def bp::group [classref boost::process::group bp::group]]
7 [def bp::ipstream [classref boost::process::ipstream bp::ipstream]]
8 [def bp::opstream [classref boost::process::opstream bp::opstream]]
9 [def bp::pstream [classref boost::process::pstream bp::pstream]]
10 [def bp::pipe [classref boost::process::pipe bp::pipe]]
[all …]
Dposix_pseudocode.xml4 s.<methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
6 if (<methodname alt="boost::process::extend::posix_executor::error">error</methodname>())
9 …s.<methodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <method…
10 return <classname alt="boost::process::child">child</classname>();
14 <methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
18 …<methodname alt="boost::process::extend::posix_executor::set_error">set_error</methodname>(<functi…
20 …methodname alt="boost::process::extend::handler::on_fork_error">on_fork_error</methodname>(*this, …
22 …s.<methodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <method…
23 return <classname alt="boost::process::child">child</classname>()
25 else if (pid == 0) //child process
[all …]
/third_party/boost/libs/process/
DREADME.md1 # [Boost Process (Boost.Process)](https://github.com/klemens-morgenstern/boost-process)
3 Boost.process is a library for comfortable management of processes, released with boost 1.64.0.
9process.svg?branch=develop&env=BADGE=linux)](https://travis-ci.org/klemens-morgenstern/boost-proce…
10process.svg?branch=master&env=BADGE=linux)](https://travis-ci.org/klemens-morgenstern/boost-proces…
13 [Open Issues](https://github.com/klemens-morgenstern/boost-process/issues)
15 [Latest developer documentation](http://klemens-morgenstern.github.io/process/)
18 This C++11 library is the current result of a long attempt to get a boost.process library, which is…
/third_party/node/lib/internal/main/
Dworker_thread.js56 } = require('internal/process/execution');
73 // overwrite the process.env.NODE_V8_COVERAGE variable.
74 if (process.env.NODE_V8_COVERAGE) {
75 setupCoverageHooks(process.env.NODE_V8_COVERAGE);
86 if (process.env.NODE_CHANNEL_FD) {
87 const workerThreadSetup = require('internal/process/worker_thread_only');
88 ObjectDefineProperty(process, 'channel', {
90 get: workerThreadSetup.unavailable('process.channel')
93 ObjectDefineProperty(process, 'connected', {
95 get: workerThreadSetup.unavailable('process.connected')
[all …]
/third_party/boost/doc/html/
Dprocess.html5 <title>Chapter 29. Boost.Process</title>
29 <a name="process"></a>Chapter 29. Boost.Process</h2></div>
37 <a name="process.legal"></a><p>
46 <dt><span class="section"><a href="process.html#boost_process.introduction">Introduction</a></span>…
50 <dt><span class="section"><a href="boost_process/concepts.html#boost_process.concepts.process">Proc…
56 process</a></span></dt>
88 <dt><span class="section"><a href="process/reference.html">Reference</a></span></dt>
90 <dt><span class="section"><a href="process/reference.html#header.boost.process.args_hpp">Header &lt…
91 <dt><span class="section"><a href="process/reference.html#header.boost.process.async_hpp">Header &l…
92 …dt><span class="section"><a href="process/reference.html#header.boost.process.async_pipe_hpp">Head…
[all …]

12345678910>>...339