HomeSort by relevance Sort by last modified time
    Searched refs:shell (Results 201 - 225 of 343) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 50 import org.eclipse.swt.widgets.Shell;
134 public String showDialog(Shell shell, String currentValue) {
154 shell);
165 shell);
UiFlagAttributeNode.java 42 import org.eclipse.swt.widgets.Shell;
160 public String showDialog(Shell shell, String currentValue) {
162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$
191 public FlagSelectionDialog(Shell parentShell, String[] currentNames) {
  /cts/tests/SignatureTest/
Android.mk 44 # These shell commands allow us to get around the package.mk check for
51 $(shell \
  /development/testrunner/
run_command.py 39 """Spawn and retry a subprocess to run the given shell command.
42 cmd: shell command to run
66 """Spawns a subprocess to run the given shell command.
69 cmd: shell command to run
104 shell=True)
  /external/chromium/build/
gyp_chromium 115 env=env, shell=False)
  /external/dbus/dbus/
dbus-shell.c 2 /* dbus-shell.c Shell command line utility functions.
31 #include "dbus-shell.h"
145 * Unquotes a string as the shell (/bin/sh) would. Only handles
147 * variables, backticks, redirections, or other special-to-the-shell
148 * features, the result will be different from the result a real shell
155 * unquotes/unescapes anything that the shell would. Both single and
159 * Shell quoting rules are a bit strange. Single quotes preserve the
166 * @quoted_string: shell-quoted string
254 * the shell parses a command line. We don't do variable expansion
    [all...]
  /external/llvm/tools/llvm-shlib/
Makefile 58 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 52 p = Popen(command, 1, stdout=PIPE, shell=False)
  /external/srtp/crypto/
Makefile 124 distname = crypto-$(shell cat VERSION)
  /external/valgrind/tsan/
Makefile 13 TS_VERSION=$(shell svnversion)
  /external/webkit/Source/WebCore/bindings/js/
ScheduledAction.cpp 131 executeFunctionInContext(window, window->shell(), document);
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 131 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /ndk/build/core/
build-local.mk 94 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
97 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android.mk)
  /bootable/recovery/updater/
Android.mk 53 junk := $(shell mkdir -p $(dir $(inc));\
  /external/bluetooth/glib/tests/
makefile.msc.in 57 shell-test.exe \
  /external/elfutils/libasm/
Makefile.am 24 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
  /external/llvm/test/
Makefile 62 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/Makefile && echo OK), OK)
131 CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
  /external/stlport/test/eh/
hpacc.mak 49 HP_VERSION=$(shell uname -r)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 108 * Begin printing functions. These functions use the shell's
  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 36 import org.eclipse.swt.widgets.Shell;
49 private Shell mParent;
51 private Shell mShell;
72 * @param parent The parent Shell
75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) {
83 * @param shell The parent shell
89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports,
91 this(shell, ports)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 37 import org.eclipse.swt.widgets.Shell;
51 private Shell mParent;
53 private Shell mShell;
78 public EditFilterDialog(Shell parent) {
82 public EditFilterDialog(Shell shell, LogFilter filter) {
83 this(shell);
146 mShell = new Shell(mParent, getStyle());
LogCatFilterSettingsDialog.java 32 import org.eclipse.swt.widgets.Shell;
68 public LogCatFilterSettingsDialog(Shell parentShell) {
93 protected Control createDialogArea(Composite shell) {
97 Composite parent = (Composite) super.createDialogArea(shell);
254 /* save values from the widgets before the shell is closed. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 49 import org.eclipse.swt.widgets.Shell;
279 Shell shell = mCanvas.getShell(); local
286 systemRepository, shell);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 35 import org.eclipse.swt.widgets.Shell;
77 * @param shell The parent shell for the list.
83 public NewItemSelectionDialog(Shell shell, ILabelProvider labelProvider,
87 super(shell, labelProvider);
  /libcore/
JavaLibrary.mk 41 $(foreach dir,$(1),$(patsubst ./%,%,$(shell cd $(LOCAL_PATH) && find $(dir)/src/main/java -name "*.java" 2> /dev/null)))
45 $(foreach dir,$(1),$(patsubst ./%,%,$(shell cd $(LOCAL_PATH) && find $(dir)/src/test/java -name "*.java" 2> /dev/null)))
49 $(shell cd $(LOCAL_PATH) && ls -d */src/$(1)/{java,resources} 2> /dev/null)

Completed in 501 milliseconds

1 2 3 4 5 6 7 891011>>