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

1 23 4 5 6 7 8 91011>>

  /build/kati/
regen.cc 60 string shell; member in struct:__anon1525::StampChecker::ShellResult
242 LOAD_STRING(fp, &sr->shell);
395 printf("shell %s: clean (no rerun)\n", sr->cmd.c_str());
402 printf("shell %s: ignored\n", sr->cmd.c_str());
406 COLLECT_STATS_WITH_SLOW_REPORT("shell time (regen)", sr->cmd.c_str());
408 RunCommand(sr->shell, sr->shellflag, sr->cmd, RedirectStderr::DEV_NULL,
413 printf("shell %s: dirty\n", sr->cmd.c_str());
415 *err = StringPrintf("$(shell %s) was changed, regenerating...\n",
421 printf("shell %s: clean (rerun)\n", sr->cmd.c_str());
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 60 shell(ShellCommandUtils.deleteContent(EventTableConstants.CONTENT_URI));
65 shell(ShellCommandUtils.resetImes());
84 shell(ShellCommandUtils.enableIme(Ime1Constants.IME_ID));
85 shell(ShellCommandUtils.enableIme(Ime2Constants.IME_ID));
86 shell(ShellCommandUtils.setCurrentIme(Ime1Constants.IME_ID));
109 shell(ShellCommandUtils.enableIme(Ime1Constants.IME_ID));
110 shell(ShellCommandUtils.setCurrentIme(Ime1Constants.IME_ID));
135 shell(ShellCommandUtils.enableIme(Ime1Constants.IME_ID));
136 shell(ShellCommandUtils.setCurrentIme(Ime1Constants.IME_ID));
139 shell(ShellCommandUtils.disableIme(Ime1Constants.IME_ID))
303 private String shell(final String command) throws Exception { method in class:InputMethodServiceLifecycleTest
    [all...]
  /development/ide/emacs/
android-common.el 70 Similarly to the shell functions in envsetup.sh, for the root both ./Makefile
139 the shell exec PATH setup."
168 (shell-command (concat (android-adb) " -p " (android-product-path)
171 (shell-command (concat (android-adb) " " command)
174 (defun android-adb-shell-command (command)
175 "Execute 'adb shell COMMAND'."
176 (android-adb-command (concat " shell " command)
  /development/python-packages/adb/
device.py 249 # Follow any shell command with this string to get the exit
279 self.adb_cmd + ['shell', 'echo']).decode('utf-8')
295 command = self.adb_cmd + ['shell'] + user_cmd
301 """Finds the exit code string from shell output.
304 out: Shell output string.
321 raise RuntimeError('Could not find exit status in shell output.')
333 def shell(self, cmd): member in class:AndroidDevice
334 """Calls `adb shell`
352 """Calls `adb shell`
376 """Calls `adb shell` and returns a handle to the adb process
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 270 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/guice/core/src/com/google/inject/internal/
InternalInjectorCreator.java 126 for (InjectorShell shell : shells) {
127 shell.getInjector().index();
144 for (InjectorShell shell : shells) {
145 ((DeferredLookups) shell.getInjector().lookups).initialize(errors);
149 for (InjectorShell shell : shells) {
150 if (!shell.getElements().isEmpty()) {
151 throw new AssertionError("Failed to execute " + shell.getElements());
179 for (InjectorShell shell : shells) {
180 loadEagerSingletons(shell.getInjector(), shellBuilder.getStage(), errors);
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 29 class Shell {
31 Shell(const Shell &sh) = delete;
32 Shell &operator=(const Shell &sh) = delete;
33 virtual ~Shell() {}
81 Shell(Game &game);
110 Shell *shell = reinterpret_cast<Shell *>(user_data) local
    [all...]
ShellWayland.cpp 93 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 38 import org.eclipse.swt.widgets.Shell;
188 Shell shell = AdtPlugin.getShell(); local
189 ConvertSwitchDialog dialog = new ConvertSwitchDialog(shell, mExpression);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 53 import org.eclipse.swt.widgets.Shell;
119 Shell shell = mEditor.getSite().getShell(); local
122 RenameResourceWizard.renameResource(shell, project, type, name, null, canClear);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 28 import org.eclipse.swt.widgets.Shell;
50 Shell shell = new Shell(); local
51 Display display = shell.getDisplay();
106 Shell shell = new Shell(); local
107 Display display = shell.getDisplay();
139 Shell shell = new Shell() local
174 Shell shell = new Shell(); local
329 Shell shell = new Shell(); local
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 81 def shell(self, params, ignore_status=False, timeout=60): member in class:MockAdbProxy
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 669 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
  /external/python/cpython2/Tools/faqwiz/
faqwiz.py 669 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
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 50 import org.eclipse.swt.widgets.Shell;
145 final Shell shell = mTreeViewer.getTree().getShell(); local
146 FileDialog fd = new FileDialog(shell, SWT.SAVE);
169 ErrorDialog.openError(shell,
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 55 import org.eclipse.swt.widgets.Shell;
104 Shell shell = getSite().getShell(); local
112 SaveAsDialog dialog = new SaveAsDialog(shell);
141 if (copy(shell, fileEditorInput.getURI(), file.getLocationURI()) == null) {
157 FileDialog dialog = new FileDialog(shell, SWT.SAVE);
173 shell,
188 IFileStore destFileStore = copy(shell, fileStoreEditorInput.getURI(), localFile.toURI());
202 private IFileStore copy(Shell shell, URI source, URI dest)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java     [all...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 346 char *shell = const_cast<char*>("/system/bin/sh"); local
348 char *args[4] = {shell, "-c", "x=1; c=0; while true; do echo -e \"stop \e[00;3${c}mechoing\e[00m yourself! ($x)\"; x=$(( $x + 1 )); c=$((($c+1)%7)); if [ $x -gt 110 ]; then sleep 0.5; fi; done", NULL};
350 char *args[2] = {shell, NULL};
353 execvp(shell, args);
354 fprintf(stderr_save, "Cannot exec(%s) - %s\n", shell, strerror(errno));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 87 import org.eclipse.swt.widgets.Shell;
358 * Returns the shell, if any
360 * @return the shell, if any
363 public static Shell getShell() {
365 Shell shell = display.getActiveShell(); local
366 if (shell == null) {
367 Shell[] shells = display.getShells();
369 shell = shells[0];
373 return shell;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 70 import org.eclipse.swt.widgets.Shell;
336 Shell shell = AdtPlugin.getShell(); local
342 shell,
367 if (project != null && shell != null) {
368 RenameResourceWizard.renameResource(shell, project,
471 Shell shell = AdtPlugin.getShell(); local
475 shell);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 56 import org.eclipse.swt.widgets.Shell;
356 Shell shell = Display.getCurrent().getActiveShell(); local
362 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 39 import org.eclipse.swt.widgets.Shell;
98 Shell shell = Display.getDefault().getActiveShell(); local
99 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell);
115 MessageDialog.openError(shell, "GL Trace",
125 MessageDialog.openError(shell, "Setup GL Trace",
136 MessageDialog.openError(shell, "Setup GL Trace",
143 startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
149 openInEditor(shell, traceOptions.traceDestination);
152 public static void openInEditor(Shell shell, String traceFilePath)
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.4.0-beta6/
ddms-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.5.0/
ddms-24.5.0.jar 

Completed in 673 milliseconds

1 23 4 5 6 7 8 91011>>