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

<<11121314151617181920>>

  /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
STLport-4.6.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
  /external/wpa_supplicant_8/src/crypto/
Makefile 6 install:
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 7 install:
  /frameworks/base/core/java/android/view/
InputFilter.java 136 public final void install(IInputFilterHost host) { method in class:InputFilter
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 111 Location install = Platform.getInstallLocation(); local
112 if (install != null && install.getURL() != null) {
113 File toolsFolder = new File(install.getURL().getFile()).getParentFile();
134 // the welcome wizard each time if we can simply use the existing SDK install.
  /external/srtp/
Makefile 44 INSTALL = /usr/bin/install -c
177 .PHONY: clean superclean install
179 install:
183 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
184 $(INSTALL) -d $(DESTDIR)$(libdir)
  /frameworks/base/keystore/java/android/security/
Credentials.java 49 public static final String INSTALL_ACTION = "android.credentials.INSTALL";
87 * Intent extra: install the certificate bundle as this UID instead of
181 public void install(Context context) { method in class:Credentials
190 public void install(Context context, KeyPair pair) { method in class:Credentials
201 public void install(Context context, String type, byte[] value) { method in class:Credentials
  /ndk/build/core/
definitions-host.mk 108 # Function : host-install
111 # Usage : $(call host-install,<src-file>,<dst-file>)
113 # to install a file or directory, while preserving its timestamps
117 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
119 host-install = install -p $1 $2
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 109 # -install Script to execute after faultsim -injectinstall
120 set DEFAULT(-install) ""
139 -test $O(-test) -install $O(-install) -uninstall $O(-uninstall)
305 set DEFAULT(-install) ""
320 eval $O(-install)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 58 dummy := $(error Error: $(FLEX) is missing on this system, please install it)
62 dummy := $(error Error: $(BISON) is missing on this system, please install it)
153 msg := $(warning No libelf found, disables 'probe' tool, please install elfutils-libelf-devel/libelf-dev);
159 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static);
171 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev);
226 msg := $(warning No libunwind found, disabling post unwind support. Please install libunwind-dev[el] >= 0.99);
241 msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or libaudit-dev);
256 msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev);
269 msg := $(warning GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev);
393 msg := $(warning No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demangling
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 399 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
408 # Make temp install directory
525 run make install
526 fail_panic "Can't install $PKGNAME"
565 run make install -j$JOBS
571 # Install the right mingw64 headers into the sysroot
592 run make install -j$JOBS &&
597 fail_panic "Can't install mingw-64-headers"
604 # 'make all-gcc' and 'make install-gcc' as a special case.
625 run make -j$JOBS install-gc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 399 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
408 # Make temp install directory
525 run make install
526 fail_panic "Can't install $PKGNAME"
565 run make install -j$JOBS
571 # Install the right mingw64 headers into the sysroot
592 run make install -j$JOBS &&
597 fail_panic "Can't install mingw-64-headers"
604 # 'make all-gcc' and 'make install-gcc' as a special case.
625 run make -j$JOBS install-gc
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 101 INSTALL,
143 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
232 "Install the data (specify target)",
422 if( options[INSTALL].doesOccur ) {
423 o.install = options[INSTALL].value;
425 o.install = NULL;
552 if (o->install != NULL) {
553 uprv_strcpy(targetDir, o->install);
560 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir)
    [all...]
  /external/libcxx/src/
locale.cpp 163 void install(facet* f, long id);
164 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
178 install(&make<_VSTD::collate<char> >(1u));
179 install(&make<_VSTD::collate<wchar_t> >(1u));
180 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
181 install(&make<_VSTD::ctype<wchar_t> >(1u));
182 install(&make<codecvt<char, char, mbstate_t> >(1u));
183 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
184 install(&make<codecvt<char16_t, char, mbstate_t> >(1u))
436 locale::__imp::install(facet* f, long id) function in class:locale::__imp
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 167 void install(facet* f, long id);
168 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
182 install(&make<_VSTD::collate<char> >(1u));
183 install(&make<_VSTD::collate<wchar_t> >(1u));
184 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
185 install(&make<_VSTD::ctype<wchar_t> >(1u));
186 install(&make<codecvt<char, char, mbstate_t> >(1u));
187 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
188 install(&make<codecvt<char16_t, char, mbstate_t> >(1u))
440 locale::__imp::install(facet* f, long id) function in class:locale::__imp
    [all...]
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 11 # nmake install to install the library and its header files.
291 install-libs : all
302 install : install-libs
306 install-dist : install-libs
315 $(MAKE) /nologo PREFIX=$(BDPREFIX) SOPREFIX=$(BDPREFIX)\bin install-dist
  /external/ppp/pppd/
Makefile.linux 102 EXTRAINSTALL = $(INSTALL) -s -c -m 555 srp-entry $(BINDIR)/srp-entry
198 INSTALL= install
202 install: pppd
205 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
208 $(INSTALL) -c -m 444 pppd.8 $(MANDIR)
216 install-devel:
218 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 57 // Sets the "ap" field for a multi-install product (both the product and
60 // Caller must specify a multi-install ap value.
79 // Make the product technically multi-install.
85 L"--multi-install"));
92 void TestCurrentChromeChannelWithVariousApValues(SystemUserInstall install) {
104 bool is_system = install == SYSTEM_INSTALL;
124 SetApField(install, ap.c_str());
139 void TestExperimentsLabelHelper(SystemUserInstall install) {
150 install == SYSTEM_INSTALL, &value));
154 install == SYSTEM_INSTALL, kTestExperimentLabel))
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/
Makefile 46 INSTALL = /usr/bin/install -c
189 .PHONY: clean superclean distclean install
191 install:
195 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
196 $(INSTALL) -d $(DESTDIR)$(libdir)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
208 install: $(OUTPUTS)
209 $(INSTALL) -d $(DESTDIR)$(EGL_DRIVER_INSTALL_DIR)
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
208 install: $(OUTPUTS)
209 $(INSTALL) -d $(DESTDIR)$(EGL_DRIVER_INSTALL_DIR)
  /cts/apps/CtsVerifier/
Android.mk 46 adb install -r $(PRODUCT_OUT)/data/app/CtsVerifier/CtsVerifier.apk \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java 32 Button installButton = (Button) view.findViewById(R.id.install);
80 startActivity(new Intent("android.credentials.INSTALL"));

Completed in 1906 milliseconds

<<11121314151617181920>>