HomeSort by relevance Sort by last modified time
    Searched refs:GetArch (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/components/omaha_query_params/
omaha_query_params.h 43 static const char* GetArch();
omaha_query_params_unittest.cc 36 Contains(params, StringPrintf("arch=%s", OmahaQueryParams::GetArch())));
omaha_query_params.cc 99 const char* OmahaQueryParams::GetArch() {
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_unittest.cc 34 Contains(query, StringPrintf("arch=%s", OmahaQueryParams::GetArch())));
  /external/chromium_org/chrome/browser/omaha_query_params/
chrome_omaha_query_params_delegate_unittest.cc 30 omaha_query_params::OmahaQueryParams::GetArch())));
  /external/chromium_org/third_party/binutils/
download.py 41 def GetArch():
104 arch = GetArch()
  /external/chromium_org/components/component_updater/
component_updater_utils.cc 73 OmahaQueryParams::GetArch(), // "arch"
  /external/chromium_org/chrome/browser/extensions/api/runtime/
chrome_runtime_api_delegate.cc 200 const char* arch = omaha_query_params::OmahaQueryParams::GetArch();
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 226 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64'
274 def GetArch(self, config):
292 arch = self.GetArch(config)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 393 arch = self.msvs_settings.GetArch(config_name)
    [all...]

Completed in 811 milliseconds