HomeSort by relevance Sort by last modified time
    Searched refs:install_type (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 51 def Install(installer_path, install_type, build, options):
56 install_type: Type of installation (i.e., system or user).
67 install_type == InstallationType.USER):
100 def _GetKeyName(self, install_type, value):
104 install_type: Type of installation, must be InstallationType type.
111 if install_type == InstallationType.USER:
113 elif install_type == InstallationType.SYSTEM:
123 def _GetRegistryType(self, install_type):
127 install_type: Type of installation, must be InstallationType type.
132 if install_type == InstallationType.SYSTEM
    [all...]
install_test.py 160 def SetInstallType(install_type):
164 install_type: Type of installation(i.e., user or system).
166 InstallTest._install_type = install_type
run_install_tests.py 70 '--install-type', type='string', default='user', dest='install_type',
77 if self._opts.install_type == 'system':
114 if self._opts.install_type == 'both':
  /external/chromium_org/chrome/browser/extensions/
extension_nacl_browsertest.cc 59 InstallType install_type) {
63 switch (install_type) {
96 const Extension* InstallExtension(InstallType install_type) {
98 return InstallExtension(file_path, install_type);
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 143 string16 install_type(ASCIIToUTF16(type));
145 string16 install_type(ASCIIToUTF16("System Level"));
147 RecordSuccess(install_type);
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 158 std::string install_type(type);
160 std::string install_type("System Level");
162 RecordSuccess(install_type); variable
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc 183 info->install_type = management::ExtensionInfo::INSTALL_TYPE_NORMAL;
187 info->install_type = management::ExtensionInfo::INSTALL_TYPE_DEVELOPMENT;
192 info->install_type = management::ExtensionInfo::INSTALL_TYPE_SIDELOAD;
195 info->install_type = management::ExtensionInfo::INSTALL_TYPE_ADMIN;
198 info->install_type = management::ExtensionInfo::INSTALL_TYPE_OTHER;
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 781 InstallType install_type,
784 multi_install_(install_type == MULTI_INSTALL),
789 InstallType install_type,
793 multi_install_(install_type == MULTI_INSTALL),
    [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]

Completed in 162 milliseconds

1 2