/third_party/node/test/parallel/ |
D | test-child-process-spawnsync-shell.js | 10 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
|
D | test-child-process-spawn-shell.js | 7 const doesNotExist = cp.spawn('does-not-exist', { shell: true }); property 23 shell: true property 40 shell: true property 55 shell: true property
|
D | test-child-process-exec-any-shells-windows.js | 18 const test = (shell) => { argument 19 cp.exec('echo foo bar', { shell: shell }, property 48 { shell: 'PowerShell' }, property
|
D | test-child-process-fork-no-shell.js | 10 shell: true, property
|
D | test-child-process-flush-stdio.js | 8 const opts = { shell: common.isWindows }; property
|
/third_party/flutter/engine/flutter/shell/common/ |
D | shell_unittests.cc | 30 static bool ValidateShell(Shell* shell) { in ValidateShell() 58 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 73 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 88 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 102 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 122 auto shell = Shell::Create( in TEST_F() local 124 [](Shell& shell) { in TEST_F() 128 [](Shell& shell) { in TEST_F() 150 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 160 auto shell = CreateShell(settings); in TEST_F() local [all …]
|
D | shell_test.cc | 26 Shell* shell, in SendEnginePlatformMessage() 80 void ShellTest::PlatformViewNotifyCreated(Shell* shell) { in PlatformViewNotifyCreated() 90 void ShellTest::RunEngine(Shell* shell, RunConfiguration configuration) { in RunEngine() 104 void ShellTest::PumpOneFrame(Shell* shell) { in PumpOneFrame() 135 int ShellTest::UnreportedTimingsCount(Shell* shell) { in UnreportedTimingsCount() 139 void ShellTest::SetNeedsReportTimings(Shell* shell, bool value) { in SetNeedsReportTimings() 143 bool ShellTest::GetNeedsReportTimings(Shell* shell) { in GetNeedsReportTimings() 181 [](Shell& shell) { in CreateShell() 185 [](Shell& shell) { in CreateShell()
|
D | shell_benchmarks.cc | 19 std::unique_ptr<Shell> shell; in StartupAndShutdownShell() local 69 [](Shell& shell) { in StartupAndShutdownShell() 72 [](Shell& shell) { in StartupAndShutdownShell()
|
/third_party/flutter/engine/flutter/shell/testing/ |
D | tester_main.cc | 31 ScriptCompletionTaskObserver(Shell& shell, in ScriptCompletionTaskObserver() 90 [](Shell& shell) { in RunTester() 94 Shell::CreateCallback<Rasterizer> on_create_rasterizer = [](Shell& shell) { in RunTester() 98 auto shell = Shell::Create(task_runners, // in RunTester() local
|
/third_party/node/test/sequential/ |
D | test-child-process-execsync.js | 35 const execOpts = { encoding: 'utf8', shell: true }; property 39 function() { execSync('exit -1', { shell: 'bad_shell' }); }, property 43 function() { execFileSync('exit -1', { shell: 'bad_shell' }); }, property
|
/third_party/toybox/toys/pending/ |
D | sulogin.c | 70 static void run_shell(char *shell) in run_shell() 86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
|
D | chsh.c | 32 char *user, *line, *shell, *encrypted; local
|
/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | ohos_shell_holder.cc | 54 [&weak_platform_view](Shell& shell) { in OhosShellHolder() 63 Shell::CreateCallback<Rasterizer> on_create_rasterizer = [](Shell& shell) { in OhosShellHolder()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_shell_holder.cc | 53 [is_background_view, java_object, &weak_platform_view](Shell& shell) { in AndroidShellHolder() 75 Shell::CreateCallback<Rasterizer> on_create_rasterizer = [](Shell& shell) { in AndroidShellHolder()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | mod.rs | 7 mod shell; module
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
D | shell_windows.go | 15 package shell package
|
D | shell_unix.go | 17 package shell package
|
D | shell.go | 16 package shell package
|
/third_party/typescript/scripts/ |
D | run-sequence.js | 8 function runSequence(tasks, opts = { timeout: 100000, shell: true }) { property
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-explore.md | 36 #### shell subsubsection
|
/third_party/node/deps/npm/node_modules/libnpx/ |
D | auto-fallback.js | 51 function autoFallback (shell, fromEnv, opts) { argument
|
D | child.js | 11 shell: opts.shell || !!opts.call, property
|
/third_party/flutter/flutter/bin/internal/ |
D | update_dart_sdk.ps1 | 84 $shell = New-Object -com shell.application variable
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_warning.py | 9 from idlelib import pyshell as shell unknown
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-python.js | 163 var shell = false variable in PythonFinder 254 const opts = { env: env, shell: shell } property
|