Home
last modified time | relevance | path

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

12

/external/python/cpython2/Demo/scripts/
Dscript.py18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
/external/libmojo/third_party/catapult/devil/devil/utils/
Dcmd_helper.py93 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument
100 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument
123 def GetCmdOutput(args, cwd=None, shell=False): argument
141 def _ValidateAndLogCommand(args, cwd, shell): argument
157 def GetCmdStatusAndOutput(args, cwd=None, shell=False): argument
181 def GetCmdStatusOutputAndError(args, cwd=None, shell=False): argument
245 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument
281 def IterCmdOutputLines(args, timeout=None, cwd=None, shell=False, argument
/external/vulkan-validation-layers/demos/smoke/
DMain.cpp40 ShellXcb shell(*game); in main() local
55 ShellWayland shell(*game); in main() local
73 ShellAndroid shell(*app, *game); in android_main() local
91 ShellWin32 shell(*game); in main() local
DShellWin32.h41 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); in window_proc() local
DGame.h50 virtual void attach_shell(Shell &shell) { shell_ = &shell; } in attach_shell()
DShell.h122 Shell *shell = reinterpret_cast<Shell *>(user_data); in debug_report_callback() local
/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): argument
146 def _ValidateAndLogCommand(args, cwd, shell): argument
162 def GetCmdStatusAndOutput(args, cwd=None, shell=False): argument
186 def GetCmdStatusOutputAndError(args, cwd=None, shell=False): argument
347 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument
386 shell=False, check_status=True): argument
/external/v8/tools/testrunner/objects/
Dpeer.py47 def AddTests(self, shell): argument
62 def ForceAddOneTest(self, test, shell): argument
Dtestcase.py91 def shell(self): member in TestCase
/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/v8/tools/testrunner/network/
Ddistro.py30 def __init__(self, shell): argument
/external/syslinux/gpxe/src/hci/
Dshell.c91 void shell ( void ) { in shell() function
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_warning.py20 from idlelib import PyShell as shell unknown
/external/skia/tools/skpbench/
D_adb.py19 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/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/v8/tools/testrunner/local/
Dtestsuite.py92 def shell(self): member in TestSuite
365 def shell(self): member in GoogleTestSuite
/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/cpython2/Lib/
Dsubprocess.py332 preexec_fn=None, close_fds=False, shell=False, argument
588 startupinfo, creationflags, shell, to_close, argument
882 startupinfo, creationflags, shell, to_close, 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
Dsession.c669 char *shell = s->pw->pw_shell; in do_exec() local
979 do_setup_env(Session *s, const char *shell) in do_setup_env()
1173 do_rc_files(Session *s, const char *shell) in do_rc_files()
1489 const char *shell, *shell0; in do_child() local

12