Home
last modified time | relevance | path

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

1234

/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
/third_party/flutter/engine/flutter/shell/common/
Dshell_unittests.cc30 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 …]
Dshell_test.cc26 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()
Dshell_benchmarks.cc19 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/
Dtester_main.cc31 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/
Dtest-child-process-execsync.js35 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/
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/flutter/engine/flutter/shell/platform/ohos/
Dohos_shell_holder.cc54 [&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/
Dandroid_shell_holder.cc53 [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/
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/typescript/scripts/
Drun-sequence.js8 function runSequence(tasks, opts = { timeout: 100000, shell: true }) { property
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-explore.md36 #### shell subsubsection
/third_party/node/deps/npm/node_modules/libnpx/
Dauto-fallback.js51 function autoFallback (shell, fromEnv, opts) { argument
Dchild.js11 shell: opts.shell || !!opts.call, property
/third_party/flutter/flutter/bin/internal/
Dupdate_dart_sdk.ps184 $shell = New-Object -com shell.application variable
/third_party/python/Lib/idlelib/idle_test/
Dtest_warning.py9 from idlelib import pyshell as shell unknown
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js163 var shell = false variable in PythonFinder
254 const opts = { env: env, shell: shell } property

1234