HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 251 - 275 of 1433) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/tests/src/com/android/camera/
StressTests.java 33 * adb shell am instrument -w \
  /packages/apps/Email/tests/src/com/android/email/
SmallTests.java 29 * $ adb shell am instrument -w \
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java 34 * adb shell am instrument \
MusicPlayerStressTestRunner.java 32 * adb shell am instrument \
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
ApplicationsLatency.java 28 && adb shell am start -a android.intent.action.MAIN \
ContactsLatency.java 28 && adb shell am start -a android.intent.action.MAIN \
WebConcurrency.java 30 && adb shell am start -a android.intent.action.MAIN \
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SearchActivityTest.java 28 * adb shell am instrument -w \
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoPriorityResolverTest.java 27 * adb shell am instrument -e class com.android.providers.contacts.PhotoPriorityResolverTest -w \
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NullOutputReceiver.java 21 * <p/>This can be used to execute a remote shell command when the output is not needed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 31 import org.eclipse.swt.widgets.Shell;
40 private final Shell mParentShell;
92 * @param parentShell the parent {@link Shell} for the dialog.
95 public ProjectChooserHelper(Shell parentShell, IProjectChooserFilter filter) {
  /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/templates/
AndroidManifest.tests.template 16 "adb shell am instrument -w PACKAGE.tests/android.test.InstrumentationTestRunner"
  /system/core/sh/
Android.mk 45 sh ./mkbuiltins shell.h builtins.def . -Wall -O2
mkinit.sh 41 includes=' "shell.h" "mystring.h" "init.h" '
177 echo " * interactive shell and control is returned to the main command loop."
188 echo " * This routine is called to initialize the shell to run a shell procedure."
  /external/icu4c/config/
mh-cygwin-msvc 129 CURR_FULL_DIR=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
131 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
136 SOURCE_FILE=$(shell cygpath -dma $<)#M#
162 # @$(SHELL) -ec '$(GEN_DEPS.c) $< \
172 # @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
195 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
196 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir))#M#
  /external/bison/tests/
Makefile.in 72 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
146 SHELL = @SHELL@
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
396 test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
399 $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS)
403 $(SHELL) $(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 67 // shell executable
84 shell_prov.parseVmSymbols('shell', 0x08048000, 0x081ee000,
131 // shell executable
148 shell_prov.parseVmSymbols('shell', 0x00001b00, 0x00163156,
199 ' 0001:00000000 ?ReadFile@@YA?AV?$Handle@VString@v8@@@v8@@PBD@Z 00401000 f shell.obj',
200 ' 0001:000000a0 ?Print@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@2@@Z 004010a0 f shell.obj',
214 shell_prov.parseVmSymbols('shell.exe', 0x00400000, 0x0057c000,
235 ' 0001:00000780 ?RunMain@@YAHHQAPAD@Z 00401780 f shell.obj',
236 ' 0001:00000ac0 _main 00401ac0 f shell.obj',
309 'shell'
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 4 # stand-alone, js shell executable (which is not the same as the dll that gets
13 # this test looks for an executable JavaScript shell in
28 # given a main directory, assume that there is a file called 'shell.js'
30 # for each test.js that is found, execute the shell, and pass shell.js
90 # given an array of test.js files, execute the shell command and pass
91 # the shell.js and test.js files as file arguments. redirect process
116 " -f $test_dir/$suite/shell.js " .
287 die ("Could not find JavaScript shell executable $shell_command.\n" .
291 "for instructions on building the JavaScript shell.\n" )
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 61 shell_cmd_str = adb_cmd + " shell cat /sdcard/android/running_test.txt"
62 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
166 generate_test_list_cmd_str = adb_cmd + " shell am instrument -e class com.android.dumprendertree.LayoutTestsAutoTest#generateTestList -e path \"" + path + "\" -w com.android.dumprendertree/.LayoutTestsAutoRunner"
167 adb_output = subprocess.Popen(generate_test_list_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
185 run_layout_test_cmd_prefix = adb_cmd + " shell am instrument"
205 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
210 shell_cmd_str = adb_cmd + " shell cat /sdcard/android/running_test.txt"
214 shell_cmd_str, shell=True, stdout=subprocess.PIPE,
230 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
253 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 31 LINUXVER := $(shell uname -r)
47 $(shell grep $(MYKERNEL_RELEASE_KEYWORD) $(LINUXDIR)/Makefile 2> /dev/null),\
51 LINUXVER:=$(shell ($(MYKERNEL_DEFINITION); echo "show_kernel_version_number$$$$:;@echo \$$(KERNELRELEASE)") 2> /dev/null | $(MAKE) --no-print-directory -k -C $(LINUXDIR) MYUNAME="" -f - show_kernel_version_number$$$$ 2> /dev/null)
61 BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 | sed 's/2\.[56]/2\.6/')
71 SRCBASE := $(shell /bin/pwd)/../..
252 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
276 HOSTCFLAGS := $(CFLAGS) $(shell $(MAKE) --no-print-directory -s -C $(LINUXDIR) script 'SCRIPT=@echo $$(CFLAGS) $$(MODFLAGS)')
279 DHDCFLAGS = $(HOSTCFLAGS) -I$(shell pwd)
302 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
350 $(MAKE) -C $(LINUXDIR) M=$(shell pwd) $(if $(VERBOSE),V=1) module
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 27 import org.eclipse.swt.widgets.Shell;
65 public void doAdd(UiElementNode uiNode, Shell shell) {
66 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider());
77 Shell shell, ILabelProvider labelProvider) {
85 shell,
139 public void doRemove(final List<UiElementNode> nodes, Shell shell) {
153 if (MessageDialog.openQuestion(shell,
    [all...]
  /cts/tools/annotation-helper/src/spechelper/
MethodSelector.java 37 import org.eclipse.swt.widgets.Shell;
137 Shell shell = PlatformUI.getWorkbench().getActiveWorkbenchWindow() local
180 Shell parent = PlatformUI.getWorkbench()
222 MessageDialog.openInformation(shell, "Class Annotation missing",
  /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)
  /external/icu4c/
Makefile.org 87 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
169 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
173 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
177 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
208 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

Completed in 376 milliseconds

<<11121314151617181920>>