HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 51 - 75 of 1707) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dhcpcd/mk/
cc.mk 10 CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH})
23 CFLAGS+= ${_CC_FLAGS}$(shell ${_CC_FLAGS_SH})
27 GGDB= ${_GGDB}$(shell ${_GGDB_SH})
man.mk 6 MANPREFIX?= ${_MANPREFIX}$(shell ${_MANPREFIX_SH})
13 MAN5= ${_MAN5}$(shell ${_MAN5_SH})
17 MAN8= ${_MAN8}$(shell ${_MAN8_SH})
  /external/grub/docs/
grub-install.8 21 \fB\-\-grub\-shell\fR=\fIFILE\fR
22 use FILE as the grub shell
37 \fB\-\-root\-directory\fR, and uses the grub shell to install grub into the boot
  /external/webkit/WebCore/bindings/js/
JSDOMWindowBase.cpp 46 JSDOMWindowBase::JSDOMWindowBaseData::JSDOMWindowBaseData(PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
47 : JSDOMGlobalObjectData(shell->world(), destroyJSDOMWindowBaseData)
49 , shell(shell)
53 JSDOMWindowBase::JSDOMWindowBase(NonNullPassRefPtr<Structure> structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
54 : JSDOMGlobalObject(structure, new JSDOMWindowBaseData(window, shell), shell)
58 GlobalPropertyInfo(Identifier(globalExec(), "window"), d()->shell, DontDelete | ReadOnly)
79 KURL targetURL = d()->shell->window()->impl()->url();
144 return shell();
147 JSDOMWindowShell* JSDOMWindowBase::shell() const function in class:WebCore::JSDOMWindowBase
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 23 import org.eclipse.swt.widgets.Shell;
31 * @see WizardDialog#WizardDialog(Shell, IWizard)
33 public WizardDialogEx(Shell parentShell, IWizard newWizard) {
  /external/v8/src/
d8.cc 43 const char* Shell::kHistoryFileName = ".d8_history";
44 const char* Shell::kPrompt = "d8> ";
89 CounterMap* Shell::counter_map_;
90 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL;
91 CounterCollection Shell::local_counters_;
92 CounterCollection* Shell::counters_ = &local_counters_;
93 Persistent<Context> Shell::utility_context_;
94 Persistent<Context> Shell::evaluation_context_;
111 bool Shell::ExecuteString(Handle<String> source,
148 Handle<Value> Shell::Print(const Arguments& args)
    [all...]
  /external/grub/util/
grub-md5-crypt 39 --grub-shell=FILE use FILE as the grub shell
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
grub-md5-crypt.in 39 --grub-shell=FILE use FILE as the grub shell
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
  /external/webkit/WebKitTools/wx/packaging/debian/
rules 3 SHELL = /bin/bash
5 PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
60 echo $(shell pwd)
61 echo $(shell ls -l)
  /development/apps/Term/res/values/
strings.xml 40 <string name="shell_preferences">Shell</string>
42 <string name="summary_shell_preference">Specify the shell command line.</string>
43 <string name="dialog_title_shell_preference">Shell</string>
46 <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string>
  /development/ndk/samples/hello-jni/tests/src/com/example/HelloJni/
HelloJniTest.java 11 * adb shell am instrument -w \
  /development/ndk/samples/two-libs/tests/src/com/example/TwoLib/
TwoLibTest.java 11 * adb shell am instrument -w \
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 28 * $ adb shell am instrument -w \
32 * $ adb shell am instrument -w \
37 * $ adb shell am instrument -w \
42 * $ adb shell am instrument -w \
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
contperf.sh 5 # Echo shell script commands.
span16perf.sh 5 # Echo shell script commands.
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 5 # Echo shell script commands.
span16perf.sh 5 # Echo shell script commands.
  /frameworks/base/tests/CoreTests/
run_core_test.sh 3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDialog.java 26 import org.eclipse.swt.widgets.Shell;
43 * @param parentShell the parent {@link Shell}.
47 public GridDialog(Shell parentShell, int numColumns, boolean makeColumnsEqualWidth) {
56 * passed to {@link #GridDialog(Shell, int, boolean)}.
  /system/core/init/
README.BOOTCHART 16 adb shell 'echo $TIMEOUT > /data/bootchart-start'
21 adb shell 'echo 120 > /data/bootchart-start'
26 adb shell 'echo 1 > /data/bootchart-stop'
32 adb shell rm /data/bootchart-start
  /external/dbus/tools/
dbus-launch.1 7 dbus-launch \- Utility to start a message bus from a shell script
15 instance of \fIdbus-daemon\fP from a shell script.
38 \-\-auto-syntax options. Several of these cause \fIdbus-launch\fP to emit shell code
42 of the SHELL environment variable to determine which shell syntax
43 should be used. If SHELL ends in "csh", then csh-compatible code is
44 emitted; otherwise Bourne shell code is emitted. Instead of passing
48 know which shell your script is written in.
56 sh-compatible shell to start the per-session bus daemon:
130 Choose \-\-csh-syntax or \-\-sh-syntax based on the SHELL environment variable
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Shell.java 8 * SQLite command line shell. This is a partial reimplementaion
9 * of sqlite/src/shell.c and can be invoked by:<P>
12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback {
40 public Shell(PrintWriter pw, PrintWriter err) {
45 public Shell(PrintStream ps, PrintStream errs) {
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str)
    [all...]
  /development/pdk/docs/porting/
tcpdump.jd 22 adb shell chmod 6755 /data/local/tmp/tcpdump
37 adb shell tcpdump -i any -p -s 0 -w /sdcard/capture.pcap
51 <p>You can run <code>tcpdump</code> in the background from an interactive shell or from Terminal. By default, <code>tcpdump</code> captures all traffic without filtering. If you prefer, add an expression like port 80 to the <code>tcpdump</code> command line.</p>
55 adb shell tcpdump -n -s 0
59 adb shell tcpdump -X -n -s 0 port 80
63 # In one shell, start tcpdump.
64 adb shell "tcpdump -n -s 0 -w - | nc -l -p 11233"
66 # In a separate shell, forward data and run ethereal.
  /external/chromium/third_party/icu/source/config/
mh-mingw 74 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
75 CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
77 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
78 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
112 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
113 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
  /external/dbus/dbus/
dbus-shell.h 2 /* dbus-shell.h Shell command line utility functions.

Completed in 1514 milliseconds

1 23 4 5 6 7 8 91011>>