Home
last modified time | relevance | path

Searched full:shell (Results 1 – 25 of 2767) sorted by relevance

12345678910>>...111

/third_party/rust/crates/clap/clap_complete/src/shells/
Dshell.rs11 /// Shell with auto-generated completion script available.
14 pub enum Shell { enum
15 /// Bourne Again SHell (bash)
17 /// Elvish shell
19 /// Friendly Interactive SHell (fish)
23 /// Z SHell (zsh)
27 impl Display for Shell { implementation
36 impl FromStr for Shell { implementation
50 impl ValueEnum for Shell { implementation
53 Shell::Bash, in value_variants()
[all …]
/third_party/flutter/engine/flutter/shell/common/
Dshell_unittests.cc19 #include "flutter/shell/common/platform_view.h"
20 #include "flutter/shell/common/rasterizer.h"
21 #include "flutter/shell/common/shell_test.h"
22 #include "flutter/shell/common/switches.h"
23 #include "flutter/shell/common/thread_host.h"
30 static bool ValidateShell(Shell* shell) { in ValidateShell() argument
31 if (!shell) { in ValidateShell()
35 if (!shell->IsSetup()) { in ValidateShell()
39 ShellTest::PlatformViewNotifyCreated(shell); in ValidateShell()
44 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in ValidateShell()
[all …]
Dshell_test.cc7 #include "flutter/shell/common/shell_test.h"
14 #include "flutter/shell/gpu/gpu_surface_gl.h"
26 Shell* shell, in SendEnginePlatformMessage() argument
30 shell->GetTaskRunners().GetPlatformTaskRunner(), in SendEnginePlatformMessage()
31 [shell, &latch, message = std::move(message)]() { in SendEnginePlatformMessage()
32 if (auto engine = shell->weak_engine_) { in SendEnginePlatformMessage()
80 void ShellTest::PlatformViewNotifyCreated(Shell* shell) { in PlatformViewNotifyCreated() argument
83 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in PlatformViewNotifyCreated()
84 shell->GetPlatformView()->NotifyCreated(); in PlatformViewNotifyCreated()
90 void ShellTest::RunEngine(Shell* shell, RunConfiguration configuration) { in RunEngine() argument
[all …]
Dshell_test.h13 #include "flutter/shell/common/run_configuration.h"
14 #include "flutter/shell/common/shell.h"
15 #include "flutter/shell/common/thread_host.h"
16 #include "flutter/shell/gpu/gpu_surface_gl_delegate.h"
31 std::unique_ptr<Shell> CreateShell(Settings settings);
32 std::unique_ptr<Shell> CreateShell(Settings settings,
36 void SendEnginePlatformMessage(Shell* shell,
42 Shell* shell); // This creates the surface
43 static void RunEngine(Shell* shell, RunConfiguration configuration);
45 static void PumpOneFrame(Shell* shell);
[all …]
Dace_shell.cc8 #include "flutter/shell/common/shell.h"
28 #include "flutter/shell/common/engine.h"
29 #include "flutter/shell/common/persistent_cache.h"
30 #include "flutter/shell/common/skia_event_tracer_impl.h"
31 #include "flutter/shell/common/switches.h"
32 #include "flutter/shell/common/vsync_waiter.h"
56 std::unique_ptr<Shell> Shell::CreateShellOnPlatformThread( in CreateShellOnPlatformThread()
59 Shell::CreateCallback<PlatformView> on_create_platform_view, in CreateShellOnPlatformThread()
60 Shell::CreateCallback<Rasterizer> on_create_rasterizer) { in CreateShellOnPlatformThread()
62 FML_LOG(ERROR) << "Task runners to run the shell were invalid."; in CreateShellOnPlatformThread()
[all …]
Dshell_benchmarks.cc8 #include "flutter/shell/common/shell.h"
9 #include "flutter/shell/common/thread_host.h"
19 std::unique_ptr<Shell> shell; in StartupAndShutdownShell() local
67 shell = Shell::Create( in StartupAndShutdownShell()
69 [](Shell& shell) { in StartupAndShutdownShell() argument
70 return std::make_unique<PlatformView>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell()
72 [](Shell& shell) { in StartupAndShutdownShell() argument
73 return std::make_unique<Rasterizer>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell()
77 FML_CHECK(shell); in StartupAndShutdownShell()
81 shell.reset(); // Shutdown is synchronous. in StartupAndShutdownShell()
[all …]
Dshell.cc6 #include "flutter/shell/common/shell.h"
24 #include "flutter/shell/common/engine.h"
25 #include "flutter/shell/common/persistent_cache.h"
26 #include "flutter/shell/common/skia_event_tracer_impl.h"
27 #include "flutter/shell/common/switches.h"
28 #include "flutter/shell/common/vsync_waiter.h"
35 std::unique_ptr<Shell> Shell::CreateShellOnPlatformThread( in CreateShellOnPlatformThread()
41 Shell::CreateCallback<PlatformView> on_create_platform_view, in CreateShellOnPlatformThread()
42 Shell::CreateCallback<Rasterizer> on_create_rasterizer) { in CreateShellOnPlatformThread()
44 FML_LOG(ERROR) << "Task runners to run the shell were invalid."; in CreateShellOnPlatformThread()
[all …]
/third_party/flutter/engine/flutter/tools/android_lint/
Dproject.xml6 <manifest file="../../../flutter/shell/platform/android/AndroidManifest.xml" />
7 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterPluginRegistry.java" />
8 … <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java" />
9 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivity.java" />
10 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityEvents.java" />
11 <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterApplication.java" />
12 … <src file="../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java" />
13 <src file="../../../flutter/shell/platform/android/io/flutter/util/Preconditions.java" />
14 <src file="../../../flutter/shell/platform/android/io/flutter/util/Predicate.java" />
15 <src file="../../../flutter/shell/platform/android/io/flutter/util/PathUtils.java" />
[all …]
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter473 FILE: ../../../flutter/shell/common/animator.cc
474 FILE: ../../../flutter/shell/common/animator.h
475 FILE: ../../../flutter/shell/common/engine.cc
476 FILE: ../../../flutter/shell/common/engine.h
477 FILE: ../../../flutter/shell/common/fixtures/shell_test.dart
478 FILE: ../../../flutter/shell/common/isolate_configuration.cc
479 FILE: ../../../flutter/shell/common/isolate_configuration.h
480 FILE: ../../../flutter/shell/common/persistent_cache.cc
481 FILE: ../../../flutter/shell/common/persistent_cache.h
482 FILE: ../../../flutter/shell/common/pipeline.cc
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py116 shell = MockShell()
117 f = run.StdInputFile(shell, 'stdin')
130 shell = MockShell()
131 f = run.StdInputFile(shell, 'stdin')
139 shell = MockShell()
140 f = run.StdInputFile(shell, 'stdin')
141 shell.push(['one\n', 'two\n', ''])
143 shell.push(['one\n', 'two\n', ''])
145 shell.push(['one\n', 'two\n', ''])
147 shell.push(['one\n', 'two\n', 'three\n', ''])
[all …]
/third_party/musl/scripts/
Druntest_Windows.bat37 for /F "usebackq delims==" %%r in (`hdc shell param get const.product.cpu.abilist`) DO (
44 hdc shell rm -rf /data/tests/libc-test
45 hdc shell mkdir /data/tests
46 hdc shell mkdir %REMOTE%
49 hdc shell mkdir /tmp
50 hdc shell mkdir /dev/shm
61 hdc shell chmod +x %REMOTE%/src/*
63 hdc shell mount -o rw,remount /
64 hdc shell chmod 777 /etc
65 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak
[all …]
Druntest_linux.sh58 ABILIST=$(${CMD} shell param get const.product.cpu.abilist)
75 ${CMD} shell rm -rf ${REMOTE}
76 ${CMD} shell mkdir /data/tests
77 ${CMD} shell mkdir ${REMOTE}
80 ${CMD} shell mkdir /tmp
81 ${CMD} shell mkdir /dev/shm
91 ${CMD} shell chmod +x ${REMOTE}/src/*
92 ${CMD} shell mount -o rw,remount /
93 ${CMD} shell chmod 777 /etc
94 ${CMD} shell cp /etc/ld-musl-namespace-${ARCH}.ini /etc/ld-musl-namespace-${ARCH}.ini.bak
[all …]
/third_party/flutter/build/glfw/
DBUILD.gn21 "$flutter_root/engine/flutter/shell/platform/common/cpp/public",
22 "$flutter_root/engine/flutter/shell/platform/glfw/public",
30 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/engine_method_result.cc",
31 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/standard_codec.cc",
35 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/basic_messa…
36 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/binary_mess…
37 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/encodable_v…
38 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/engine_meth…
39 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/message_cod…
40 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_call…
[all …]
/third_party/musl/Benchmark/scripts/
Drun_dlopen.sh20 $HDC shell "mount -o rw,remount /vendor"
21 $HDC shell "rm -rf /vendor/etc/soc_perf/*"
22 $HDC shell "echo 1700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
23 $HDC shell "echo 2343000 > /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq"
24 $HDC shell "echo 3130000 > /sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq"
25 $HDC shell "echo 4-7 > /dev/cpuset/top-app/cpuset.cpus"
26 $HDC shell "echo 4-7 > /dev/cpuset/graphic/cpuset.cpus"
28 $HDC shell "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
29 $HDC shell "cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq"
30 $HDC shell "cat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq"
[all …]
/third_party/flutter/engine/flutter/shell/testing/
Dtester_main.cc17 #include "flutter/shell/common/platform_view.h"
18 #include "flutter/shell/common/rasterizer.h"
19 #include "flutter/shell/common/shell.h"
20 #include "flutter/shell/common/switches.h"
21 #include "flutter/shell/common/thread_host.h"
31 ScriptCompletionTaskObserver(Shell& shell, in ScriptCompletionTaskObserver() argument
34 : shell_(shell), in ScriptCompletionTaskObserver()
65 Shell& shell_;
89 Shell::CreateCallback<PlatformView> on_create_platform_view = in RunTester()
90 [](Shell& shell) { in RunTester() argument
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterHeadlessDartRunner.mm7 #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
9 #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h"
15 #include "flutter/shell/common/engine.h"
16 #include "flutter/shell/common/rasterizer.h"
17 #include "flutter/shell/common/run_configuration.h"
18 #include "flutter/shell/common/shell.h"
19 #include "flutter/shell/common/switches.h"
20 #include "flutter/shell/common/thread_host.h"
21 #include "flutter/shell/platform/darwin/common/command_line.h"
22 #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h"
[all …]
DFlutterEngine_Internal.h8 #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
16 #include "flutter/shell/common/platform_view.h"
17 #include "flutter/shell/common/rasterizer.h"
18 #include "flutter/shell/common/shell.h"
19 #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h"
20 #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h"
21 #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h"
22 #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h"
23 #include "flutter/shell/platform/darwin/ios/platform_view_ios.h"
25 #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
[all …]
/third_party/toybox/toys/pending/
Dchsh.c1 /* chsh.c - Change login shell.
13 usage: chsh [-s SHELL] [USER]
15 Change user's login shell.
17 -s Use SHELL instead of prompting
19 Non-root users can only change their own shell to one listed in /etc/shells.
32 char *user, *line, *shell, *encrypted; local
56 // Get new shell (either -s or interactive)
58 if (toys.optflags) shell = TT.s;
60 xprintf("Changing the login shell for %s\n"
62 " Login shell [%s]: ", user, passwd_info->pw_shell);
[all …]
/third_party/iptables/
Diptables-1.8.7.tar.bz2./COMMIT_NOTES ./INCOMPATIBILITIES ./INSTALL ./Makefile.am ./autogen.sh ...
/third_party/flutter/engine/flutter/shell/platform/windows/
DBUILD.gn7 import("$flutter_root/shell/platform/glfw/config.gni")
29 [ "$flutter_root/shell/platform/common/cpp:common_cpp_library_headers" ]
32 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation",
36 "$flutter_root/shell/platform/common/cpp:relative_flutter_library_headers",
64 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation",
72 "$flutter_root/shell/platform/common/cpp:common_cpp",
73 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper",
74 "$flutter_root/shell/platform/embedder:embedder_with_symbol_prefix",
75 "$flutter_root/shell/platform/windows/client_wrapper:client_wrapper_windows",
91 deps = [ "$flutter_root/shell/platform/common/cpp:publish_headers" ]
[all …]
/third_party/icu/icu4c/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/skia/third_party/externals/icu/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/samples/
Ddefs.mk11 CC=$(shell icu-config --cc)
12 CXX=$(shell icu-config --cxx)
13 CPPFLAGS=$(shell icu-config --cppflags)
14 CFLAGS=$(shell icu-config --cflags)
15 CXXFLAGS=$(shell icu-config --cxxflags)
16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
18 INVOKE=$(shell icu-config --invoke)
19 GENRB=$(shell icu-config --invoke=genrb)
21 PKGDATA=$(shell icu-config --invoke=pkgdata)
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk187 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-gcc \
188 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-ar \
189 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-ranlib \
202 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-gcc \
203 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-ar \
204 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-ranlib \
217 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-gcc \
218 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-ar \
219 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-ranlib \
232 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_ARM_V7A)/bin/$(TOOLCHAIN_ARM_V7A_PREFIX)-gcc \
[all …]
/third_party/node/test/parallel/
Dtest-child-process-spawnsync-shell.js9 // Verify that a shell is, in fact, executed
10 const doesNotExist = cp.spawnSync('does-not-exist', { shell: true }); property
27 const echo = cp.spawnSync('echo', ['foo'], { shell: true }); property
32 // Verify that shell features can be used
34 const command = cp.spawnSync(cmd, { shell: true }); property
41 shell: true property
46 // Verify that the shell internals work properly across platforms.
55 function test(testPlatform, shell, shellOutput) { argument
67 assert.strictEqual(opts.shell, shell);
74 cp.spawnSync(cmd, { shell }); field
[all …]

12345678910>>...111