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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 124 def Install(self, apk_path, forward_lock=False, reinstall=False,
135 cmd = ['install']
adb_wrapper.py 700 def Install(self, apk_path, forward_lock=False, allow_downgrade=False,
703 """Install an apk on the device.
715 cmd = ['install']
733 """Install an apk with splits on the device.
747 cmd = ['install-multiple']
    [all...]
  /external/libmojo/third_party/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 598 def Install(self, apk_path, forward_lock=False, allow_downgrade=False,
601 """Install an apk on the device.
613 cmd = ['install']
631 """Install an apk with splits on the device.
645 cmd = ['install-multiple']
  /external/chromium-trace/catapult/common/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/common/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/common/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/common/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...]
  /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/compiler-rt/lib/cfi/
cfi.cc 122 void Install();
152 void ShadowBuilder::Install() {
266 b.Install();
  /external/v8/src/libsampler/
sampler.cc 353 if (++client_count_ == 1) Install();
367 static void Install() {
  /external/v8/src/wasm/
wasm-js.cc 760 void WasmJs::Install(Isolate* isolate) {
766 // Install Maps.
791 // Install symbols.
807 // Install the JS API.
    [all...]
  /art/runtime/
monitor.cc 146 bool Monitor::Install(Thread* self) {
162 // The owner_ is suspended but another thread beat us to install a monitor.
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 772 def Install(self, apk, allow_downgrade=False, reinstall=False,
774 """Install an APK.
800 """Install a split APK.
845 'Attempted to install non-existent apks: %s'
884 self.adb.Install(
887 # Running adb install terminates running instances of the app, so to be
888 # consistent, we explicitly terminate it when skipping the install.
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 610 def Install(self, apk, allow_downgrade=False, reinstall=False,
612 """Install an APK.
638 """Install a split APK.
716 self.adb.Install(
726 # Running adb install terminates running instances of the app, so to be
727 # consistent, we explicitly terminate it when skipping the install.
    [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)
  /system/extras/perfprofd/tests/
perfprofd_test.cc 69 void Install() {
182 test_logger.Install();
    [all...]
  /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-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 

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 91011>>