Searched refs:hwid (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_wrong_hwid.css8 #wrong-hwid {
14 #wrong-hwid #wrong-hwid-message-header {
20 #wrong-hwid #wrong-hwid-icon {
24 #wrong-hwid #wrong-hwid-message-content {
30 #skip-hwid-warning {
34 #skip-hwid-warning-link {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dhwid_checker.h13 bool IsHWIDCorrect(const std::string& hwid);
H A Dhwid_checker.cc38 bool IsCorrectHWIDv2(const std::string& hwid) { argument
41 if (!RE2::FullMatch(hwid, "([\\s\\S]*) (\\d{4})", &body, &checksum))
46 bool IsExceptionalHWID(const std::string& hwid) { argument
47 return RE2::PartialMatch(hwid, "^(SPRING [A-D])|(FALCO A)");
61 bool IsCorrectExceptionalHWID(const std::string& hwid) { argument
62 if (!IsExceptionalHWID(hwid))
65 if (!RE2::FullMatch(hwid, "[A-Z0-9]+ ((?:[A-Z2-7]{4}-)*[A-Z2-7]{1,4})", &bom))
70 base::RemoveChars(hwid, "-", &hwid_without_dashes);
90 bool IsCorrectHWIDv3(const std::string& hwid) { argument
91 if (IsExceptionalHWID(hwid))
106 IsHWIDCorrect(const std::string& hwid) argument
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports.py43 for port, desc, hwid in comports():
44 if r.search(port) or r.search(desc) or r.search(hwid):
45 yield port, desc, hwid
88 for port, desc, hwid in iterator:
92 print(" hwid: %s" % (hwid,))
H A Dlist_ports_posix.py100 for port, desc, hwid in sorted(comports()):
101 print "%s: %s [%s]" % (port, desc, hwid)
H A Dlist_ports_linux.py150 for port, desc, hwid in sorted(comports()):
151 print "%s: %s [%s]" % (port, desc, hwid)
H A Dlist_ports_osx.py206 for port, desc, hwid in sorted(comports()):
207 print "%s: %s [%s]" % (port, desc, hwid)
H A Dlist_ports_windows.py239 for port, desc, hwid in sorted(comports()):
240 print "%s: %s [%s]" % (port, desc, hwid)
H A Dminiterm.py155 for port, desc, hwid in sorted(comports()):
156 #~ sys.stderr.write('--- %-20s %s [%s]\n' % (port, desc, hwid))
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_hwgrep.py31 for port, desc, hwid in serial.tools.list_ports.grep(url):
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinfo_private_api.cc36 const char kPropertyHWID[] = "hwid";
158 std::string hwid; local
161 provider->GetMachineStatistic(chromeos::system::kHardwareClassKey, &hwid);
162 return new base::StringValue(hwid);
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc62 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::kHardwareClassKey, &hwid)) {
561 image_file_name_ = config_file.GetProperty(kFileName, hwid);
[all...]
H A Dburn_manager.h74 // 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
/external/chromium_org/ui/login/
H A Dscreen_container.css71 #oobe.wrong-hwid #inner-container {
151 #wrong-hwid-dot {
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.cc289 std::string hwid; local
291 system::kHardwareClassKey, &hwid)) {
299 if (MatchPattern(hwid, hwid_mask)) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp525 static hb_feature_t hwid = { HB_TAG('h', 'w', 'i', 'd'), 1, 0, static_cast<unsigned>(-1) };
530 m_features.append(hwid);

Completed in 2952 milliseconds