HomeSort by relevance Sort by last modified time
    Searched full:install (Results 451 - 475 of 5251) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
  /prebuilts/python/darwin-x86/2.7.5/lib/pkgconfig/
python-2.7.pc 1 prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64
python.pc 1 prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64
python2.pc 1 prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 4 (install all Python modules)."""
23 description = "install all Python modules (extensions and pure Python)"
41 ('install-dir=', 'd', "directory to install to"),
42 ('build-dir=','b', "build directory (where to install from)"),
56 # let the 'install' command dictate our installation directory
65 # Get all the information we need to install pure Python modules
66 # from the umbrella 'install' command -- build (source) directory,
67 # install (target) directory, and whether to compile .py files.
68 self.set_undefined_options('install',
113 def install(self): member in class:install_lib
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/pkgconfig/
python-2.7.pc 1 prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64
python.pc 1 prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64
python2.pc 1 prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 4 (install all Python modules)."""
23 description = "install all Python modules (extensions and pure Python)"
41 ('install-dir=', 'd', "directory to install to"),
42 ('build-dir=','b', "build directory (where to install from)"),
56 # let the 'install' command dictate our installation directory
65 # Get all the information we need to install pure Python modules
66 # from the umbrella 'install' command -- build (source) directory,
67 # install (target) directory, and whether to compile .py files.
68 self.set_undefined_options('install',
113 def install(self): member in class:install_lib
    [all...]
  /external/grub/stage1/
Makefile.in 27 INSTALL = @INSTALL@
245 install-nodist_pkglibDATA: $(nodist_pkglib_DATA)
345 install: install-am
346 install-exec: install-exec-am
347 install-data: install-data-am
350 install-am: all-a
    [all...]
  /external/libogg/doc/libogg/
Makefile.in 25 INSTALL = @INSTALL@
243 install-docDATA: $(doc_DATA)
301 install: install-am
302 install-exec: install-exec-am
303 install-data: install-data-am
306 install-am: all-a
    [all...]
  /external/libpng/scripts/
makefile.cygwin 26 # Override DESTDIR= on the make install command line to easily support
29 # make install DESTDIR=/tmp/build/libpng
31 # If you're going to install into a temporary location
33 # you execute make install.
43 # Where "make install" puts libpng*.a, *png*.dll, png.h, and pngconf.h
129 # Make this to verify that "make [...] install" will do what you want.
193 install-static: $(STATLIB) install-headers install-man
195 install -m 644 $(STATLIB) $(DL)/$(LIBNAME).
    [all...]
makefile.mingw 31 # Override DESTDIR= on the make install command line to easily support
34 # make install DESTDIR=/tmp/build/libpng
36 # If you're going to install into a temporary location
38 # you execute make install.
49 # Where "make install" puts libpng*.a, *png*.dll, png.h, and pngconf.h
129 # Make this to verify that "make [...] install" will do what you want.
188 install-static: $(STATLIB) install-headers install-man
190 install -m 644 $(STATLIB) $(DL)/$(LIBNAME).
    [all...]
  /external/libvorbis/
Makefile.in 45 COPYING compile config.guess config.sub depcomp install-sh \
63 html-recursive info-recursive install-data-recursive \
64 install-dvi-recursive install-exec-recursive \
65 install-html-recursive install-info-recursive \
66 install-pdf-recursive install-ps-recursive install-recursive \
126 INSTALL = @INSTALL
    [all...]
  /external/marisa-trie/
Makefile.in 37 ChangeLog INSTALL NEWS depcomp install-sh missing
50 html-recursive info-recursive install-data-recursive \
51 install-dvi-recursive install-exec-recursive \
52 install-html-recursive install-info-recursive \
53 install-pdf-recursive install-ps-recursive install-recursive
    [all...]
  /build/tools/check_prereq/
check_prereq.c 40 long install = strtol(argv[1], &end, 10); local
43 current, install);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
README 17 To install the python module, run
18 python ./setup.py install
20 When you install this library, you also get a helper application,
  /external/chromium_org/chrome/installer/setup/
install.h 44 // Install shortcuts for the current user only.
46 // Install global shortcuts visible to all users. Note: the Quick Launch
68 // |install_level| specifies whether to install per-user shortcuts or shortcuts
91 // install status (failed, new_install, updated etc).
94 // to Chrome install folder after install is complete
96 // to Chrome install folder after install is complete
97 // install_temp_path: working directory used during install/update. It should
125 // login for each user post system-level Chrome install)
    [all...]
  /external/chromium_org/cloud_print/common/win/
install_utils.h 16 // Sets Google Update registry keys after install or update.
35 // Returns install location retrieved from control panel uninstall key.
38 // Returns install location retrieved from control panel uninstall key.
  /external/chromium_org/third_party/icu/source/stubdata/
Makefile.in 54 ## Header files to install
64 .PHONY : all all-local install install-local clean clean-local \
65 distclean distclean-local install-library dist \
73 install: install-local
81 install-local: install-library
83 install-library: all-local
86 $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/gbm/
Makefile 28 GBM_EXTRA_INSTALL = install-pipes
38 install-pipes:
39 @$(MAKE) -C $(PIPE_SRC_DIR) PIPE_INSTALL_DIR=$(PIPE_INSTALL_DIR) install

Completed in 538 milliseconds

<<11121314151617181920>>