/external/chromium_org/sync/util/ |
get_session_name.cc | 33 std::string board = base::SysInfo::GetLsbReleaseBoard(); local 34 // Currently, only "stumpy" type of board is considered Chromebox, and 38 session_name = board.substr(0, 6) == "stumpy" ? "Chromebox" : "Chromebook";
|
/system/core/mkbootimg/ |
mkbootimg.c | 65 " [ --board <boardname> ]\n" 107 char *board = ""; local 151 } else if(!strcmp(arg, "--board")) { 152 board = val; 186 if(strlen(board) >= BOOT_NAME_SIZE) { 187 fprintf(stderr,"error: board name too large\n"); 191 strcpy(hdr.name, board);
|
/external/chromium_org/base/ |
sys_info_chromeos.cc | 192 std::string board; local 193 if (!GetLsbReleaseValue(kMachineInfoBoard, &board)) 194 board = "unknown"; 195 return board;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.cc | 330 std::string board = base::SysInfo::GetLsbReleaseBoard(); local 332 if (board.substr(0, 6) == "stumpy") { 334 } else if (board.substr(0, 4) == "link") {
|
/external/chromium/chrome/browser/policy/ |
device_management_backend_impl.cc | 418 std::string board; local 420 !sys_lib->GetMachineStatistic(kMachineInfoBoard, &board)) { 423 os_name += ",CrOS," + board;
|
/external/grub/netboot/ |
sk_g16.c | 59 * - Try to find out if the board is in 8 Bit or 16 Bit slot. 199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */ 200 #define SK_PORT (board->port) /* Control, Status register */ 201 #define SK_IOCOM (board->iocom) /* I/O Command */ 450 static SK_RAM *board; /* pointer to our memory mapped board components */ variable 761 /* if board found */ 805 board = (SK_RAM *) rom_addr; 807 board->rom[0], board->rom[2], board->rom[4])) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nubus.h | 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272> 73 /* DrSW: Uniquely identifies the software interface to a board. This 103 /* DrHW: Uniquely identifies the hardware interface to a board (or at 276 /* This is the device's name rather than the board's. 277 Sometimes they are different. Usually the board name is 290 struct nubus_board* board; member in struct:nubus_dev 320 /* The root directory which contains the board and functional 322 int nubus_get_root_dir(const struct nubus_board* board, 324 /* The board directory */ 325 int nubus_get_board_dir(const struct nubus_board* board, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272> 73 /* DrSW: Uniquely identifies the software interface to a board. This 103 /* DrHW: Uniquely identifies the hardware interface to a board (or at 276 /* This is the device's name rather than the board's. 277 Sometimes they are different. Usually the board name is 290 struct nubus_board* board; member in struct:nubus_dev 320 /* The root directory which contains the board and functional 322 int nubus_get_root_dir(const struct nubus_board* board, 324 /* The board directory */ 325 int nubus_get_board_dir(const struct nubus_board* board, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272> 73 /* DrSW: Uniquely identifies the software interface to a board. This 103 /* DrHW: Uniquely identifies the hardware interface to a board (or at 276 /* This is the device's name rather than the board's. 277 Sometimes they are different. Usually the board name is 290 struct nubus_board* board; member in struct:nubus_dev 320 /* The root directory which contains the board and functional 322 int nubus_get_root_dir(const struct nubus_board* board, 324 /* The board directory */ 325 int nubus_get_board_dir(const struct nubus_board* board, [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...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |