HomeSort by relevance Sort by last modified time
    Searched refs:install (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
Makefile 7 all install:: $(OMXINCLUDEDIR) $(HTARGET)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 21 all install:: $(COMPONENT_TARGET)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 48 all install:: $(COMPONENT_TARGET)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 42 all install:: $(COMPONENT_TARGET)
  /external/e2fsprogs/debian/
rules 7 # The `binary' target must be run as root, as it needs to install files with
73 INSTALL = install
74 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 0755
247 install: cleanup install-std
249 # This rule allows to factorize the dh_clean between the 2 install rules
250 # This must be launched before install-* (if launching them by hand, for
257 install-std: DH_OPTIONS=
258 install-std: buil
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 233 [install STR] # Install function (default _snd_pcm_hook_NAME_install)
239 [args STR] # Arguments for install function (see hook_args)
241 [args { }] # Arguments for install function
310 const char *lib = NULL, *install = NULL; local
372 if (strcmp(id, "install") == 0) {
373 err = snd_config_get_string(n, &install);
385 if (!install) {
386 install = buf;
390 install_func = h ? snd_dlsym(h, install, SND_DLSYM_VERSION(SND_PCM_DLSYM_VERSION)) : NULL
    [all...]
  /external/clearsilver/ports/rpm/
clearsilver.spec 13 # override PYTHON_SITE during install, for perl we have to run make
14 # install again with a new PREFIX. This means the perl module might be
154 %install
155 make PREFIX="$RPM_BUILD_ROOT%{__prefix}" prefix="$RPM_BUILD_ROOT%{__prefix}" PYTHON_SITE="$RPM_BUILD_ROOT%{python_sitepath}" install
157 make PREFIX="$RPM_BUILD_ROOT%{perl_prefix}" install
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 138 INSTALL,
178 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
240 "Install the data (specify target)",
416 if( options[INSTALL].doesOccur ) {
417 o.install = options[INSTALL].value;
419 o.install = NULL;
520 if (o->install != NULL) {
521 uprv_strcpy(targetDir, o->install);
528 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir)
    [all...]
  /dalvik/vm/
ReconfigureDvm.mk 35 # Don't install on any build by default
  /external/blktrace/
Makefile 55 INSTALL = install
62 export prefix INSTALL TAR
80 install: all
81 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
82 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
83 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man8
84 $(INSTALL) -m 755 $(ALL) $(DESTDIR)$(bindir)
85 $(INSTALL) -m 644 doc/*.1 $(DESTDIR)$(mandir)/man1
86 $(INSTALL) -m 644 doc/*.8 $(DESTDIR)$(mandir)/man
    [all...]
  /external/chromium/third_party/icu/source/config/
test-icu-config.sh 40 icu-config --icudata-install-dir
icu-config-bottom 39 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
52 echo " --prefix Print PREFIX to icu install (/usr/local)"
63 echo " --install Print path to install-sh"
170 --install)
171 echo ${INSTALL}
319 --icudata-install-dir)
  /external/e2fsprogs/doc/
Makefile.in 10 INSTALL = @INSTALL@
21 install-doc-libs: libext2fs.info libext2fs.dvi
  /external/icu4c/config/
test-icu-config.sh 40 icu-config --icudata-install-dir
icu-config-bottom 41 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
54 echo " --prefix Print PREFIX to icu install (/usr/local)"
65 echo " --install Print path to install-sh"
189 --install)
190 echo ${INSTALL}
338 --icudata-install-dir)
  /external/icu4c/samples/ufortune/
fortunedefs.mk 7 # (may require 'make install' in resources subdir for
  /external/libffi/
Makefile.am 53 "INSTALL=$(INSTALL)" \
173 # No install-html or install-pdf support in automake yet
174 .PHONY: install-html install-pdf
175 install-html:
176 install-pdf:
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 119 * Invokes {@link CertInstaller} to install the certificate(s) in the file.
124 Log.d(TAG, "install cert from " + file);
135 install(file.getName(), data);
165 private void install(String fileName, byte[] value) { method in class:CertFile
  /development/build/tools/
windows_sdk.mk 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32')
22 $(error Need a unix2dos command. Please 'apt-get install tofrodos')
  /external/clearsilver/cgi/
Makefile 41 install: all
43 $(INSTALL) -m 644 cgi.h $(DESTDIR)$(cs_includedir)/cgi
44 $(INSTALL) -m 644 cgiwrap.h $(DESTDIR)$(cs_includedir)/cgi
45 $(INSTALL) -m 644 date.h $(DESTDIR)$(cs_includedir)/cgi
46 $(INSTALL) -m 644 html.h $(DESTDIR)$(cs_includedir)/cgi
47 $(INSTALL) -m 644 $(CGI_LIB) $(DESTDIR)$(libdir)
48 $(INSTALL) $(STATIC_EXE) $(DESTDIR)$(bindir)
  /external/elfutils/libasm/
Makefile.am 71 install: install-am libasm.so
  /external/elfutils/libdw/
Makefile.am 83 install: install-am libdw.so
  /external/icu4c/samples/
readme.txt 64 Unix: - build and install (make install) ICU
  /external/stlport/etc/
STLport-4.5.1.spec 15 #Patch2: STLport-install-dir.patch
44 %install
47 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
73 %doc INSTALL README doc etc test
STLport-4.5.3.spec 15 #Patch2: STLport-install-dir.patch
44 %install
47 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
73 %doc INSTALL README doc etc test

Completed in 4470 milliseconds

1 2 3 4 5 6 7 8 91011>>