Searched defs:shell (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/gn/
H A Drun_sksllex.py20 shell=True) variable
22 "/sksl/SkSLLexer.cpp\"", shell=True)
28 "/sksl/SkSLLayoutLexer.h\"", shell=True)
30 "/sksl/SkSLLayoutLexer.cpp\"", shell=True)
/external/skqp/gn/
H A Drun_sksllex.py20 shell=True) variable
22 "/sksl/SkSLLexer.cpp\"", shell=True)
28 "/sksl/SkSLLayoutLexer.h\"", shell=True)
30 "/sksl/SkSLLayoutLexer.cpp\"", shell=True)
/external/boringssl/src/util/bot/
H A Dvs_env.py32 # Using shell=True is somewhat ugly, but the alternative is to pull in a copy
37 shell=True)) variable
/external/python/cpython2/Demo/scripts/
H A Dscript.py6 # -p Use Python as shell.
18 shell = 'sh' variable
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
40 pty.spawn(shell, read)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
H A Drun_tests.py33 from _setup import shell namespace
104 basedir = shell.native(basedir)
106 for dirname, dirs, files in shell.walk(basedir):
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_warning.py20 from idlelib import PyShell as shell namespace
54 shell.capture_warnings(True)
55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
56 shell.capture_warnings(False)
61 s = shell.idle_formatwarning(
67 shell.idle_showwarning(
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_warning.py20 from idlelib import pyshell as shell namespace
54 shell.capture_warnings(True)
55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
56 shell.capture_warnings(False)
61 s = shell.idle_formatwarning(
67 shell.idle_showwarning(
/external/skia/tools/skpbench/
H A D_adb.py20 def shell(self, cmd): member in class:Adb
23 self.__invoke('shell', cmd)
28 result = subprocess.check_output(self.__invocation + ['shell', cmd])
50 self.shell('reboot')
58 self.__invoke('shell', 'echo', '$(whoami)@$(getprop ro.serialno)$',
/external/skqp/tools/skpbench/
H A D_adb.py20 def shell(self, cmd): member in class:Adb
23 self.__invoke('shell', cmd)
28 result = subprocess.check_output(self.__invocation + ['shell', cmd])
50 self.shell('reboot')
58 self.__invoke('shell', 'echo', '$(whoami)@$(getprop ro.serialno)$',
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
H A DShellInterpreter.java17 package com.googlecode.android_scripting.interpreter.shell;
25 * Represents the shell.
/external/syslinux/gpxe/src/hci/
H A Dshell.c26 #include <gpxe/shell.h>
30 * Minimal command shell
34 /** The shell prompt string */
37 /** Flag set in order to exit shell */
47 "Exits the command shell\n" );
88 * Start command shell
91 void shell ( void ) { function
/external/v8/tools/testrunner/objects/
H A Dtestcase.py91 def shell(self): member in class:TestCase
94 return self.suite.shell()
/external/vulkan-validation-layers/demos/smoke/
H A DShellWin32.h39 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); local
42 if (!shell) return DefWindowProc(hwnd, uMsg, wParam, lParam);
44 return shell->handle_message(uMsg, wParam, lParam);
H A DGame.h57 virtual void attach_shell(Shell &shell) { shell_ = &shell; } argument
H A DShell.h110 Shell *shell = reinterpret_cast<Shell *>(user_data); local
111 return shell->debug_report_callback(flags, obj_type, object, location, msg_code, layer_prefix, msg);
H A DShellWayland.cpp93 ShellWayland *shell = (ShellWayland *)data; local
94 wl_shell_surface_move(shell->shell_surface_, shell->seat_, serial);
114 ShellWayland *shell = (ShellWayland *)data;
138 shell->game_.on_key(game_key);
150 ShellWayland *shell = (ShellWayland *)data; local
151 if ((caps & WL_SEAT_CAPABILITY_POINTER) && !shell->pointer_) {
152 shell->pointer_ = wl_seat_get_pointer(seat);
153 wl_pointer_add_listener(shell->pointer_, &pointer_listener, shell);
174 ShellWayland *shell = (ShellWayland *)data; local
[all...]
/external/toybox/toys/pending/
H A Dsulogin.c70 static void run_shell(char *shell) argument
72 snprintf(toybuf,sizeof(toybuf), "-%s", shell);
73 execl(shell, toybuf, NULL);
74 error_exit("Failed to spawn shell");
86 char *shell = NULL, *pass = NULL, **temp = forbid; local
115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell"))
116 || (shell = pwd->pw_shell))
117 run_shell((shell && *shell)
[all...]
/external/curl/src/
H A Dtool_vms.c44 /* VMS has a DCL shell and and also has Unix shells ported to it.
45 * When curl is running under a Unix shell, we want it to be as much
50 char *shell; local
52 /* Have we checked the shell yet? */
56 shell = getenv("SHELL");
58 /* No shell, means DCL */
59 if(shell == NULL) {
64 /* Have to make sure some one did not set shell to DCL */
65 if(strcmp(shell, "DCL") == 0) {
75 * VMS has two exit() routines. When running under a Unix style shell, the
[all...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py201 shell = True
205 shell = False
224 shell=shell,
299 shell = True variable
303 shell = False variable
310 argv, env=env, shell=shell, close_fds=close_fds
336 shell = True
339 shell
[all...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py201 shell = True
205 shell = False
224 shell=shell,
299 shell = True variable
303 shell = False variable
310 argv, env=env, shell=shell, close_fds=close_fds
336 shell = True
339 shell
[all...]
/external/libxml2/
H A Dxmlcatalog.c33 static int shell = 0; variable
300 printf("\texit: quit the shell\n");
318 \t--shell : run a shell allowing interactive queries\n\
356 } else if ((!strcmp(argv[i], "-shell")) ||
357 (!strcmp(argv[i], "--shell"))) {
358 shell++;
558 } else if (shell) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc270 const char *shell = "/system/bin/sh"; local
272 const char *shell = "/bin/sh"; local
274 const char *argv[] = {shell, "-c", "echo -n 'hello'", (char *)NULL};
275 int pid = StartSubprocess(shell, argv,
/external/v8/tools/testrunner/local/
H A Dtestsuite.py92 def shell(self): member in class:TestSuite
325 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell()))
327 shell += ".exe"
332 [shell, "--gtest_list_tests"] +
365 def shell(self): member in class:GoogleTestSuite
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
H A DPVRShellOS.cpp516 int PVRShellInitOS::OpenX11Window(const PVRShell &shell) argument
537 shell.PVRShellOutputDebug( "Unable to acquire visual" );
545 if(shell.m_pShellData->bFullScreen)
555 if ((modes[i]->hdisplay == shell.m_pShellData->nShellDimX) && (modes[i]->vdisplay == shell.m_pShellData->nShellDimY))
565 shell.PVRShellOutputDebug( "Chosen resolution for full screen mode does not match any modeline available.\n" );
611 if((shell.m_pShellData->bFullScreen)&&((shell.m_pShellData->nShellDimX != display_width)||(shell.m_pShellData->nShellDimY != display_height)) ) {
612 shell
[all...]
/external/python/cpython2/Tools/faqwiz/
H A Dfaqwiz.py669 self.shell(interpolate(SH_REVISION, entry, rev=rev))
684 self.shell(interpolate(SH_RDIFF, entry, rev=rev, prev=prev))
686 def shell(self, command): member in class:FaqWizard

Completed in 563 milliseconds

12