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

1 2 3 45 6 7 8 91011>>

  /external/dbus/dbus/
dbus-shell.c 2 /* dbus-shell.c Shell command line utility functions.
30 #include "dbus-shell.h"
144 * Quotes a string so that the shell (/bin/sh) will interpret the
146 * the shell, for example, you should first quote it with this
210 * Unquotes a string as the shell (/bin/sh) would. Only handles
212 * variables, backticks, redirections, or other special-to-the-shell
213 * features, the result will be different from the result a real shell
220 * unquotes/unescapes anything that the shell would. Both single and
224 * Shell quoting rules are a bit strange. Single quotes preserve th
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
adb.jd 9 <li>Run shell commands on a device</li>
23 <li><a href="#shellcommands">Issuing Shell Commands</a></li>
56 <dt><a href="#shellcommands">Issuing Shell Commands</a></dt>
57 <dd><a href="#sqlite">Examining sqlite3 Databases from a Remote Shell</a></dd>
59 <dd><a href="#othershellcommands">Other Shell Commands</a></dd>
77 <li>A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. </li>
337 <pre>adb wait-for-device shell getprop</pre>
364 <td rowspan="2">Shell</td>
365 <td><code>shell</code></td>
366 <td>Starts a remote shell in the target emulator/device instance.</td
    [all...]
bmgr.jd 23 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
27 accessed via the <a href="{@docRoot}guide/developing/tools/adb.html">adb</a> shell.
41 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
51 <pre class="no-pretty-print">adb shell bmgr run</pre>
80 <pre class="no-pretty-print">adb shell bmgr restore <em>&lt;package&gt;</em></pre>
98 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
108 <pre class="no-pretty-print">adb shell bmgr enabled</pre>
115 <pre class="no-pretty-print">adb shell bmgr enable <em>&lt;boolean&gt;</em></pre>
141 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
151 <pre class="no-pretty-print">adb shell bmgr transport <em>&lt;name&gt;</em></pre
    [all...]
  /external/bison/tests/
atconfig 17 SHELL=${CONFIG_SHELL-'/bin/sh'}
atlocal 1 # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
atlocal.in 1 # @configure_input@ -*- shell-script -*-
  /external/grub/docs/
Makefile.am 31 $(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
34 $(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
37 $(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
41 $(PERL) $(srcdir)/$(HELP2MAN) --name="the grub shell" \
  /external/icu4c/test/perf/unisetperf/draft/
span8perf.sh 5 # Echo shell script commands.
  /external/netcat/scripts/
bsh 2 ## a little wrapper to "password" and re-launch a shell-listener.
  /external/v8/test/mjsunit/tools/
tickprocessor-test-func-info.log 1 shared-library,"shell",0x08048000,0x081ee000
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 11 from buildbot.steps import master, shell, source, transfer, trigger
51 class InstallWin32Dependencies(shell.Compile):
57 class InstallChromiumDependencies(shell.ShellCommand):
70 class CompileWebKit(shell.Compile):
85 return shell.Compile.start(self)
88 class ArchiveBuiltProduct(shell.ShellCommand):
97 class ExtractBuiltProduct(shell.ShellCommand):
124 class RunJavaScriptCoreTests(shell.Test):
133 shell.Test.__init__(self, *args, **kwargs)
140 return shell.Test.start(self
    [all...]
  /frameworks/base/docs/html/
app.yaml 34 # script: /gae_shell/shell.py
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
AndroidManifest-instrumentation.xml 8 "adb shell am instrument -w com.android.samples.tests/android.test.InstrumentationTestRunner"
  /system/core/sh/bltin/
bltin.h 39 * shell. If SHELL is defined, we try to map the standard UNIX library
43 #include "../shell.h"
45 #ifdef SHELL
  /system/core/sh/
builtins.c 5 #include "shell.h"
exec.h 40 #define CMDFUNCTION 1 /* command is a shell function */
41 #define CMDBUILTIN 2 /* command is a shell builtin */
42 #define CMDSPLBLTIN 3 /* command is a special shell builtin */
58 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */
  /external/dropbear/
svr-auth.c 138 /* username is invalid/no shell/etc - send failure */
191 * shell.
248 TRACE(("shell is %s", ses.authstate.pw->pw_shell))
250 /* check that the shell is set */
253 /* empty shell in /etc/passwd means /bin/sh according to passwd(5) */
257 /* check the shell is valid. If /etc/shells doesn't exist, getusershell()
262 TRACE(("test shell is '%s'", listshell))
268 /* no matching shell */
270 TRACE(("no matching shell"))
271 dropbear_log(LOG_WARNING, "user '%s' has invalid shell, rejected"
    [all...]
  /external/elfutils/config/
Makefile 49 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
55 ACLOCAL = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
58 AMTAR = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
59 AUTOCONF = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf
60 AUTOHEADER = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader
61 AUTOMAKE = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9
81 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
95 MAKEINFO = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo
114 SHELL = /bin/sh
181 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)';
    [all...]
  /external/elfutils/doc/
Makefile 47 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
53 ACLOCAL = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
56 AMTAR = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
57 AUTOCONF = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf
58 AUTOHEADER = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader
59 AUTOMAKE = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9
79 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
93 MAKEINFO = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo
112 SHELL = /bin/sh
180 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)';
    [all...]
  /external/elfutils/m4/
Makefile 47 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
53 ACLOCAL = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
56 AMTAR = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
57 AUTOCONF = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf
58 AUTOHEADER = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader
59 AUTOMAKE = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9
79 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
93 MAKEINFO = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo
112 SHELL = /bin/sh
183 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)';
    [all...]
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 111 JSDOMWindowShell* shell = windowShell(world); local
112 ExecState* exec = shell->window()->globalExec();
126 Completion comp = JSC::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell);
233 JSDOMWindowShell* shell = existingWindowShell(world); local
234 if (!shell)
237 if (Event* event = shell->window()->currentEvent())
271 JSDOMWindowShell* shell = iter->second.get(); local
272 Event* event = shell->window()->currentEvent();
291 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger)
293 if (!shell)
    [all...]
  /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...]
  /dalvik/tools/
dexcheck 22 files=`adb shell "cd /data/dalvik-cache; echo *" | sed -e s/.$//`
37 errout=`adb shell "dexdump /data/dalvik-cache/$file > dev/null"`
  /dalvik/vm/compiler/template/
Makefile-template 20 SHELL := /bin/sh
38 $(shell find . -path ./$(OUTPUT_DIR) -prune -o -type f -print)
  /dalvik/vm/mterp/
Makefile-mterp 20 SHELL := /bin/sh
38 $(shell find . -path ./$(OUTPUT_DIR) -prune -o -type f -print) \

Completed in 286 milliseconds

1 2 3 45 6 7 8 91011>>