| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | shell.rs | 11 /// 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/musl/scripts/ |
| D | runtest_Windows.bat | 56 for /F "usebackq delims==" %%r in (`hdc shell param get const.product.cpu.abilist`) DO ( 63 hdc shell rm -rf /data/tests/libc-test 64 hdc shell mkdir /data/tests 65 hdc shell mkdir %REMOTE% 68 hdc shell mkdir /tmp 69 hdc shell mkdir /dev/shm 80 hdc shell chmod +x %REMOTE%/src/* 82 hdc shell mount -o rw,remount / 83 hdc shell chmod 777 /etc 84 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak [all …]
|
| D | runtest_linux.sh | 59 ABILIST=$(${CMD} shell param get const.product.cpu.abilist) 85 ${CMD} shell rm -rf ${REMOTE} 86 ${CMD} shell mkdir /data/tests 87 ${CMD} shell mkdir ${REMOTE} 90 ${CMD} shell mkdir /tmp 91 ${CMD} shell mkdir /dev/shm 96 ${CMD} shell mv ${REMOTE}/src/libc-test/* ${REMOTE}/src 102 ${CMD} shell chmod +x ${REMOTE}/src/* 103 ${CMD} shell mount -o rw,remount / 104 ${CMD} shell chmod 777 /etc [all …]
|
| D | run_libcgtest_windows.bat | 12 hdc_std shell mount -o remount,rw / 13 hdc_std shell mkdir "data/tmp" 14 hdc_std shell rm -rf %REMOTE_ROOT% 15 hdc_std shell mkdir %REMOTE_ROOT% 16 hdc_std shell mkdir %REMOTE% 17 hdc_std shell mkdir %RPATH_TEST_DIR% 18 hdc_std shell mkdir %NS_LIB_ONE_DIR% 19 hdc_std shell mkdir %NS_LIB_TWO_DIR% 20 hdc_std shell mkdir %NS_LIB_TWO_IMPL_DIR% 25 hdc_std shell chmod +x %REMOTE% [all …]
|
| D | run_libcgtest_linux.sh | 14 ${CMD} shell mount -o remount,rw / 15 ${CMD} shell mkdir data/tmp 16 ${CMD} shell rm -rf ${REMOTE_ROOT} 17 ${CMD} shell mkdir ${REMOTE_ROOT} 18 ${CMD} shell mkdir ${REMOTE} 19 ${CMD} shell mkdir ${RPATH_TEST_DIR} 20 ${CMD} shell mkdir ${NS_LIB_ONE_DIR} 21 ${CMD} shell mkdir ${NS_LIB_TWO_DIR} 22 ${CMD} shell mkdir ${NS_LIB_TWO_IMPL_DIR} 28 ${CMD} shell chmod +x ${REMOTE} [all …]
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_run.py | 116 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/Benchmark/scripts/ |
| D | run_dlopen.sh | 20 $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/mesa3d/.gitlab-ci/ |
| D | cuttlefish-runner.sh | 74 $ADB shell echo Hi from Android 81 $ADB shell mkdir -p "$OV_TMPFS" 82 $ADB shell mount -t tmpfs none "$OV_TMPFS" 84 $ADB shell mkdir -p "$OV_TMPFS/vendor-upper" 85 $ADB shell mkdir -p "$OV_TMPFS/vendor-work" 88 $ADB shell mount -t overlay -o "$opts" none /vendor 90 $ADB shell setenforce 0 94 $ADB shell mkdir -p /data/deqp 126 $ADB shell rm -f /vendor/lib/libglapi.so 127 $ADB shell rm -f /vendor/lib/egl/libGLES_mesa.so [all …]
|
| /third_party/toybox/toys/pending/ |
| D | chsh.c | 1 /* 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 …]
|
| D | sulogin.c | 70 static void run_shell(char *shell) in run_shell() argument 72 snprintf(toybuf,sizeof(toybuf), "-%s", shell); in run_shell() 73 execl(shell, toybuf, NULL); in run_shell() 74 error_exit("Failed to spawn shell"); in run_shell() 84 "LD_AOUT_PRELOAD", "LD_NOWARN", "LD_KEEPDIR", "SHELL", NULL in sulogin_main() 86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local 115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell")) in sulogin_main() 116 || (shell = pwd->pw_shell)) in sulogin_main() 117 run_shell((shell && *shell)? shell: "/bin/sh"); in sulogin_main()
|
| /third_party/skia/m133/third_party/externals/icu/source/samples/ |
| D | defs.mk | 11 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/ |
| D | defs.mk | 11 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/icu/icu4c/source/samples/ |
| D | defs.mk | 11 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/m133/tools/testrunners/common/android/adb_test_runner/ |
| D | adb_test_runner_test.go | 72 …cmdAndArgs("adb", "shell", "su", "root", "rm", "-rf", "/sdcard/bazel-adb-test.tar.gz", "/data/baze… 75 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu4/online").withStdout("0\n"), 76 cmdAndArgs("adb", "shell", `echo "1" > /sys/devices/system/cpu/cpu4/online`), 77 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu4/online").withStdout("1\n"), 78 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu5/online").withStdout("0\n"), 79 cmdAndArgs("adb", "shell", `echo "1" > /sys/devices/system/cpu/cpu5/online`), 80 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu5/online").withStdout("1\n"), 81 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu6/online").withStdout("0\n"), 82 cmdAndArgs("adb", "shell", `echo "1" > /sys/devices/system/cpu/cpu6/online`), 83 cmdAndArgs("adb", "shell", "cat /sys/devices/system/cpu/cpu6/online").withStdout("1\n"), [all …]
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 187 -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/python/Doc/library/ |
| D | idle.rst | 25 * Python shell window (interactive interpreter) with colorizing 42 IDLE has two main window types, the Shell window and the Editor window. It is 55 File menu (Shell and Editor) 76 tree structure. In the shell, open a module first. 104 Shell, ask to quit execution). Calling ``exit()`` or ``close()`` in the Shell 105 window also closes Shell. If this is the only window, also exit IDLE. 110 Edit menu (Shell and Editor) 209 including lines within multiline strings. Except for Shell windows, 221 Do :ref:`Check Module <check-module>`. If no error, restart the shell to clean the 222 environment, then execute the module. Output is displayed in the Shell [all …]
|
| /third_party/mindspore/test/ |
| D | README.md | 9 ```shell 29 ```shell 30 hdc shell "mkdir /data/local/tmp/mindspore_test" 39 ```shell 40 hdc shell "chmod 755 /data/local/tmp/mindspore_test/MindSporeUnitTest" 41 hdc shell "/data/local/tmp/mindspore_test/MindSporeUnitTest" 55 ```shell 56 hdc shell "chmod 755 /data/local/tmp/mindspore_test/MindSporeUnitTest" 57 hdc shell "/data/local/tmp/mindspore_test/End2EndTest"
|
| /third_party/mksh/ |
| D | mksh.1 | 198 .Nd MirBSD Korn shell 220 is a command interpreter intended for both interactive and shell 224 shell language and largely compatible to the original Korn shell. 226 sometimes does take portable shell scripting or various standards 235 name to the shell; not all make sense, have been tested or work at all though. 244 Interactive shell. 245 A shell that reads commands from standard input is 251 An interactive shell has job control enabled, ignores the 272 Login shell. 273 If the name or basename the shell is called with (i.e. argv[0]) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
| D | git.go | 29 "../shell" 61 if err := shell.Shell(gitTimeout, exe, wd, "add", file); err != nil { 83 return shell.Shell(gitTimeout, exe, wd, args...) 111 return shell.Shell(gitTimeout, exe, wd, args...) 126 if err := shell.Shell(gitTimeout, exe, path, cmds...); err != nil { 147 if err := shell.Shell(gitTimeout, exe, path, cmds...); err != nil { 158 return shell.Shell(gitTimeout, exe, path, "checkout", commit.String()) 163 return shell.Shell(gitTimeout, exe, dir, "apply", patch) 168 out, err := shell.Exec(gitTimeout, exe, "", nil, "ls-remote", url, ref) 193 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", at, "--pretty=format:"+prettyFormat, fmt.S… [all …]
|
| /third_party/skia/m133/platform_tools/android/apps/skottie/ |
| D | run_perf.sh | 23 adb shell input keyevent MENU 24 adb shell input keyevent MENU 25 adb shell setprop persist.traced.enable 1 26 adb shell setenforce 0 27 adb shell setprop debug.egl.traceGpuCompletion 1 28 adb shell am force-stop org.skia.skottie 40 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 50 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 54 adb shell am force-stop org.skia.skottie
|
| /third_party/skia/platform_tools/android/apps/skottie/ |
| D | run_perf.sh | 23 adb shell input keyevent MENU 24 adb shell input keyevent MENU 25 adb shell setprop persist.traced.enable 1 26 adb shell setenforce 0 27 adb shell setprop debug.egl.traceGpuCompletion 1 28 adb shell am force-stop org.skia.skottie 40 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 50 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 54 adb shell am force-stop org.skia.skottie
|
| /third_party/typescript/tests/arkTSTest/ |
| D | README.zh-cn.md | 18 ```shell 27 ```shell 41 ```shell 47 ```shell 53 ```shell 67 ```shell 85 ```shell 100 ```shell 112 ```shell 127 ```shell [all …]
|
| /third_party/python/Tools/msi/tcltk/ |
| D | tcltk_reg.wxs | 8 …<RegistryValue Root="HKCR" Key="Python.File\Shell\editwithidle$(var.PyTestExt)" Name="MUIVerb" Val… 9 …<RegistryValue Root="HKCR" Key="Python.File\Shell\editwithidle$(var.PyTestExt)" Name="Subcommands"… 13 …<RegistryValue Root="HKCR" Key="Python.NoConFile\Shell\editwithidle$(var.PyTestExt)" Name="MUIVerb… 14 …<RegistryValue Root="HKCR" Key="Python.NoConFile\Shell\editwithidle$(var.PyTestExt)" Name="Subcomm… 19 …<RegistryKey Root="HKCR" Key="Python.File\Shell\editwithidle\shell\edit$(var.MajorVersionNumber)$(… 26 …<RegistryKey Root="HKCR" Key="Python.NoConFile\Shell\editwithidle\shell\edit$(var.MajorVersionNumb… 34 …<RegistryKey Root="HKCR" Key="Python.File\Shell\editwithidle$(var.MajorVersionNumber)$(var.MinorVe… 41 …<RegistryKey Root="HKCR" Key="Python.NoConFile\Shell\editwithidle$(var.MajorVersionNumber)$(var.Mi…
|
| /third_party/python/Lib/idlelib/ |
| D | help.html | 78 <li><a class="reference internal" href="#file-menu-shell-and-editor">File menu (Shell and Editor)</… 79 <li><a class="reference internal" href="#edit-menu-shell-and-editor">Edit menu (Shell and Editor)</… 82 <li><a class="reference internal" href="#shell-menu-shell-window-only">Shell menu (Shell window onl… 83 <li><a class="reference internal" href="#debug-menu-shell-window-only">Debug menu (Shell window onl… 84 <li><a class="reference internal" href="#options-menu-shell-and-editor">Options menu (Shell and Edi… 85 <li><a class="reference internal" href="#window-menu-shell-and-editor">Window menu (Shell and Edito… 86 <li><a class="reference internal" href="#help-menu-shell-and-editor">Help menu (Shell and Editor)</… 98 <li><a class="reference internal" href="#shell-window">Shell window</a></li> 106 <li><a class="reference internal" href="#user-output-in-shell">User output in Shell</a></li> 213 <li><p>Python shell window (interactive interpreter) with colorizing [all …]
|
| /third_party/skia/m133/experimental/tools/ |
| D | android_skp_capture.sh | 10 printf "Use \`adb shell 'pm list packages'\` to get a listing.\n\n" 30 adb shell "setprop '${key}' '${remote_path}'" 49 test '0' = "$(adb shell "test -e \"$1\"; echo \$?")"; 56 adb shell "setprop '${key}' ''" 65 X="$(adb shell "du \"$1\" 2> /dev/null | dd bs=1 count=1 2> /dev/null")" 69 # adb shell "wc -c \"$1\"" 2> /dev/null | awk '{print $1}' 76 adb shell "setprop '${key}' ''" 82 adb shell "setprop '${key}' ''" 91 adb shell rm "$remote_path"
|