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

1 2 3 4 5 6 7

  /build/tools/check_prereq/
check_prereq.c 40 long install = strtol(argv[1], &end, 10); local
43 current, install);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowPagePopup.cpp 62 void DOMWindowPagePopup::install(DOMWindow* window, PagePopupClient* popupClient) function in class:WebCore::DOMWindowPagePopup
DOMTimer.cpp 71 int DOMTimer::install(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) function in class:WebCore::DOMTimer
  /frameworks/base/services/java/com/android/server/updates/
TZInfoInstallReceiver.java 31 protected void install(byte[] encodedContent, int version) throws IOException { method in class:TZInfoInstallReceiver
32 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version);
  /build/core/tasks/
factory_ramdisk.mk 34 # This function selects the module built file based on the install path.
35 # $(1): the dest install path
37 define install-one-factory-ramdisk-module
57 $(foreach d,$(_fr_dests),$(call install-one-factory-ramdisk-module,$(d),$(_fr_m_built))) \
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 13 Installer.prototype.install = function(url, onSuccess, onFailure) {
16 var installId = webstoreNatives.Install(url, onSuccess, onFailure);
39 console.error('Exception in chrome.webstore.install response handler: ' +
49 install: function install(url, onSuccess, onFailure) {
50 installer.install(url, onSuccess, onFailure);
  /external/chromium_org/tools/gyp/
setup.py 8 from distutils.command.install import install namespace
23 cmdclass = {'install': install,
  /packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java 32 static void install(Context context) { method in class:StkAppInstaller
40 private static void setAppState(Context context, boolean install) {
51 int state = install ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockClock.java 23 public void install() { method in class:MockClock
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 52 def install(env, source, subdir): function
54 return env.Install(target_dir, source)
57 return install(env, source, 'bin')
65 targets += install(env, dlls, 'bin')
67 targets += install(env, libs, 'lib')
  /external/mesa3d/scons/
gallium.py 52 def install(env, source, subdir): function
54 return env.Install(target_dir, source)
57 return install(env, source, 'bin')
65 targets += install(env, dlls, 'bin')
67 targets += install(env, libs, 'lib')
  /libcore/support/src/test/java/tests/io/
MockOs.java 69 public void install() { method in class:MockOs
  /external/bison/
GNUmakefile 52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
53 ifneq (,$(_is-dist-target)$(_is-install-target))
62 ifneq (,$(_is-install-target))
63 # GNU Coding Standards state that 'make install' should not cause
69 # fix the version, 'make all' to propagate it, then 'make install'.
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 35 mockOs.install();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 4 (install all Python modules)."""
23 description = "install all Python modules (extensions and pure Python)"
41 ('install-dir=', 'd', "directory to install to"),
42 ('build-dir=','b', "build directory (where to install from)"),
56 # let the 'install' command dictate our installation directory
65 # Get all the information we need to install pure Python modules
66 # from the umbrella 'install' command -- build (source) directory,
67 # install (target) directory, and whether to compile .py files.
68 self.set_undefined_options('install',
113 def install(self): member in class:install_lib
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 4 (install all Python modules)."""
23 description = "install all Python modules (extensions and pure Python)"
41 ('install-dir=', 'd', "directory to install to"),
42 ('build-dir=','b', "build directory (where to install from)"),
56 # let the 'install' command dictate our installation directory
65 # Get all the information we need to install pure Python modules
66 # from the umbrella 'install' command -- build (source) directory,
67 # install (target) directory, and whether to compile .py files.
68 self.set_undefined_options('install',
113 def install(self): member in class:install_lib
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
GoToLineDialog.js 59 WebInspector.GoToLineDialog.install = function(panel, viewGetter)
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 28 private String install = ""; field in class:FetchValidator
48 validator.install = "l:/vabase/team/sonia";
94 install,
112 if (new File(install + "/plugins/" + plugin).exists())
124 if (new File(install + "/features/" + feature).exists())
136 * Gets the install.
140 return install;
152 * Sets the install.
153 * @param install The install to se
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 55 * HttpResponseCache.install(httpCacheDir, httpCacheSize);
149 * .getMethod("install", File.class, long.class)
187 public static HttpResponseCache install(File directory, long maxSize) throws IOException { method in class:HttpResponseCache
  /frameworks/base/core/java/android/view/
InputFilter.java 136 public final void install(IInputFilterHost host) { method in class:InputFilter
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 49 public static void install() { method in class:NetworkManagementSocketTagger
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 1 """Tests for distutils.command.install."""
11 from distutils.command.install import install namespace
12 from distutils.command import install as install_module
14 from distutils.command.install import INSTALL_SCHEMES
47 cmd = install(dist)
102 cmd = install(dist)
128 cmd = install(dist)
156 cmd = install(dist)
159 # install-base/install-platbase -- not bot
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 1 """Tests for distutils.command.install."""
11 from distutils.command.install import install namespace
12 from distutils.command import install as install_module
14 from distutils.command.install import INSTALL_SCHEMES
47 cmd = install(dist)
102 cmd = install(dist)
128 cmd = install(dist)
156 cmd = install(dist)
159 # install-base/install-platbase -- not bot
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 137 for (ApkInstall install : mInstallList) {
138 if (project.equals(install.project) && packageName.equals(install.packageName) &&
139 device == install.device) {
140 found = install;
174 ApkInstall install = iterator.next(); local
175 if (install.project.equals(project)) {
216 ApkInstall install = iterator.next();
217 if (install.device == device) {

Completed in 838 milliseconds

1 2 3 4 5 6 7