/external/python/cpython2/Demo/scripts/ |
D | script.py | 18 shell = 'sh' variable 22 shell = os.environ['SHELL'] variable 34 shell = 'python' variable
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | cmd_helper.py | 97 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument 111 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument 134 def GetCmdOutput(args, cwd=None, shell=False, env=None): argument 154 def _ValidateAndLogCommand(args, cwd, shell): argument 170 def GetCmdStatusAndOutput(args, cwd=None, shell=False, env=None): argument 196 def StartCmd(args, cwd=None, shell=False, env=None): argument 217 def GetCmdStatusOutputAndError(args, cwd=None, shell=False, env=None): argument 393 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument 434 shell=False, env=None, check_status=True): argument
|
/external/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
|
/external/perfetto/ui/src/assets/ |
D | common.scss | 551 .shell { class 563 .shell.flash { class 570 .shell { class
|
/external/perfetto/ui/src/controller/ |
D | adb_interfaces.ts | 20 shell(cmd: string): Promise<AdbStream>; method 47 shell(_: string): Promise<AdbStream> { method in MockAdb
|
/external/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
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_warning.py | 20 from idlelib import PyShell as shell unknown
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_warning.py | 9 from idlelib import pyshell as shell unknown
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | perf_control_test.py | 17 def _ShellCommandHandler(cmd, shell=False, check_return=False, argument
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cygwinccompiler.py | 18 def __init__(self, cmd, shell, stdout): argument
|
/external/skqp/tools/skpbench/ |
D | _adb.py | 20 def shell(self, cmd): member in Adb
|
/external/skia/tools/skpbench/ |
D | _adb.py | 21 def shell(self, cmd): member in Adb
|
/external/curl/src/ |
D | tool_vms.c | 50 char *shell; in is_vms_shell() local
|
/external/toybox/scripts/ |
D | mkstatus.py | 7 def readit(args, shell=False): argument
|
/external/perfetto/ui/src/frontend/ |
D | track_group_panel.ts | 146 const shell = assertExists(dom.querySelector('.shell')); constant
|
/external/python/cpython3/Lib/asyncio/ |
D | base_subprocess.py | 12 def __init__(self, loop, protocol, args, shell, argument 84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ShellWindow.py | 13 def __init__(self, master=None, shell=None, **cnf): argument
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | pwd.py | 122 def __init__(self, name, passwd, uid, gid, gecos, dir, shell): argument
|
/external/libxml2/ |
D | xmlcatalog.c | 33 static int shell = 0; variable
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 270 const char *shell = "/system/bin/sh"; in TEST() local 272 const char *shell = "/bin/sh"; in TEST() local
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | package_targets.py | 57 shell=False, argument
|
/external/openssh/ |
D | sshconnect.c | 111 char *shell; in ssh_proxy_fdpass_connect() local 190 char *shell; in ssh_proxy_connect() local 1484 char *shell; in ssh_local_cmd() local
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 336 preexec_fn=None, close_fds=False, shell=False, argument 592 startupinfo, creationflags, shell, to_close, argument 902 startupinfo, creationflags, shell, to_close, argument
|