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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 122 def Install(self, apk_path, forward_lock=False, reinstall=False,
133 cmd = ['install']
adb_wrapper.py 654 def Install(self, apk_path, forward_lock=False, allow_downgrade=False,
657 """Install an apk on the device.
669 cmd = ['install']
687 """Install an apk with splits on the device.
701 cmd = ['install-multiple']
  /external/v8/build/android/gyp/
apk_install.py 54 raise Exception('APK install failed unexpectedly.')
63 help='Path to .apk to install.')
66 '--install-multiple to be used.',
71 parser.add_option('--install-record',
72 help='Path to install record (touched only when APK is installed).')
103 def Install():
107 device.Install(options.apk_path, reinstall=True)
115 Install,
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
commands.py 31 from distutils.command import install as _install
42 'install': 'Install',
97 class Install(_install.install):
99 user_options = _install.install.user_options + [
103 boolean_options = _install.install.boolean_options + [
109 _install.install.initialize_options(self)
111 if _option_defaults.has_key('install'):
112 for opt_name, default in _option_defaults['install']
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
commands.py 32 from distutils.command import install as _install
41 'install': 'Install',
96 class Install(_install.install):
98 user_options = _install.install.user_options + [
102 boolean_options = _install.install.boolean_options + [
108 _install.install.initialize_options(self)
110 if 'install' in _option_defaults:
111 for opt_name, default in _option_defaults['install']
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
commands.py 31 from distutils.command import install as _install
42 'install': 'Install',
97 class Install(_install.install):
99 user_options = _install.install.user_options + [
103 boolean_options = _install.install.boolean_options + [
109 _install.install.initialize_options(self)
111 if _option_defaults.has_key('install'):
112 for opt_name, default in _option_defaults['install']
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
commands.py 32 from distutils.command import install as _install
41 'install': 'Install',
96 class Install(_install.install):
98 user_options = _install.install.user_options + [
102 boolean_options = _install.install.boolean_options + [
108 _install.install.initialize_options(self)
110 if 'install' in _option_defaults:
111 for opt_name, default in _option_defaults['install']
    [all...]
  /external/v8/build/android/gyp/util/
build_device.py 42 def Install(self, *args, **kwargs):
43 return self.device.Install(*args, **kwargs)
  /development/testrunner/
adb_interface.py 134 def Install(self, apk_path, extra_flags):
139 extra_flags: Additional flags to use with adb install
142 output of install command
144 return self.SendCommand("install -r %s %s" % (extra_flags, apk_path))
  /external/v8/build/android/incremental_install/
installer.py 7 """Install *_incremental.apk targets as well as their dependent files."""
87 def Install(device, apk, split_globs=None, native_libs=None, dex_files=None,
115 # Install .apk(s) if any of them have changed.
126 device.Install(apk, reinstall=True, permissions=permissions,
192 # * install.lock tells the app to pause on start-up (until we release it).
199 'echo -n >$D/install.lock 2>$D/firstrun.lock')
204 device.RunShellCommand('echo > %s/install.lock' % device_incremental_dir,
218 'Took %s seconds (setup=%s, install=%s, libs=%s, dex=%s, finalize=%s)',
223 logging.warning('Target had proguard enabled, but incremental install uses '
231 help='The path to the APK to install.'
    [all...]
  /external/v8/build/android/pylib/local/device/
local_device_gtest_run.py 111 def Install(self, device):
116 device.Install(self._apk_helper, reinstall=True,
172 def Install(self, device):
239 # Install test APK.
240 self._delegate.Install(dev)
  /external/v8/src/wasm/
wasm-js.cc 407 void WasmJs::Install(Isolate* isolate, Handle<JSGlobalObject> global) {
426 // Install functions on the WASM object.
460 // Install static methods on WebAssembly object.
  /external/v8/src/libsampler/
v8-sampler.cc 354 if (++client_count_ == 1) Install();
368 static void Install() {
  /art/runtime/
monitor.cc 130 bool Monitor::Install(Thread* self) {
146 // The owner_ is suspended but another thread beat us to install a monitor.
808 if (m->Install(self)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 183 virtual HRESULT WINAPI Install(LPSYSTEMTIME pstInstall) = 0;
198 HRESULT (WINAPI *Install)(IPublishedApp *This,LPSYSTEMTIME pstInstall);
215 #define IPublishedApp_Install(This,pstInstall) (This)->lpVtbl->Install(This,pstInstall)
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActiveNotifications/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivityInstrumentation/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AgendaData/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AlwaysOn/gradle/wrapper/
gradle-wrapper.jar 

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011>>