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

1 2 3 4 56 7 8 91011>>

  /external/dhcpcd/mk/
prog.mk 19 LDFLAGS+= ${_RPATH}$(shell ${_RPATH_SH})
29 LDFLAGS+= ${_DYNLINK}$(shell ${_DYNLINK_SH})
  /external/icu4c/samples/udata/
Makefile 47 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
  /external/icu4c/samples/uresb/
Makefile 42 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
  /external/iproute2/testsuite/
Makefile 8 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
  /external/v8/tools/
disasm.py 74 shell=True,
  /external/webkit/PerformanceTests/SunSpider/
sunspider 51 Usage: $programName --shell=[path] [options]
54 --shell Path to JavaScript shell
55 --args Arguments to pass to JavaScript shell
69 'shell=s' => \$jsShellPath,
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile 34 OSX_VERSION = $(shell sw_vers -productVersion | cut -d. -f 2)
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
  /ndk/build/core/
check-cygwin-make.mk 32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE)))
36 # GNU Make, even if launched from a Cygwin shell, will not
  /sdk/bash_completion/
adb.bash 62 COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip"
93 shell)
185 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')
186 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {
241 command adb ${args[@]} shell pm list packages '2>' /dev/null 2> /dev/null | tr -d '\r' | {
307 command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 70 GroovyShell shell = new GroovyShell(loader); local
80 loadRule(shell, entry.getName(), zip.getInputStream(entry));
96 private void loadRule(GroovyShell shell, String name, InputStream stream) {
98 Script script = shell.parse(stream);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackageLoader.java 29 import org.eclipse.swt.widgets.Shell;
224 * the {@link UpdaterData} must have a window {@link Shell} associated using
225 * {@link UpdaterData#setWindowShell(Shell)}.
302 // This will display some UI so we need a shell's sync exec.
306 Shell shell = mUpdaterData.getWindowShell();
307 if (shell != null && !shell.isDisposed()) {
308 shell.getDisplay().syncExec(new Runnable() {;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 32 import org.eclipse.swt.widgets.Shell;
303 Shell shell = mProgressBar.getShell();
304 result[0] = MessageDialog.openQuestion(shell, title, message);
331 Shell shell = mProgressBar.getShell();
332 AuthenticationDialog authenticationDialog = new AuthenticationDialog(shell,
  /external/e2fsprogs/debian/attic/libs/
rules 14 ARCH = $(shell dpkg --print-architecture)
17 MAIN_VERSION = $(shell head -1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
24 topdir = $(shell pwd)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 86 import org.eclipse.swt.widgets.Shell;
204 Shell shell = AdtPlugin.getDisplay().getActiveShell();
205 if (shell == null) {
211 shell);
238 Shell shell = AdtPlugin.getDisplay().getActiveShell();
239 if (shell == null) {
248 systemRepository, shell);
275 Shell shell = AdtPlugin.getDisplay().getActiveShell()
    [all...]
  /development/build/tools/
windows_sdk.mk 15 ifneq ($(shell uname),Linux)
18 ifeq ($(strip $(shell which i586-mingw32msvc-gcc 2>/dev/null)),)
21 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 28 import org.eclipse.swt.widgets.Shell;
66 public void doAdd(UiElementNode uiNode, Shell shell) {
67 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider());
78 Shell shell, ILabelProvider labelProvider) {
86 shell,
140 public void doRemove(final List<UiElementNode> nodes, Shell shell) {
154 if (MessageDialog.openQuestion(shell,
    [all...]
  /external/grub/util/
grub-install.in 68 --grub-shell=FILE use FILE as the grub shell
77 --root-directory, and uses the grub shell to install grub into the boot
242 --grub-shell=*)
243 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` ;;
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandleBrew.cpp 80 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
81 ISHELL_CreateInstance(shell, AEECLSID_NET, reinterpret_cast<void**>(&s_netMgr));
  /frameworks/base/cmds/keystore/
test-keystore 53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 61 run_load_test_cmd_prefix = adb_cmd + " shell am instrument"
88 (adb_output, adb_error) = subprocess.Popen(run_load_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
119 shell_cmd_str, shell=True,
  /libcore/
Docs.mk 7 $(shell cd $(1) ; \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 35 import org.eclipse.swt.widgets.Shell;
131 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local
132 ConvertSwitchDialog dialog = new ConvertSwitchDialog(shell, mExpression);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintRunner.java 35 import org.eclipse.swt.widgets.Shell;
91 * @param shell the parent shell to show error messages in
95 public static boolean runLintOnExport(Shell shell, IProject project) {
99 MessageDialog.openWarning(shell,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 59 import org.eclipse.swt.widgets.Shell;
82 private Shell mParentShell;
104 HProfHandler(Shell parentShell) {
315 Shell shell = display.getActiveShell();
316 MessageDialog.openError(shell, Messages.DeviceView_ADB_Error,
406 Shell shell = display.getActiveShell();
407 MessageDialog.openError(shell,
414 Shell shell = display.getActiveShell()
    [all...]

Completed in 1677 milliseconds

1 2 3 4 56 7 8 91011>>