HomeSort by relevance Sort by last modified time
    Searched refs:Install (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 8 (* Install standard binary operators.
  /packages/apps/VoiceDialer/
Android.mk 14 # Install the srec data files if VoiceDialer.apk is installed to system image.
  /external/grub/docs/
menu.lst 76 title Install GRUB into the hard disk
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 13 (* Install standard binary operators.
  /device/ti/panda/wl12xx/
Android.mk 23 # Install from ti-wpan.tgz:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 85 # Location where we're going to install the toolchain during the build
94 # Location where we're going to install the final binaries
508 echo "Please install wget or curl on this machine"
522 echo "Please install scp on this machine"
1197 task2_define install_binutils "Install binutils-$BINUTILS_VERSION"
1202 make install
1232 task2_define install_gmp "Install gmp-$GMP_VERSION"
1237 make install
    [all...]
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 100 elif line[:9] == "install: " and not len(packages[current_package]["path"]):
142 I will run setup.exe. Select the "Install
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 38 * Install a sensible toString() on the FileError object.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 34 REM Install Eclipse and org.eclipse.test plugin
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 243 CActiveScheduler::Install(NULL);
290 CActiveScheduler::Install(as);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 122 # Location where we're going to install the toolchain during the build
126 # Location where we're going to install the final binaries
586 echo "Please install wget or curl on this machine"
600 echo "Please install scp on this machine"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 122 # Location where we're going to install the toolchain during the build
126 # Location where we're going to install the final binaries
586 echo "Please install wget or curl on this machine"
600 echo "Please install scp on this machine"
    [all...]
  /external/grub/util/
grub-install.in 3 # Install GRUB on your drive.
34 log_file=/tmp/grub-install.log.$$
35 img_file=/tmp/grub-install.img.$$
50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX"
51 mkimg="/bin/mktemp /tmp/grub-install.img.XXXXXX"
61 Usage: grub-install [OPTION] install_device
62 Install GRUB on your drive.
66 --root-directory=DIR install GRUB images under the directory DIR
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boo
    [all...]
grub-install 3 # Install GRUB on your drive.
34 log_file=/tmp/grub-install.log.$$
35 img_file=/tmp/grub-install.img.$$
50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX"
51 mkimg="/bin/mktemp /tmp/grub-install.img.XXXXXX"
61 Usage: grub-install [OPTION] install_device
62 Install GRUB on your drive.
66 --root-directory=DIR install GRUB images under the directory DIR
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boo
    [all...]
  /development/testrunner/
adb_interface.py 134 def Install(self, apk_path):
141 output of install command
143 return self.SendCommand("install -r %s" % apk_path)
runtest.py 78 # regular expression to match install: statements in make output
79 _RE_MAKE_INSTALL = re.compile(r'Install:\s(.+)')
282 """Install artifacts from build onto device.
284 Looks for 'install:' text from make output to find artifacts to install.
295 logger.Log("adb install -r %s" % abs_install_path)
296 logger.Log(self._adb.Install(abs_install_path))
308 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /build/core/
java.mk 265 # Install the RS compatibility libraries to /system/lib/ if necessary
282 # Install them only if the current module is installed.
426 # Override PRIVATE_INTERMEDIATES_DIR so that install-dex-debug
445 $(install-dex-debug)
  /external/strace/
strace.spec 22 Install strace if you need a tool to track the system calls made and
37 Install strace if you need a tool to track the system calls made and
51 %install
53 make DESTDIR=%{buildroot} install
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 38 // Install the 'mousedown' handler, the entry point to drag and drop.

Completed in 424 milliseconds

1 2