Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 25 of 61) 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.py97 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/
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/assets/
Dcommon.scss551 .shell { class
563 .shell.flash { class
570 .shell { class
/external/perfetto/ui/src/controller/
Dadb_interfaces.ts20 shell(cmd: string): Promise<AdbStream>; method
47 shell(_: string): Promise<AdbStream> { method in MockAdb
/external/swiftshader/tests/regres/shell/
Dshell_windows.go15 package shell package
Dshell_unix.go17 package shell package
Dshell.go16 package shell package
/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/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py18 def __init__(self, cmd, shell, stdout): argument
/external/skqp/tools/skpbench/
D_adb.py20 def shell(self, cmd): member in Adb
/external/skia/tools/skpbench/
D_adb.py21 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/perfetto/ui/src/frontend/
Dtrack_group_panel.ts146 const shell = assertExists(dom.querySelector('.shell')); constant
/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/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py57 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