/external/python/cpython2/Demo/scripts/ |
D | script.py | 18 shell = 'sh' variable 22 shell = os.environ['SHELL'] variable 34 shell = 'python' variable
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | cmd_helper.py | 93 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/ |
D | Main.cpp | 42 ShellXcb shell(*game); in main() local 57 ShellWayland shell(*game); in main() local 74 ShellAndroid shell(*app, *game); in android_main() local 90 ShellWin32 shell(*game); in main() local
|
D | ShellWin32.h | 39 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); in window_proc() local
|
D | ShellWayland.cpp | 93 ShellWayland *shell = (ShellWayland *)data; in pointer_handle_button() local 114 ShellWayland *shell = (ShellWayland *)data; in keyboard_handle_key() local 150 ShellWayland *shell = (ShellWayland *)data; in seat_handle_capabilities() local 174 ShellWayland *shell = (ShellWayland *)data; in registry_handle_global() local
|
/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 GetCmdStatusOutputAndError(args, cwd=None, shell=False, env=None): argument 365 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument 406 shell=False, env=None, check_status=True): argument
|
/external/v8/tools/testrunner/objects/ |
D | peer.py | 47 def AddTests(self, shell): argument 62 def ForceAddOneTest(self, test, shell): argument
|
D | testcase.py | 91 def shell(self): member in TestCase
|
/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/v8/tools/testrunner/network/ |
D | distro.py | 30 def __init__(self, shell): argument
|
/external/syslinux/gpxe/src/hci/ |
D | shell.c | 91 void shell ( void ) { in shell() function
|
/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 | 20 from idlelib import pyshell as shell unknown
|
/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 | 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 | 14 def __init__(self, loop, protocol, args, shell, argument 86 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/v8/tools/testrunner/local/ |
D | testsuite.py | 92 def shell(self): member in TestSuite 365 def shell(self): member in GoogleTestSuite
|
/external/libxml2/ |
D | xmlcatalog.c | 33 static int shell = 0; variable
|
/external/python/cpython3/Lib/idlelib/ |
D | run.py | 318 def __init__(self, shell, tags, encoding=None): argument 353 def __init__(self, shell, tags, encoding=None): argument
|
/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
|