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

<<11121314151617181920>>

  /external/icu4c/tools/pkgdata/
Makefile.org 83 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
92 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  /external/v8/src/
flags.cc 521 printf(" shell [options] -e string\n");
523 printf(" shell [options] file1 file2 ... filek\n");
525 printf(" shell [options]\n");
526 printf(" shell [options] --shell [file1 file2 ... filek]\n");
527 printf(" run an interactive JavaScript shell\n");
530 printf(" d8 [options] --shell [file1 file2 ... filek]\n");
531 printf(" run the new debugging shell\n\n");
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/
script-001.js 86 C:\src\ns_priv\js\tests\ecma>shell
89 :\src\ns_priv\js\tests javax.javascript.examples.Shell
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-89474.js 26 * This test used to crash the JS shell. This was discovered
31 var summary = "Testing the JS shell doesn't crash on it.item()";
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 30 """A Thread object for running the test shell and processing URLs from a
170 """Initialize all the local state for this test shell thread.
323 # Check and kill test shell if we need too.
326 # Reset the batch count since the shell just bounced.
339 # Bounce the shell and reset count.
428 """Start the shared test shell, if it's not running. Not for use when
429 running tests singly, since those each start a separate test shell in
437 """Kill the test shell process if it's running."""
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkUnitTestRunner.java 33 * adb shell am instrument -e class \
38 * adb shell am instrument \
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 28 import org.eclipse.swt.widgets.Shell;
46 HardwarePropertyChooser(Shell parentShell, Map<String, HardwareProperty> properties,
  /system/core/sh/bltin/
echo.1 41 .Nd produce message in a shell script
96 Remember that backslash is special to the shell and needs to be escaped.
  /system/core/sh/
nodes.c.pat 39 * Routine for dealing with parsed shell commands.
42 #include "shell.h"
shell.h 1 /* $NetBSD: shell.h,v 1.17 2003/08/07 09:05:38 agc Exp $ */
34 * @(#)shell.h 8.2 (Berkeley) 5/4/95
  /build/core/
droiddoc.mk 121 $(shell find $(LOCAL_DROIDDOC_TEMPLATE_DIR) -type f) \
122 $(shell find $(LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR) -type f)
132 $(full_target): PRIVATE_CURRENT_TIME := -hdf page.now "$(shell date "+%d %b %Y %k:%M")"
148 html_dir_files := $(shell find $(LOCAL_PATH)/$(LOCAL_DROIDDOC_HTML_DIR) -type f)
main.mk 4 SHELL := $(ANDROID_BUILD_SHELL)
6 # Use bash, not whatever shell somebody has installed as /bin/sh
9 SHELL := /bin/bash
34 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81))
38 $(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html)
72 ifneq (a,$(shell mkdir -p $(OUT_DIR) ; \
87 ifneq ($(words $(shell pwd)),1)
92 $(warning "$(shell pwd)")
105 java_version := $(shell java -version 2>&1 | head -n 1 | grep '[ "]1\.5[\. "$$]')
111 $(info Your version is: $(shell java -version 2>&1 | head -n 1).
    [all...]
  /build/
envsetup.sh 3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
714 local PID=`adb shell ps | fgrep $1 | sed -e 's/[^ ]* *\([0-9]*\).*/\1/'`
725 adb shell echo '""' '>>' /data/anr/traces.txt && adb shell chmod 776 /data/anr/traces.txt && adb shell kill -3 $(pid system_server)
755 adb shell gdbserver $PORT --attach $PID &
918 adb ${adbOptions} shell >/dev/null mkdir /data/misc
919 adb ${adbOptions} shell chmod 777 /data/misc
923 adb ${adbOptions} shell kill -10 $targetPid
928 local availFiles=( $(adb ${adbOptions} shell ls /data/misc | grep '^heap-dump' | sed -e 's/.*heap-dump-/heap-dump-/' | sort -r | tr '[:space:][ (…)
    [all...]
  /development/pdk/docs/porting/
instrumentation_framework.jd 28 <p><code>am</code> is used to start and instrument activities using the adb shell command, as shown in the snippet below:</p>
30 &gt; adb shell am
39 &gt; adb shell am start -n com.google.android.contacts/.ContactsActivity
55 <li> Use the adb shell <code>am</code> command to run them. </li>
  /development/samples/ApiDemos/tests/
AndroidManifest.xml 31 "adb shell am instrument -w com.example.android.apis.tests/android.test.InstrumentationTestRunner"
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java 29 * adb shell am instrument -w \
  /external/bison/djgpp/
Makefile.maint 23 SHELL = /bin/sh
  /external/dropbear/
dbclient.1 63 Don't request a remote shell or run any commands. Any command arguments are ignored.
scpmisc.h 12 * called by a name other than "ssh" or "Secure Shell".
  /external/icu4c/i18n/
uspoof_build.cpp 69 // Set up a shell of a spoof detector, with empty data.
  /external/icu4c/samples/cal/
Makefile 63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Makefile.in 63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  /external/icu4c/samples/citer/
readme.txt 20 1. Start a command shell window
  /external/icu4c/samples/date/
Makefile 63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Makefile.in 63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

Completed in 304 milliseconds

<<11121314151617181920>>