HomeSort by relevance Sort by last modified time
    Searched defs:shell (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/util/bot/
vs_env.py 32 # Using shell=True is somewhat ugly, but the alternative is to pull in a copy
37 shell=True)) variable
  /external/skia/gn/
run_sksllex.py 20 shell=True) variable
22 "/sksl/SkSLLexer.cpp\"", shell=True)
28 "/sksl/SkSLLayoutLexer.h\"", shell=True)
30 "/sksl/SkSLLayoutLexer.cpp\"", shell=True)
  /external/skqp/gn/
run_sksllex.py 20 shell=True) variable
22 "/sksl/SkSLLexer.cpp\"", shell=True)
28 "/sksl/SkSLLayoutLexer.h\"", shell=True)
30 "/sksl/SkSLLayoutLexer.cpp\"", shell=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
script.py 6 # -p Use Python as shell.
18 shell = 'sh' variable
21 if os.environ.has_key('SHELL'):
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
40 pty.spawn(shell, read)
  /external/python/cpython2/Demo/scripts/
script.py 6 # -p Use Python as shell.
18 shell = 'sh' variable
21 if os.environ.has_key('SHELL'):
22 shell = os.environ['SHELL'] variable
34 shell = 'python' variable
40 pty.spawn(shell, read)
  /build/kati/
fileutil_bench.cc 22 std::string shell = "/bin/bash"; local
27 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
33 std::string shell = "/bin/bash "; local
38 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.h 21 #include "Shell.h"
23 class ShellWin32 : public Shell {
39 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);
  /test/vts-testcase/kernel/ltp/shell_environment/
shell_environment.py 30 shell: shell mirror object, shell to execute commands
36 def __init__(self, shell):
37 self.shell = shell
51 def shell(self): member in class:ShellEnvironment
52 '''returns an object that can execute a shell command'''
55 @shell.setter
56 def shell(self, shell) member in class:ShellEnvironment
    [all...]
  /external/skia/tools/skpbench/
_adb.py 20 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/
_adb.py 20 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)$',
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
UtilitiesTest.java 16 package com.android.shell;
20 import static com.android.shell.BugreportProgressService.isValid;
  /test/vts-testcase/kernel/ltp/
environment_requirement_checker.py 50 shell environments given a shell mirror
51 shell: shell mirror object, can be used to execute shell
56 def __init__(self, shell):
57 self.shell = shell
60 self._shell_env = shell_environment.ShellEnvironment(self.shell)
64 def shell(self) member in class:EnvironmentRequirementChecker
69 def shell(self, shell): member in class:EnvironmentRequirementChecker
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
ShellInterpreter.java 17 package com.googlecode.android_scripting.interpreter.shell;
25 * Represents the shell.
34 setNiceName("Shell");
  /external/syslinux/gpxe/src/hci/
shell.c 26 #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/toybox/toys/pending/
sulogin.c 70 static void run_shell(char *shell)
72 snprintf(toybuf,sizeof(toybuf), "-%s", shell);
73 execl(shell, toybuf, NULL);
74 error_exit("Failed to spawn shell");
84 "LD_AOUT_PRELOAD", "LD_NOWARN", "LD_KEEPDIR", "SHELL", NULL
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)? shell: "/bin/sh")
    [all...]
  /external/v8/tools/testrunner/objects/
testcase.py 91 def shell(self): member in class:TestCase
94 return self.suite.shell()
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java 17 package com.android.shell;
BugreportWarningActivity.java 17 package com.android.shell;
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;
20 import static com.android.shell.BugreportPrefs.STATE_SHOW;
21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
22 import static com.android.shell.BugreportPrefs.getWarningState;
23 import static com.android.shell.BugreportPrefs.setWarningState;
24 import static com.android.shell.BugreportProgressService.sendShareIntent;
RemoteBugreportReceiver.java 17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.INTENT_REMOTE_BUGREPORT_FINISHED;
21 import static com.android.shell.BugreportProgressService.getFileExtra;
22 import static com.android.shell.BugreportProgressService.getUri;
23 import static com.android.shell.BugreportReceiver.cleanupOldFiles;
Screenshooter.java 17 package com.android.shell;
31 * component that could be used by both (Shell and UiAutomation).
  /frameworks/base/tests/JankBench/scripts/
adbutil.py 44 def shell(serial, cmd): function
51 full_args = ["adb", "-s", serial, "wait-for-device", "shell"] + args
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 29 import org.eclipse.swt.widgets.Shell;
164 // Get a shell to use for the SDK installation. There are cases where getActiveShell
167 Shell shell = display.getActiveShell(); local
168 if (shell == null) {
172 shell = window.getShell();
176 if (shell == null) {
177 shell = new Shell(display);
178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog")
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
TestHelper.java 73 * Execute a shell {@code command} and return its standard out.
74 * @param command a shell command text to execute.
78 String shell(final String command) throws IOException { method in class:TestHelper
  /hardware/intel/common/libva/test/common/
va_display_wayland.c 38 struct wl_shell *shell; member in struct:display
62 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1);
120 if (d->shell) {
121 wl_shell_destroy(d->shell);
122 d->shell = NULL;
150 d->shell_surface = wl_shell_get_shell_surface(d->shell, d->surface);
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 93 return ("Shell Environment Check Definition Class:{cls} "
100 self.note = "Shell environment definition unsatisfied"
111 self.note = ("Shell environment definition unsatisfied: step [%s] "
213 def shell(self): member in class:CheckSetupCleanup
214 """returns an object that can execute a shell command"""
215 return self.context.shell
218 """Execute a shell command or a list of shell commands.
230 return self.shell.Execute(cmd)

Completed in 2699 milliseconds

1 2 3 4 5 6 7 8 91011>>