| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| D | deProcess.c | 21 * \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/ |
| D | test-report-config.js | 6 // 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/ |
| D | process.md | 1 # 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 …]
|
| D | child_process.md | 1 # 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 …]
|
| D | process.json | 3 "source": "doc/api/process.md", 6 "textRaw": "Process", 7 "name": "Process", 10 …process.js\">lib/process.js</a></p>\n<p>The <code>process</code> object is a <code>global</code> t… 13 "textRaw": "Process events", 15 …"desc": "<p>The <code>process</code> object is an instance of <a href=\"events.html#events_class_e… 28 …process will exit when\nthere is no work scheduled, but a listener registered on the <code>'before… 41 …"desc": "<p>If the Node.js process is spawned with an IPC channel (see the <a href=\"child_process… 60 …process is about to exit as a\nresult of either:</p>\n<ul>\n<li>The <code>process.exit()</code> me… 86 …process is spawned with an IPC channel (see the <a href=\"child_process.html\">Child Process</a>\n… [all …]
|
| /third_party/rust/crates/rustix/tests/process/ |
| D | id.rs | 1 use rustix::process; 5 assert_eq!(process::getuid(), process::getuid()); in test_getuid() 7 assert_eq!(process::getuid().as_raw(), libc::getuid()); in test_getuid() 8 assert_eq!(process::getuid().is_root(), libc::getuid() == 0); in test_getuid() 14 assert_eq!(process::getgid(), process::getgid()); in test_getgid() 16 assert_eq!(process::getgid().as_raw(), libc::getgid()); in test_getgid() 17 assert_eq!(process::getgid().is_root(), libc::getgid() == 0); in test_getgid() 23 assert_eq!(process::geteuid(), process::geteuid()); in test_geteuid() 25 assert_eq!(process::geteuid().as_raw(), libc::geteuid()); in test_geteuid() 26 assert_eq!(process::geteuid().is_root(), libc::geteuid() == 0); in test_geteuid() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
| D | root.txt | 23 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/ltp/testcases/kernel/controllers/freezer/ |
| D | 00_description.txt | 2 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/skia/third_party/externals/icu/source/data/translit/ |
| D | root.txt | 15 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/icu/icu4c/source/data/translit/ |
| D | root.txt | 15 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/node/test/parallel/ |
| D | test-process-binding-internalbinding-allowlist.js | 8 // 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 …]
|
| D | test-trace-events-metadata.js | 10 '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 …]
|
| D | test-process-env.js | 28 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 …]
|
| D | test-worker-unsupported-things.js | 7 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/node/test/fixtures/ |
| D | process-exit-code-cases.js | 8 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/iptables/ |
| D | OAT.xml | 34 …es. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem. 73 <policy name="defaultPolicy" desc="use iptables by independent process"> 74 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 75 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 76 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 77 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 78 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 79 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 80 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> 81 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/> [all …]
|
| /third_party/node/lib/internal/bootstrap/ |
| D | node.js | 10 // 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 …]
|
| D | pre_execution.js | 22 // 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/ |
| D | options.js | 6 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/ |
| D | assertions.xml | 3 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/ |
| D | does_not_own_process_state.js | 6 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/elfutils/libdwfl/ |
| D | dwfl_frame.c | 50 Ebl *ebl = state->thread->process->ebl; in state_fetch_pc() 89 Ebl *ebl = thread->process->ebl; in state_alloc() 109 __libdwfl_process_free (Dwfl_Process *process) in __libdwfl_process_free() argument 111 Dwfl *dwfl = process->dwfl; in __libdwfl_process_free() 112 if (process->callbacks->detach != NULL) in __libdwfl_process_free() 113 process->callbacks->detach (dwfl, process->callbacks_arg); in __libdwfl_process_free() 114 assert (dwfl->process == process); in __libdwfl_process_free() 115 dwfl->process = NULL; in __libdwfl_process_free() 116 if (process->ebl_close) in __libdwfl_process_free() 117 ebl_closebackend (process->ebl); in __libdwfl_process_free() [all …]
|
| /third_party/rust/crates/rustix/src/process/ |
| D | wait.rs | 1 use crate::process::Pid; 9 const NOHANG = backend::process::wait::WNOHANG as _; 11 const UNTRACED = backend::process::wait::WUNTRACED as _; 13 const CONTINUED = backend::process::wait::WCONTINUED as _; 34 /// Returns whether the process is currently stopped. 37 backend::process::wait::WIFSTOPPED(self.0 as _) in stopped() 40 /// Returns whether the process has continued from a job control stop. 43 backend::process::wait::WIFCONTINUED(self.0 as _) in continued() 46 /// Returns the number of the signal that stopped the process, 47 /// if the process was stopped by a signal. [all …]
|
| /third_party/node/lib/internal/main/ |
| D | worker_thread.js | 56 } = 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
| D | assertions.xml | 13 If a process specified by pid exists, and if the calling process has 14 permission, the scheduling parameters shall be set for the process whose 15 process ID is equal to pid 19 process 22 The conditions under which one process has permission to change the 23 scheduling parameters of another process are implementation-defined 26 Implementations may require the requesting process to have the appropriate 27 privilege to set its own scheduling parameters or those of another process 30 The target process, whether it is running or not running, shall be moved to 34 If the priority of the process specified by the pid argument is set higher [all …]
|