OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell
(Results
276 - 300
of
1433
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/icu4c/
icudefs.mk
12
#
Shell
to use
14
SHELL
= /bin/sh
83
MKINSTALLDIRS = $(
SHELL
) $(top_srcdir)/mkinstalldirs
203
CURR_FULL_DIR=$(
shell
pwd)
205
CURR_SRCCODE_FULL_DIR=$(
shell
pwd)
icudefs.mk.in
14
#
Shell
to use
16
SHELL
= @
SHELL
@
89
MKINSTALLDIRS = $(
SHELL
) $(top_srcdir)/mkinstalldirs
214
CURR_FULL_DIR=$(
shell
pwd)
216
CURR_SRCCODE_FULL_DIR=$(
shell
pwd)
/external/dbus/
Makefile.in
48
$(top_srcdir)/test/data/valid-service-files/debug-
shell
-echo-fail.service.in \
49
$(top_srcdir)/test/data/valid-service-files/debug-
shell
-echo-success.service.in \
67
test/data/valid-service-files/debug-
shell
-echo-success.service \
68
test/data/valid-service-files/debug-
shell
-echo-fail.service
216
SHELL
= @
SHELL
@
315
echo ' $(
SHELL
) ./config.status'; \
316
$(
SHELL
) ./config.status;; \
318
echo ' cd $(top_builddir) && $(
SHELL
) ./config.status $@ $(am__depfiles_maybe)'; \
319
cd $(top_builddir) && $(
SHELL
) ./config.status $@ $(am__depfiles_maybe);;
[
all
...]
/external/libxml2/
xmlcatalog.c
33
static int
shell
= 0;
variable
51
*
Shell
Interface *
301
printf("\texit: quit the
shell
\n");
318
\t--
shell
: run a
shell
allowing interactive queries\n\
356
} else if ((!strcmp(argv[i], "-
shell
")) ||
357
(!strcmp(argv[i], "--
shell
"))) {
358
shell
++;
551
} else if (
shell
) {
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java
201
* @throws IOException if adb
shell
command failed
214
* @throws IOException if adb
shell
command failed
227
* @throws IOException if adb
shell
command failed
239
* @throws IOException if adb
shell
command failed
250
* @throws IOException if adb
shell
command failed
261
* @throws IOException if adb
shell
command failed
356
* Helper method which executes a adb
shell
command and returns output as a {@link String}
361
Log.i(LOG_TAG, String.format("adb
shell
%s", command));
407
* A {@link IShellOutputReceiver} which collects the whole
shell
output into one {@link String}
552
* @throws IOException if adb
shell
command faile
[
all
...]
/external/bluetooth/glib/po/
Makefile.in.in
19
SHELL
= @
SHELL
@
126
$(
SHELL
) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
140
$(
SHELL
) $(top_srcdir)/mkinstalldirs $$dir; \
168
$(
SHELL
) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
266
&& $(
SHELL
) ./config.status $(subdir)/$@.in
/system/core/adb/
SERVICES.TXT
123
shell
:command arg1 arg2 ...
124
Run 'command arg1 arg2 ...' in a
shell
on the device, and return
130
Note that this is the non-interactive version of "adb
shell
"
132
shell
:
133
Start an interactive
shell
session on the device. Redirect
135
this to implement "adb
shell
", but will also cook the input before
/external/bison/
Makefile
77
mkinstalldirs = $(
SHELL
) $(top_srcdir)/build-aux/mkinstalldirs
111
ACLOCAL = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
114
AMTAR = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
115
AUTOCONF = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
116
AUTOHEADER = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
117
AUTOM4TE = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
118
AUTOMAKE = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
147
INSTALL_STRIP_PROGRAM = ${
SHELL
} $(install_sh) -c -s
162
MAKEINFO = ${
SHELL
} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
179
SHELL
= /bin/s
[
all
...]
/development/pdk/docs/porting/
instrumentation_testing.jd
83
<p>The am command is a command-line interface to the ActivityManager (see <a href="http://code.google.com/android/reference/android/app/ActivityManager.html">http://code.google.com/android/reference/android/app/ActivityManager.html</a> for details). <code>am</code> is used to start and instrument activities using the adb
shell
command, as shown in the snippet below:</p>
85
> adb
shell
am
94
> adb
shell
am start -n com.google.android.contacts/.ContactsActivity
125
<li> Use the adb
shell
<code>am</code> command to run them. </li>
129
$ adb
shell
am instrument -w com.google.android.frameworktest/.tests.FrameworkInstrumentationTestRunner
156
$ adb
shell
am instrument -w \
173
$ adb
shell
am instrument -w \
188
$ adb
shell
am instrument -w \
205
$ adb
shell
am instrument -w \
222
$ adb
shell
am instrument -w
[
all
...]
/external/elfutils/libasm/
Makefile
55
mkinstalldirs = $(
SHELL
) $(top_srcdir)/config/mkinstalldirs
94
depcomp = $(
SHELL
) $(top_srcdir)/config/depcomp
109
ACLOCAL = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
112
AMTAR = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
113
AUTOCONF = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf
114
AUTOHEADER = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader
115
AUTOMAKE = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9
135
INSTALL_STRIP_PROGRAM = ${
SHELL
} $(install_sh) -c -s
149
MAKEINFO = ${
SHELL
} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo
168
SHELL
= /bin/s
[
all
...]
/build/core/
config.mk
9
SHELL
:= $(ANDROID_BUILD_SHELL)
11
# Use bash, not whatever
shell
somebody has installed as /bin/sh
14
SHELL
:= /bin/bash
219
# dx is java behind a
shell
script; no .exe necessary.
233
ifeq ($(filter 1.28,$(
shell
$(YACC) -V)),)
246
dir := $(
shell
uname)
262
HOST_JDK_TOOLS_JAR:= $(
shell
$(BUILD_SYSTEM)/find-jdk-tools-jar.sh)
329
$(
shell
function sgrax() { \
/cts/tools/vm-tests/src/util/build/
DeviceUtil.java.template
21
* sufficient e.g. for adb
shell
cmd)
97
DeviceUtil.digestCommand(new String[] {"adb", "
shell
",
/dalvik/tests/etc/
push-and-run-test-jar
126
adb
shell
cd /data \; dvz -classpath test.jar Main "$@"
128
adb
shell
cd /data \; dalvikvm $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG \
/external/bluetooth/glib/docs/reference/glib/
compiling.sgml
24
The following interactive
shell
session demonstrates how
55
feature of the
shell
. If you enclose a command in backticks
/external/dropbear/
filelist.txt
44
channel.c Channel handling routines - each
shell
/tcp conn/agent
47
chansession.c Handles
shell
/exec requests
/external/icu4c/config/
mh-alpha-linux-cc
59
# @$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
65
# @$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-alpha-linux-gcc
50
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
56
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-alpha-osf
59
# @$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
65
# @$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-hpux-gcc
61
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
67
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-irix
57
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
63
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-linux
52
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
58
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
mh-linux-va
63
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< > /dev/null'
67
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< > /dev/null'
mh-qnx
58
@$(
SHELL
) -ec '$(GEN_DEPS.c) $< \
64
@$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
/external/icu4c/samples/layout/
Makefile
78
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(
SHELL
) ./config.status
85
$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
Makefile.in
78
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(
SHELL
) ./config.status
85
$(
SHELL
) -ec '$(GEN_DEPS.cc) $< \
Completed in 70 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>