HomeSort by relevance Sort by last modified time
    Searched refs:shell (Results 276 - 300 of 343) sorted by null

<<11121314

  /hardware/ti/omap4xxx/domx/make/
build.mk 340 # Generate fatal error if make variable SHELL is incorrect
343 @$(SHELLCMD) echo Fatal error: SHELL set to $(SHELL) instead of $(MYSHELL)
345 @$(SHELLCMD) echo of your command shell
353 @$(SHELLCMD) echo SHELL: $(SHELL)
  /packages/inputmethods/LatinIME/native/src/
correction.cpp     [all...]
  /build/core/
envsetup.mk 39 UNAME := $(shell uname -sm)
Makefile 265 $(shell rm -f $(MODULE_INFO_FILE))
267 $(shell echo "NAME=\"$(m)\"" \
637 recovery_resource_deps := $(shell find $(recovery_resources_common) \
    [all...]
base_rules.mk 50 #$(shell rm -f tag-list.csv)
56 #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(LOCAL_MODULE_TAGS))) >> tag-list.csv)
335 $(patsubst ./%,%,$(shell cd $(TOP_DIR)$(LOCAL_PATH)/$(dir) && \
  /external/srec/tests/
Android.mk 5 # Compiled grammars, TCP test scripts, audio data and shell scripts #
93 # Shell scripts for UAPI tests #
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 247 EventSender::EventSender(TestShell* shell)
248 : m_shell(shell)
    [all...]
WebViewHost.cpp     [all...]
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 267 Popen(self._options.browser + " " + self._options.output_file, stdout=None, stderr=None, shell=True)
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 81 import org.eclipse.swt.widgets.Shell;
498 Shell shell = getShell(); local
523 SelectionDialog dialog = new TestSelectionDialog(shell, types);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 890 DBUS_LIBS := $(shell pkg-config --libs dbus-1)
894 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1)
896 dbus_version=$(subst ., ,$(shell pkg-config --modversion dbus-1))
  /external/libvpx/
libs.mk 293 $(shell $(SRC_PATH_BARE)/build/make/version.sh "$(SRC_PATH_BARE)" $(BUILD_PFX)vpx_version.h)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 155 # Don't run any shell.js files as tests; they are only utility files
156 @test_list = grep (!/shell\.js$/, @test_list);
173 # Append the shell.js files to the shell_command if they're there.
181 $path = &xp_path($opt_suite_path . $suite . "/shell.js");
187 $test_dir . "/shell.js");
450 &dd ("opt: setting shell path to '$opt_shell_path'.");
476 die "You must select a shell to test in.\n";
506 "(-s|--shellpath) <path> Location of JavaScript shell.\n" .
518 # get the shell command used to start the (either) engine
582 # get the shell command used to run rhin
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
CodeGen.java 26 import org.eclipse.swt.widgets.Shell;
    [all...]
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 11 ifneq (,$(findstring i86pc,$(shell uname -m)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 75 import org.eclipse.swt.widgets.Shell;
499 Shell shell = display.getActiveShell();
500 if (MessageDialog.openQuestion(shell, "Android AVD Error",
577 // there seems to be some case where the shell will be null. (might be
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 26 import org.eclipse.swt.widgets.Shell;
    [all...]
  /ndk/build/core/
definitions.mk 158 # Rationale: This function expands to the host-specific shell command used
171 # Rationale: This function expands to the host-specific shell command used
184 # Rationale: This function expands to the host-specific shell command used
198 # Rationale: This function expands to the host-specific shell command used
212 # Rationale: This function expands to the host-specific shell command used
    [all...]
  /external/libxml2/
xmllint.c 122 static int shell = 0; variable
767 * Shell Interface *
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 16 * The "shell" page may have a renderering already contained within it so that
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 19 rem shell script for Unix systems, though some of the tests from that
  /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...]
  /external/mksh/src/
Build.sh 538 a shell account to the developer, this may improve; please
541 $e "$bi$me: Building the MirBSD Korn Shell$ao $ui$dstversion$ao"
    [all...]

Completed in 942 milliseconds

<<11121314