HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 151 - 175 of 2503) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dhcpcd/mk/
dist.mk 12 VERSION= ${_VERSION}$(shell ${_VERSION_SH})
16 SNAP= ${_SNAP}$(shell ${_SNAP_SH})
  /external/icu4c/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/mksh/
mkshrc 8 : ${SHELL:=$MKSH} ${USER:=$(typeset x=$(id); x=${x#*\(}; print -r -- ${x%%\)*})}
16 export HOME HOSTNAME MKSH PS1 SHELL TERM USER
  /external/openssh/
ssh-agent.0 25 -c Generate C-shell commands on stdout. This is the default if
26 SHELL looks like it's a csh style of shell.
34 -s Generate Bourne shell commands on stdout. This is the default if
35 SHELL does not look like it's a csh style of shell.
67 needed shell commands (either sh(1) or csh(1) syntax can be generated)
68 which can be evaluated in the calling shell, eg eval `ssh-agent -s` for
  /external/sepolicy/
cts.te 26 # Execute the shell or other system executables.
41 dontaudit shell self:capability dac_override;
  /external/valgrind/main/nightly/conf/
cellbuzz-cross.conf 6 # Note: please keep in mind that the default shell (a.o. used by cron) on the
7 # Georgia Tech Cellbuzz cluster is tcsh. Any shell code must be suitable for
cellbuzz-native.conf 6 # Note: please keep in mind that the default shell (a.o. used by cron) on the
7 # Georgia Tech Cellbuzz cluster is tcsh. Any shell code must be suitable for
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsPerfTestRunner.java 29 * adb shell am instrument -w com.android.perftest/.RsPerfTestRunner
32 * adb shell am instrument -e iterations <n> -w com.android.perftest/.RsPerfTestRunner
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
if 18 \t\@echo 5 \$(if z,true,\$(shell echo hi))
19 \t\@echo 6 \$(if ,\$(shell echo hi),false)
  /ndk/sources/host-tools/sed-4.2.1/
README.boot 10 with a Bourne-like shell and gcc one could use:
12 or with a csh-like shell, one could try:
  /packages/apps/Contacts/src/com/android/contacts/util/
Constants.java 30 * To enable: adb shell setprop log.tag.ContactsPerf VERBOSE
36 * To enable: adb shell setprop log.tag.ContactsStrictMode DEBUG
  /sdk/chimpchat/src/com/android/chimpchat/adb/
CommandOutputCapture.java 21 * Shell Output Receiver that captures shell output into a String for
LoggingOutputReceiver.java 24 * Shell Output Receiver that sends shell output to a Logger.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IShellOutputReceiver.java 20 * Classes which implement this interface provide methods that deal with out from a remote shell
40 * Cancel method to stop the execution of the remote shell command.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 18 import org.eclipse.swt.widgets.Shell;
23 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
IUpdaterData.java 26 import org.eclipse.swt.widgets.Shell;
49 public abstract Shell getWindowShell();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 23 import org.eclipse.swt.widgets.Shell;
120 Shell shell = null;
122 shell = mDisplay.getActiveShell();
124 if (shell == null || shell.isDisposed()) {
130 MessageDialog.openInformation(shell, "Android Virtual Devices Manager",
133 MessageDialog.openError(shell, "Android Virtual Devices Manager",
  /ndk/sources/host-tools/make-3.81/
README.OS2 11 Makefiles while others might want to use OS/2's native shell cmd.exe,
12 GNU make supports both shell types. The following list defines the order
13 that is used to determine the shell:
15 1. The shell specified by the environment variable MAKESHELL.
16 2. The shell specified by the SHELL variable within a Makefile. As on
17 Unix, SHELL is NOT taken from the environment.
18 3. The shell specified by the COMSPEC environment variable.
19 4. The shell specified by the OS2_SHELL environment variable.
34 - At compile time you can turn off that cmd is used as default shell
    [all...]
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 6 <title> Interactive Shell </title>
7 <script type="text/javascript" src="/gae_shell/static/shell.js"></script>
77 <p> Interactive server-side Python shell for
87 <form id="form" action="shell.do" method="get">
93 onkeypress="return shell.onPromptKeyPress(event);"></textarea>
  /external/compiler-rt/make/platform/
darwin_bni.mk 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang)
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar)
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib)
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip)
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo)
  /external/iproute2/
Makefile 56 install -m 0644 README.iproute2+tc $(shell find examples -maxdepth 1 -type f) \
58 install -m 0644 $(shell find examples/diffserv -maxdepth 1 -type f) \
61 install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
63 install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8
70 install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
xemacs.good 18 "SHELL = @SHELL@"
29 "mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs"
58 " CONFIG_FILES=$@ $(SHELL) ./config.status"
61 " $(SHELL) ./config.status --recheck"
xemacs.inp 18 SHELL = @SHELL@
29 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
58 CONFIG_FILES=$@ $(SHELL) ./config.status
61 $(SHELL) ./config.status --recheck
  /packages/apps/Phone/tests/
AndroidManifest.xml 31 adb shell am start -n com.android.phone.tests/.CallDialTest
57 runtest is a wrapper around 'adb shell'. The low level shell command is:
58 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner
61 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner
  /external/mksh/src/
mksh.1 151 .Nd MirBSD Korn shell
169 is a command interpreter intended for both interactive and shell
173 shell language and largely compatible to the original Korn shell.
176 name to the shell; not all make sense, have been tested or work at all though.
185 Interactive shell.
186 A shell is
192 An interactive shell has job control enabled, ignores the
213 Login shell.
214 If the basename the shell is called with (i.e. argv[0]
    [all...]

Completed in 774 milliseconds

1 2 3 4 5 67 8 91011>>