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

  /external/chromium_org/chrome/browser/chromeos/extensions/
info_private_api.cc 28 // Key which corresponds to the HWID setting.
29 const char kPropertyHWID[] = "hwid";
79 std::string hwid; local
82 provider->GetMachineStatistic(chromeos::system::kHardwareClassKey, &hwid);
83 return new base::StringValue(hwid);
  /external/chromium_org/chrome/browser/chromeos/
customization_document.cc 175 std::string hwid; local
177 chromeos::system::kHardwareClassKey, &hwid)) {
185 if (MatchPattern(hwid, hwid_mask)) {
186 // If HWID for this machine matches some mask, use HWID specific
205 LOG(ERROR) << "HWID is missing in machine statistics";
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py 112 # Skip hwid check, for VMs and pre-MP lab devices.
113 '--skip-hwid-check'
182 def hwid(self): member in class:CrOSBrowserBackend
183 return self._cri.RunCmdOnDevice(['/usr/bin/crossystem', 'hwid'])[0]
232 # Without --skip-hwid-check (introduced in crrev.com/203397), devices/VMs
233 # will be stuck on the bad hwid screen.
234 if self.chrome_branch_number <= 1500 and not self.hwid:
236 'Hardware id not set on device/VM. --skip-hwid-check not supported '
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 39 unsigned long hwid; member in struct:__anon40191
80 unsigned long hwid; member in struct:__anon40192
87 unsigned long hwid; member in struct:__anon40193
cdk.h 413 unsigned long hwid; member in struct:asystats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 39 unsigned long hwid; member in struct:__anon41782
80 unsigned long hwid; member in struct:__anon41783
87 unsigned long hwid; member in struct:__anon41784
cdk.h 413 unsigned long hwid; member in struct:asystats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 39 unsigned long hwid; member in struct:__anon43296
80 unsigned long hwid; member in struct:__anon43297
87 unsigned long hwid; member in struct:__anon43298
cdk.h 413 unsigned long hwid; member in struct:asystats
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 45 const char kHwid[] = "hwid";
168 std::string hwid; local
169 if (system_access->GetMachineStatistic(kHwid, &hwid)) {
177 if (MatchPattern(hwid, hwid_mask)) {
178 // If HWID for this machine matches some mask, use HWID specific
197 LOG(ERROR) << "HWID is missing in machine statistics";

Completed in 2384 milliseconds