/external/opencv3/modules/java/generator/src/java/ |
android+AsyncServiceHelper.java | 82 public void install() { 83 Log.d(TAG, "Trying to install OpenCV Manager via Google Play"); 128 public void install() 130 Log.e(TAG, "Nothing to install we just wait current installation"); 193 public void install() { 194 Log.d(TAG, "Trying to install OpenCV lib via Google Play"); 245 public void install() { 246 Log.e(TAG, "Nothing to install we just wait current installation");
|
/external/vulkan-validation-layers/ |
update_external_sources.sh | 54 make install
|
/external/wpa_supplicant_8/src/ap/ |
Makefile | 6 install:
|
/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
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
shared.mk | 87 .PHONY: all clean cleanall install 109 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/ |
shared.mk | 91 .PHONY: all clean cleanall install 113 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/ |
shared.mk | 91 .PHONY: all clean cleanall install 113 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/ |
shared.mk | 92 .PHONY: all clean cleanall install 114 install : $(EXEC)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/ |
shared.mk | 89 .PHONY: all clean cleanall install 111 install : $(EXEC)
|
/prebuilts/sdk/tools/ |
jack_server_setup.mk | 48 $(hide) $(PRIVATE_JACK_ADMIN) install-server $(PRIVATE_PATH)/jack-launcher.jar $(PRIVATE_SERVER_JAR) 2>&1 || (exit 0)
|
/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.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
Makefile.am | 102 # We want install to imply install-info as per GNU standards, despite the 104 install-data-local: install-info
|
/cts/apps/CtsVerifier/ |
Android.mk | 101 adb install -r $(PRODUCT_OUT)/data/app/CtsVerifier/CtsVerifier.apk \ 102 && adb install -r $(notification-bot) \ 103 && adb install -r $(permission-app) \
|
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
CheckedProviderMethodsModuleTest.java | 72 install(ThrowingProviderBinder.forModule(this)); 73 install(new TestPrivateModule()); method 115 install(ThrowingProviderBinder.forModule(this));
|
/external/selinux/policycoreutils/po/ |
Makefile | 10 INSTALL = /usr/bin/install -c -p 11 INSTALL_DATA = $(INSTALL) -m 644 12 INSTALL_DIR = /usr/bin/install -d 122 install: $(MOFILES)
|
/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 | 51 public static final String INSTALL_ACTION = "android.credentials.INSTALL"; 92 * Intent extra: install the certificate bundle as this UID instead of 189 public void install(Context context) { method in class:Credentials 198 public void install(Context context, KeyPair pair) { method in class:Credentials 209 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
|
/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...] |
/external/icu/icu4c/source/tools/pkgdata/ |
pkgdata.cpp | 114 INSTALL, 156 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG), 245 "Install the data (specify target)", 435 if( options[INSTALL].doesOccur ) { 436 o.install = options[INSTALL].value; 438 o.install = NULL; 565 if (o->install != NULL) { 566 uprv_strcpy(targetDir, o->install); 573 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir) [all...] |
/external/libcxx/src/ |
locale.cpp | 164 void install(facet* f, long id); 165 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp 179 install(&make<_VSTD::collate<char> >(1u)); 180 install(&make<_VSTD::collate<wchar_t> >(1u)); 181 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u)); 182 install(&make<_VSTD::ctype<wchar_t> >(1u)); 183 install(&make<codecvt<char, char, mbstate_t> >(1u)); 184 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u)); 185 install(&make<codecvt<char16_t, char, mbstate_t> >(1u)) 437 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/ppp/pppd/ |
Makefile.linux | 108 EXTRAINSTALL = $(INSTALL) -s -c -m 555 srp-entry $(BINDIR)/srp-entry 214 INSTALL= install 218 install: pppd 221 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd 224 $(INSTALL) -c -m 444 pppd.8 $(MANDIR) 232 install-devel: 234 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
|