Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 25 of 53) sorted by relevance

123

/third_party/ltp/doc/
DShell-Test-API.asciidoc19 1.1 Basic test interface
188 1.2 Library environment variables and functions for shell
253 Checking for presence of commands
295 Locating kernel modules
308 1.3 Optional command line parameters
398 1.4 Useful library functions
736 1.5 Restarting daemons
788 1.6 Access to the checkpoint interface
809 1.7 Parsing kernel .config
825 1.8 Skipping test based on system state
/third_party/node/test/parallel/
Dtest-child-process-spawnsync-shell.js10 const doesNotExist = cp.spawnSync('does-not-exist', { shell: true }); property
27 const echo = cp.spawnSync('echo', ['foo'], { shell: true }); property
34 const command = cp.spawnSync(cmd, { shell: true }); property
41 shell: true property
55 function test(testPlatform, shell, shellOutput) { argument
74 cp.spawnSync(cmd, { shell }); field
Dtest-child-process-spawn-shell.js7 const doesNotExist = cp.spawn('does-not-exist', { shell: true }); property
23 shell: true property
40 shell: true property
55 shell: true property
Dtest-child-process-exec-any-shells-windows.js18 const test = (shell) => { argument
19 cp.exec('echo foo bar', { shell: shell }, property
48 { shell: 'PowerShell' }, property
Dtest-child-process-fork-no-shell.js10 shell: true, property
Dtest-child-process-flush-stdio.js8 const opts = { shell: common.isWindows }; property
Dtest-child-process-reject-null-bytes.js179 throws(() => exec(process.execPath, { shell: 'BBB\0XXX' }, mustNotCall()), { property
184 throws(() => execFile(process.execPath, { shell: 'BBB\0XXX' }, mustNotCall()), { property
189 throws(() => execFileSync(process.execPath, { shell: 'BBB\0XXX' }), { property
194 throws(() => execSync(process.execPath, { shell: 'BBB\0XXX' }), { property
202 throws(() => spawn(process.execPath, { shell: 'BBB\0XXX' }), { property
207 throws(() => spawnSync(process.execPath, { shell: 'BBB\0XXX' }), { property
Dtest-spawn-cmd-named-pipe.js40 const child = spawn(`"${process.execPath}"`, args, { shell: true }); property
/third_party/node/test/sequential/
Dtest-child-process-execsync.js41 const execOpts = { encoding: 'utf8', shell: true }; property
45 function() { execSync('exit -1', { shell: 'bad_shell' }); }, property
49 function() { execFileSync('exit -1', { shell: 'bad_shell' }); }, property
/third_party/toybox/toys/pending/
Dsulogin.c70 static void run_shell(char *shell) in run_shell()
86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
Dchsh.c32 char *user, *line, *shell, *encrypted; local
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js256 async run (exec, args, shell) { argument
259 const opts = { env, shell } field
/third_party/typescript/scripts/
Drun-sequence.mjs9 export function runSequence(tasks, opts = { timeout: 100000, shell: true }) { property
/third_party/rust/crates/clap/clap_complete/src/shells/
Dmod.rs7 mod shell; module
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
Dshell_windows.go15 package shell package
Dshell_unix.go17 package shell package
Dshell.go16 package shell package
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dopts.js10 shell: false, property
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/
Dindex.js75 const options = { ...opts, shell: false } property
128 const options = { ...opts, shell: true } property
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dmake-spawn-args.js34 shell: scriptShell, property
/third_party/python/Lib/idlelib/idle_test/
Dtest_warning.py9 from idlelib import pyshell as shell unknown
/third_party/python/Lib/distutils/tests/
Dtest_cygwinccompiler.py18 def __init__(self, cmd, shell, stdout): argument
/third_party/node/lib/
Dchild_process.js141 options = { __proto__: null, ...options, shell: false }; property
339 shell: false, property
355 shell: options.shell, property
/third_party/curl/src/
Dtool_vms.c52 char *shell; in is_vms_shell() local
/third_party/skia/tools/skpbench/
D_adb.py21 def shell(self, cmd): member in Adb

123