/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_wrong_hwid.html | 1 <div class="step hidden no-logo" id="wrong-hwid"> 3 <div id="wrong-hwid-message"> 4 <div id="wrong-hwid-message-header" i18n-content="wrongHWIDScreenHeader"> 6 <img id="wrong-hwid-icon" src="chrome://theme/IDR_RESET_WARNING"/> 7 <div id="wrong-hwid-message-content"></div> 9 <div id="skip-hwid-warning" class="step-controls"> 10 <a id="skip-hwid-warning-link" href="#"
|
screen_wrong_hwid.css | 5 * This is the stylesheet used by the wrong HWID screen. 8 #wrong-hwid { 14 #wrong-hwid #wrong-hwid-message-header { 20 #wrong-hwid #wrong-hwid-message-content { 26 #skip-hwid-warning { 30 #skip-hwid-warning-link {
|
screen_wrong_hwid.js | 6 * @fileoverview wrong HWID screen implementation. 9 login.createScreen('WrongHWIDScreen', 'wrong-hwid', function() { 13 $('skip-hwid-warning-link').addEventListener('click', function(event) { 30 $('wrong-hwid-message-content').innerHTML =
|
/external/chromium_org/chrome/browser/chromeos/login/ |
hwid_checker.h | 12 // Checks if given HWID correct. 13 bool IsHWIDCorrect(const std::string& hwid); 15 // Checks if current machine has correct HWID.
|
hwid_checker.cc | 38 bool IsCorrectHWIDv2(const std::string& hwid) { 41 if (!RE2::FullMatch(hwid, "([\\s\\S]*) (\\d{4})", &body, &checksum)) 46 bool IsExceptionalHWID(const std::string& hwid) { 47 return RE2::PartialMatch(hwid, "^(SPRING [A-D])|(FALCO A)"); 61 bool IsCorrectExceptionalHWID(const std::string& hwid) { 62 if (!IsExceptionalHWID(hwid)) 65 if (!RE2::FullMatch(hwid, "[A-Z0-9]+ ((?:[A-Z2-7]{4}-)*[A-Z2-7]{1,4})", &bom)) 70 RemoveChars(hwid, "-", &hwid_without_dashes); 90 bool IsCorrectHWIDv3(const std::string& hwid) { 91 if (IsExceptionalHWID(hwid)) [all...] |
DEPS | 2 # Library used for calculating CRC-32 needed for HWID verification.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
wrong_hwid_screen_actor.h | 12 // Interface between wrong HWID screen and its representation. 16 // Allows us to get info from wrong HWID screen that we need.
|
wrong_hwid_screen.h | 18 // malformed HWID to users.
|
/cts/suite/audio_quality/test/ |
MixerTest.cpp | 38 int hwId = AudioHardware::detectAudioHw(); 39 ASSERT_TRUE(hwId >= 0); 40 struct mixer* mixerp = mixer_open(hwId);
|
AudioHardwareTest.cpp | 27 int hwId = AudioHardware::detectAudioHw(); 28 ASSERT_TRUE(hwId >= 0);
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
info_private_api.cc | 22 // Key which corresponds to the HWID setting. 23 const char kPropertyHWID[] = "hwid"; 64 std::string hwid; local 67 provider->GetMachineStatistic(chromeos::system::kHardwareClass, &hwid); 68 return new base::StringValue(hwid);
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager_unittest.cc | 33 "hwid=some_hwid\n" 38 "hwid=block_no_name\n" 43 "hwid=hwid11\n" 44 "hwid=hwid12\n" 45 "hwid=hwid13\n" 52 "hwid=hwid21\n" 53 "hwid=hwid22\n" 54 "hwid=hwid23\n" 62 "hwid=hwid31\n" 73 "hwid=hwid41=q\n" // Extra = [all...] |
burn_manager.h | 74 // treat hwid property separately. 78 // hwid=hwid1 79 // hwid=hwid2 83 // hwid=hwid3 101 // Returns property_name property of image for hardware class hwid. 103 const std::string& hwid) const; 112 // Struct that contains config file block info. We separate hwid from other 115 // * we will retieve properties by hwid. 127 // Also, there is only one entry for each hwid, if that changes we should
|
burn_manager.cc | 62 const char kHwid[] = "hwid"; 101 // Make sure last block has at least one hwid associated with it. 111 const std::string& hwid) const { 112 // We search for block that has desired hwid property, and if we find it, we 117 if (block_it->hwids.find(hwid) != block_it->hwids.end()) { 131 // Check if last block has a hwid associated with it, and erase it if it 158 // Check if line contains hwid property. If so, add it to set of hwids 557 std::string hwid; 559 GetMachineStatistic(system::kHardwareClass, &hwid)) { 561 image_file_name_ = config_file.GetProperty(kFileName, hwid); [all...] |
/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:__anon39277 80 unsigned long hwid; member in struct:__anon39278 87 unsigned long hwid; member in struct:__anon39279
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
comstats.h | 39 unsigned long hwid; member in struct:__anon40868 80 unsigned long hwid; member in struct:__anon40869 87 unsigned long hwid; member in struct:__anon40870
|
/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:__anon42382 80 unsigned long hwid; member in struct:__anon42383 87 unsigned long hwid; member in struct:__anon42384
|
/external/chromium/chrome/browser/extensions/ |
extension_info_private_api_chromeos.cc | 17 // Key which corresponds to the HWID setting. 18 const char kPropertyHWID[] = "hwid";
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioPlaybackLocal.cpp | 41 AudioPlaybackLocal::AudioPlaybackLocal(int hwId) 42 : mHwId(hwId),
|
AudioRecordingLocal.cpp | 28 AudioRecordingLocal::AudioRecordingLocal(int hwId) 29 : mHwId(hwId),
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioPlaybackLocal.h | 30 AudioPlaybackLocal(int hwId);
|
AudioRecordingLocal.h | 30 AudioRecordingLocal(int hwId);
|
/external/chromium_org/chrome/common/extensions/api/ |
chromeos_info_private.json | 35 "hwid": {"type": "string", "optional": "true", "description": "Hardware ID"},
|
/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";
|
/external/chromium_org/chrome/browser/chromeos/ |
customization_document.cc | 175 std::string hwid; local 177 chromeos::system::kHardwareClass, &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";
|