/external/chromium_org/chrome/browser/chromeos/ |
chromeos_utils.cc | 16 // List of ChromeOS board names corresponding to Chromebase devices. Googlers 17 // can find a list of ChromeOS device and board names at http://go/cros-names 22 // List of ChromeOS board names corresponding to Chromebox devices. Googlers 23 // can find a list of ChromeOS device and board names at http://go/cros-names 37 const std::string board = base::SysInfo::GetLsbReleaseBoard(); local 39 if (StartsWithASCII(board, kChromeboxBoards[i], true)) 43 if (StartsWithASCII(board, kChromebaseBoards[i], true))
|
/external/chromium_org/sync/util/ |
get_session_name.cc | 34 std::string board = base::SysInfo::GetLsbReleaseBoard(); local 35 // Currently, only "stumpy" type of board is considered Chromebox, and 39 session_name = board.substr(0, 6) == "stumpy" ? "Chromebox" : "Chromebook";
|
/external/chromium_org/ash/wm/ |
lock_state_controller.cc | 491 const std::string board = base::SysInfo::GetLsbReleaseBoard(); local 492 if (board == "x86-mario" || 493 StartsWithASCII(board, "x86-alex", true /* case_sensitive */) || 494 StartsWithASCII(board, "x86-zgb", true /* case_sensitive */)) {
|
/external/chromium_org/base/ |
sys_info_chromeos.cc | 193 std::string board; local 194 if (!GetLsbReleaseValue(kMachineInfoBoard, &board)) 195 board = "unknown"; 196 return board;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.cc | 675 std::string board = base::SysInfo::GetLsbReleaseBoard(); local 677 if (board.substr(0, 6) == "stumpy") { 679 } else if (board.substr(0, 4) == "link") { [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 102 int row; // Board row index 486 // Checks that each board row and column is pretty much monotonous curve: 1612 CvContourEx* board = 0; local 1790 CvContourEx* board = 0; local [all...] |