HomeSort by relevance Sort by last modified time
    Searched defs:install (Results 176 - 200 of 953) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 164 install(new InnerErrorModule()); method
306 install(new InnerModule(converterModule)); method
317 install(converterModule);
402 install(new InnerAmbiguousModule()); method
408 install(new Ambiguous1Module()); method
409 install(new Ambiguous2Module()); method
BinderTest.java 297 install(new FooModule()); method
298 install(new BarModule()); method
303 install(new ConstantModule("foo")); method
308 install(new ConstantModule("bar")); method
480 install(new InnerCoreModule()); method
  /external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java 188 install(new InnerReplacementsModule()); method
325 install(original);
374 install(new PrivateModule() {
383 install(new PrivateModule() {
396 install(new PrivateModule() {
405 install(new PrivateModule() {
451 install(new PrivateModule() {
478 install(new PrivateModule() {
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapBinder.java 256 binder.install(mapBinder);
353 binder.install(new MultimapBinder<K, V>(
    [all...]
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 18 // Install (after loading the two Shareable caps) with:
19 // ${JAVA_HOME}/bin/java -jar gp.jar -d --install avb_storage.cap
59 * call -- not just on install().
108 public static void install(byte[] bArray, short bOffset, byte bLength) { method in class:Storage
114 // Grab the install parameters.
121 // TODO(wad) Should we fail the install on failure?
  /external/python/cpython2/
setup.py 16 from distutils.command.install import install
2174 def install(self): member in class:PyBuildInstallLib
    [all...]
  /external/python/cpython3/
setup.py 14 from distutils.command.install import install
2200 def install(self): member in class:PyBuildInstallLib
    [all...]
  /external/vogar/src/vogar/android/
AndroidSdk.java 483 public void install(File apk) { method in class:AndroidSdk
484 new Command(log, "adb", "install", "-r", apk.getPath()).execute();
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 202 * Install a TimezoneGetter subclass for ZoneInfo.db
231 NetworkManagementSocketTagger.install();
ZygoteInit.java 214 // AndroidKeyStoreProvider.install() manipulates the list of JCA providers to insert
217 AndroidKeyStoreProvider.install();
    [all...]
  /frameworks/base/tools/bit/
main.cpp 42 bool install; member in struct:Target
61 install(i),
83 // For build/install/test
318 fprintf(out, " -i Install the targets\n");
326 fprintf(out, " One or more targets to build, install and test. The target\n");
335 fprintf(out, " system partition they are installed with adb install.\n");
609 * Run the build, install, and test actions.
659 // Figure out whether we need to sync the system and which apks to install
667 if (target->install) {
682 // Always install it if we didn't build it because otherwis
    [all...]
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 121 install(project);
133 * Install the support jar into the given project.
135 * @param project The Android project to install the support jar into
138 public static boolean install(final IProject project) { method in class:AddSupportJarAction
159 * revision to install; the latest version will always be
203 AdtPlugin.printErrorToConsole("Failed to install Android Support library");
251 * Similar to {@link #install}, but rather than copy a jar into the given
298 * Similar to {@link #install}, but rather than copy a jar into the given
451 // Install a new library into the workspace. This is a copy rather than
453 // do not modify the pristine copy in the SDK install area
    [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.6.5/
byte-buddy-agent-1.6.5.jar 
  /external/devlib/devlib/
target.py 222 self.busybox = self.install(os.path.join(PACKAGE_BIN_DIRECTORY, self.abi, 'busybox'))
242 self.install(host_exe)
518 def install(self, filepath, timeout=None, with_name=None): member in class:Target
545 binary_path = self.install(host_path)
648 self._shutils = self.install(os.path.join(PACKAGE_BIN_DIRECTORY, 'scripts', 'shutils'))
698 mod.install(self, **params)
849 def install(self, filepath, timeout=None, with_name=None): # pylint: disable=W022 member in class:LinuxTarget
1064 def install(self, filepath, timeout=None, with_name=None): # pylint: disable=W0221 member in class:AndroidTarget
    [all...]
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c 1097 Boolean install; local
1102 &install))
1104 SetResPurge(install);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
BaseActivity.java 239 mSearchManager.install(menu, fullBarSearch);
411 // which we install menu item to search view manager, and there is a search query we need to
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 552 IVMInstall install = installs[j]; local
553 if (install instanceof IVMInstall2) {
554 IVMInstall2 install2 = (IVMInstall2) install;
    [all...]
  /external/mockito/lib/
byte-buddy-agent-1.7.9.jar 
  /build/make/core/
main.mk 367 define should-install-to-system
374 define should-install-to-system
410 # defined by this makefile; this will install all of those
421 # A helper goal printing out install paths
423 .PHONY: GET-MODULE-INSTALL-PATH-$(1)
424 GET-MODULE-INSTALL-PATH-$(1):
425 echo 'INSTALL-PATH: $(1) $(ALL_MODULES.$(1).INSTALLED)'
438 $(eval my_path_prefix := GET-INSTALL-PATH-IN)\
442 $(eval $$(my_path_prefix): GET-MODULE-INSTALL-PATH-$(mod))))))
522 # For binary translation config, by default only install the first arch
    [all...]
  /external/conscrypt/platform/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 435 install(getCa1(), getAliasSystemCa1());
442 install(getCa1(), getAliasSystemCa1());
444 install(getCa2(), getAliasSystemCa2());
569 install(x1, alias1); method
570 install(x2, alias2); method
578 install(getCa1(), getAliasSystemCa1());
587 install(getCa1(), getAliasSystemCa1());
596 install(getCa1(), getAliasSystemCa1());
597 install(getCa1(), getAliasUserCa1());
611 install(getChain()[1], alias1)
654 install(ca1, systemAlias); method
950 private void install(X509Certificate x, String alias) { method in class:TrustedCertificateStoreTest
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 434 install(new Module1()); method
435 install(new Module2()); method
436 install(new Module3()); method
737 install(new AbstractModule() {
    [all...]
  /external/libcxx/src/
locale.cpp 189 void install(facet* f, long id);
190 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
200 install(&make<_VSTD::collate<char> >(1u));
201 install(&make<_VSTD::collate<wchar_t> >(1u));
202 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
203 install(&make<_VSTD::ctype<wchar_t> >(1u));
204 install(&make<codecvt<char, char, mbstate_t> >(1u));
205 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
206 install(&make<codecvt<char16_t, char, mbstate_t> >(1u))
458 locale::__imp::install(facet* f, long id) function in class:locale::__imp
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 191 void install(facet* f, long id);
192 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
202 install(&make<_VSTD::collate<char> >(1u));
203 install(&make<_VSTD::collate<wchar_t> >(1u));
204 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
205 install(&make<_VSTD::ctype<wchar_t> >(1u));
206 install(&make<codecvt<char, char, mbstate_t> >(1u));
207 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
208 install(&make<codecvt<char16_t, char, mbstate_t> >(1u))
460 locale::__imp::install(facet* f, long id) function in class:locale::__imp
    [all...]

Completed in 748 milliseconds

1 2 3 4 5 6 78 91011>>