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

12 3 4 5 6 7 8 91011>>

  /tools/test/connectivity/acts/framework/tests/
acts_utils_test.py 119 def shell(self, string): member in class:MockAdb
  /build/kati/
func.h 45 SHELL,
55 string shell; member in struct:CommandResult
eval.cc 449 string shell = GetShell(); local
450 shell += ' ';
451 shell += GetShellFlag();
452 return shell;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 19 Shell utilities
22 Shell utilities.
201 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_fd
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 19 Shell utilities
22 Shell utilities.
201 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_fd
    [all...]
  /external/curl/src/
tool_vms.c 44 /* 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)
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
21 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
22 import static com.android.shell.BugreportProgressService.getFileExtra;
23 import static com.android.shell.BugreportProgressService.dumpIntent;
BugreportStorageProvider.java 17 package com.android.shell;
36 private static final String AUTHORITY = "com.android.shell.documents";
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
ActionSendMultipleConsumerActivity.java 17 package com.android.shell;
37 "com.android.shell.tests.CUSTOM_ACTION_SEND_MULTIPLE";
63 * {com.android.shell.tests/com.android.shell.SendMultipleActivity}:
65 * {com.android.shell.tests/com.android.shell.SendMultipleActivity} did not call finish()
BugreportProgressServiceTest.java 16 package com.android.shell;
18 import static com.android.shell.BugreportProgressService.findSendToAccount;
50 adb shell am instrument -w \
51 -e class com.android.shell.BugreportProgressServiceTest \
52 com.android.shell.tests
UiBot.java 17 package com.android.shell;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 28 import org.eclipse.swt.widgets.Shell;
59 Shell shell = Display.getDefault().getActiveShell(); local
60 FileDialog fd = new FileDialog(shell, SWT.OPEN);
DeviceViewAction.java 14 import org.eclipse.swt.widgets.Shell;
57 Shell shell = Display.getDefault().getActiveShell(); local
58 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell, false,
70 MessageDialog.openError(shell, "Setup GL Trace",
77 new ProgressMonitorDialog(shell).run(true, true, new IRunnableWithProgress() {
89 CollectTraceAction.startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
98 CollectTraceAction.openInEditor(shell, traceOptions.traceDestination);
  /test/vts-testcase/kernel/ltp/
KernelLtpTest.py 51 _shell: ShellMirrorObject, shell mirror object used to execute commands
70 """Creates a remote shell instance, and copies data files."""
97 self.shell = self._dut.shell
98 self.shell.SetConnTimeout(TIMEOUT_TCP_IN_SECS)
101 self.shell)
102 self._shell_env = shell_environment.ShellEnvironment(self.shell)
119 def shell(self): member in class:KernelLtpTest
120 """returns an object that can execute a shell command"""
123 @shell.sette
124 def shell(self, shell): member in class:KernelLtpTest
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 109 """Returns the adb user. Either 2000 (shell) or 0 (root)."""
110 return self.shell('id -u')
150 """Executes adb commands in a new shell.
182 """Executes adb commands in a new shell, non blocking.
234 This is a convenience wrapper for "adb shell getprop xxx".
243 return self.shell("getprop %s" % prop_name)
245 # TODO: This should be abstracted out into an object like the other shell
247 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): member in class:AdbProxy
249 'shell',
255 return self._exec_adb_cmd_nb('shell', shellescape.quote(command)
    [all...]
  /bionic/libc/bionic/
grp_pwd_file.cpp 110 const char* shell() const { function in struct:__anon224::PasswdLine
115 if (name() == nullptr || dir() == nullptr || shell() == nullptr) {
144 CopyFieldToString(passwd_state->sh_buffer_, shell(), sizeof(passwd_state->sh_buffer_));
  /development/ide/emacs/
android-host.el 36 ;; C-x a b android-adb-shell-reboot-bootloader
59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader)
78 (defun android-adb-shell-reboot-bootloader ()
79 "Execute 'adb shell reboot bootloader'."
81 (android-adb-shell-command "reboot bootloader"))
111 (start-process-shell-command
115 (start-process-shell-command
  /external/libxml2/
xmlcatalog.c 33 static int shell = 0; variable
51 * Shell Interface *
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/v8/tools/testrunner/local/
testsuite.py 92 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
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 192 It sends a ping message through 'adb shell'. The emulator/device should
211 log.debug('Sending a ping through "adb shell" (try #%s)...',
213 output = self.shell(cmd, False, 60)
218 '"adb shell". Is "adb" stuck or dead?')
221 'shell %s"', token, cmd)
230 '"adb shell". Tried %s times. Is "adb" stuck '
233 def shell(self, cmd, async=False, timeout=None): member in class:UtilAndroid
234 '''Run a command via the adb shell.
237 cmd: The command (including arguments) to run in the adb shell.
248 return self.adb('shell "{0}"'.format(cmd), async, True, timeout
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 104 struct wl_shell *shell; member in struct:display
192 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1);
226 if (d->shell) {
227 wl_shell_destroy(d->shell);
228 d->shell = NULL;
254 shell_surface = wl_shell_get_shell_surface(d->shell, surface1);
269 shell_surface_2 = wl_shell_get_shell_surface(d->shell, surface2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 33 import org.eclipse.swt.widgets.Shell;
69 Shell shell = mConfigChooser.getShell(); local
70 AddTranslationDialog dialog = new AddTranslationDialog(shell, project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 26 import org.eclipse.swt.widgets.Shell;
45 Shell shell = AdtPlugin.getShell(); local
50 FileDialog dialog = new FileDialog(shell, SWT.SAVE);
79 MessageDialog.openError(shell, "Error", "Image not available");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 28 import org.eclipse.swt.widgets.Shell;
57 Shell shell = AdtPlugin.getShell(); local
58 InputDensityDialog densityDialog = new InputDensityDialog(shell);
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 333 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
337 class Shell extends ShellCommand {
352 int parseOptions(Shell shell) {
355 while ((opt = shell.getNextOption()) != null) {
363 int onShellCommand(Shell shell, String cmd) {
365 return shell.handleDefaultCommands(cmd);
367 PrintWriter pw = shell.getOutPrintWriter();
370 int opts = parseOptions(shell);
454 Shell shell = new Shell(); local
    [all...]

Completed in 464 milliseconds

12 3 4 5 6 7 8 91011>>