HomeSort by relevance Sort by last modified time
    Searched defs:install (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 63 // install platform tools if necessary
67 boolean install = MessageDialog.openQuestion(new Shell(display),
70 + "Monitor requires this package to work properly. Would you like to install that package now?");
71 if (!install) {
126 // So see if the folder one level up from the install location is a valid SDK.
127 Location install = Platform.getInstallLocation(); local
128 if (install != null && install.getURL() != null) {
129 File libFolder = new File(install.getURL().getFile()).getParentFile();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 58 private String install = ""; field in class:CompileErrorCheck
82 findLogs(new File(install));
89 checker.install="d:/compilelogs";
224 * Gets the install.
228 return install;
232 * Sets the install.
233 * @param install The install to set
235 public void setInstall(String install) {
236 this.install = install
    [all...]
  /external/icu4c/tools/pkgdata/
pkgtypes.h 122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
  /frameworks/base/keystore/java/android/security/
Credentials.java 50 public static final String INSTALL_ACTION = "android.credentials.INSTALL";
88 * Intent extra: install the certificate bundle as this UID instead of
182 public void install(Context context) { method in class:Credentials
191 public void install(Context context, KeyPair pair) { method in class:Credentials
202 public void install(Context context, String type, byte[] value) { method in class:Credentials
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 191 public int install(String name, int uid, int gid, String seinfo) { method in class:Installer
192 StringBuilder builder = new StringBuilder("install");
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 347 * baud rate, flow control and Install the N_TI_WL line discipline
349 int st_uart_config(unsigned char install)
362 if (install == '1') {
363 UIM_DBG("install set to 1");
670 unsigned char install; local
780 err = read(st_fd, &install, 1);
781 if ((err > 0) && (install == '1')) {
782 UIM_DBG("install already set");
783 st_uart_config(install);
810 err = read(st_fd, &install, 1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install-purelib=', None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
imputil.py 33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
34 "Install this ImportManager into the specified namespace."
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install-purelib=', None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
imputil.py 33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
34 "Install this ImportManager into the specified namespace."
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
  /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.
  /sdk/files/
android.el 86 (defun android-install-app (apk)
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
96 (compile (format "adb install -r %s" apk)))
  /build/core/
main.mk 399 define should-install-to-system
406 define should-install-to-system
461 # defined by this makefile; this will install all of those
472 # A helper goal printing out install paths
473 .PHONY: GET-INSTALL-PATH
474 GET-INSTALL-PATH:
476 echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';))
635 # Filter out (do not install) any overridden packages.
664 $(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
667 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 562 function install(t) { function
593 install(String);
594 install(Number);
595 install(Boolean)
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 562 function install(t) { function
593 install(String);
594 install(Number);
595 install(Boolean)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 107 * Install a TimezoneGetter subclass for ZoneInfo.db
136 NetworkManagementSocketTagger.install();
  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 101 // install the new content
103 install(altContent, altVersion); method
257 protected void install(byte[] content, int version) throws IOException { method in class:ConfigUpdateInstallReceiver
  /ndk/build/core/
definitions-host.mk 94 # Function : host-install
97 # Usage : $(call host-install,<src-file>,<dst-file>)
99 # to install a file or directory, while preserving its timestamps
103 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
105 host-install = install -p $1 $2
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 90 // Uniquely holds the profile and extension id of an install between the time we
133 ProfileAndExtensionId install = installs_[i]; local
134 if (install.second == id && profile->IsSameProfile(install.first))
165 const char kUserCancelledError[] = "User cancelled install";
528 // The web store install histograms are a subset of the install histograms.
530 // is never called for web store install cancellations.
576 // list on first app install so users can be trained to open it themselves.
583 // The extension will install through the normal extension install flow, bu
    [all...]

Completed in 471 milliseconds

12 3 4 5 6 7