Home
last modified time | relevance | path

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

123

/external/python/cpython2/Demo/scripts/
Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py91 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/
Dsulogin.c70 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/
Dtrack_group_panel.ts88 const shell = assertExists(dom.querySelector('.shell')); constant
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_warning.py20 from idlelib import PyShell as shell unknown
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_warning.py9 from idlelib import pyshell as shell unknown
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_test.py17 def _ShellCommandHandler(cmd, shell=False, check_return=False, argument
/external/perfetto/ui/src/assets/
Dcommon.scss578 .shell { class
588 .shell { class
/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py18 def __init__(self, cmd, shell, stdout): argument
/external/v8/tools/testrunner/local/
Dcommand.py41 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.py20 def shell(self, cmd): member in Adb
/external/skia/tools/skpbench/
D_adb.py20 def shell(self, cmd): member in Adb
/external/curl/src/
Dtool_vms.c50 char *shell; in is_vms_shell() local
/external/toybox/scripts/
Dmkstatus.py7 def readit(args, shell=False): argument
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py12 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/
DShellWindow.py13 def __init__(self, master=None, shell=None, **cnf): argument
/external/python/cpython2/Lib/plat-os2emx/
Dpwd.py122 def __init__(self, name, passwd, uid, gid, gecos, dir, shell): argument
/external/libxml2/
Dxmlcatalog.c33 static int shell = 0; variable
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc270 const char *shell = "/system/bin/sh"; in TEST() local
272 const char *shell = "/bin/sh"; in TEST() local
/external/python/cpython3/Lib/idlelib/
Drun.py332 def __init__(self, shell, tags, encoding=None): argument
367 def __init__(self, shell, tags, encoding=None): argument
/external/u-boot/tools/patman/
Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py57 shell=False, argument
/external/vixl/tools/
Dutil.py48 def getstatusoutput(command, shell=False): argument
/external/openssh/
Dsshconnect.c111 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/
Dsubprocess.py336 preexec_fn=None, close_fds=False, shell=False, argument
592 startupinfo, creationflags, shell, to_close, argument
902 startupinfo, creationflags, shell, to_close, argument

123