/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 | 91 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument 105 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument 128 def GetCmdOutput(args, cwd=None, shell=False, env=None): argument 148 def _ValidateAndLogCommand(args, cwd, shell): argument 164 def GetCmdStatusAndOutput(args, cwd=None, shell=False, env=None): argument 190 def StartCmd(args, cwd=None, shell=False, env=None): argument 211 def GetCmdStatusOutputAndError(args, cwd=None, shell=False, env=None): argument 387 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument 428 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/frontend/ |
D | track_group_panel.ts | 88 const shell = assertExists(dom.querySelector('.shell')); constant
|
/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/perfetto/ui/src/assets/ |
D | common.scss | 578 .shell { class 588 .shell { class
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cygwinccompiler.py | 18 def __init__(self, cmd, shell, stdout): argument
|
/external/v8/tools/testrunner/local/ |
D | command.py | 41 def __init__(self, shell, args=None, cmd_prefix=None, timeout=60, env=None, argument 207 def __init__(self, shell, args=None, cmd_prefix=None, timeout=60, env=None, argument
|
/external/skqp/tools/skpbench/ |
D | _adb.py | 20 def shell(self, cmd): member in Adb
|
/external/skia/tools/skpbench/ |
D | _adb.py | 20 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/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/python/cpython3/Lib/idlelib/ |
D | run.py | 332 def __init__(self, shell, tags, encoding=None): argument 367 def __init__(self, shell, tags, encoding=None): argument
|
/external/u-boot/tools/patman/ |
D | cros_subprocess.py | 57 shell=False, cwd=None, env=None, **kwargs): argument
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | package_targets.py | 57 shell=False, argument
|
/external/vixl/tools/ |
D | util.py | 48 def getstatusoutput(command, 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
|