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

  /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/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...]
  /device/ti/panda/audio/
audio_hw.c 729 char board[PROPERTY_VALUE_MAX]; local
735 property_get(PRODUCT_DEVICE_PROPERTY, board, PRODUCT_DEVICE_BLAZE);
737 if(!strcmp(board, PRODUCT_DEVICE_BLAZE)) {
742 else if(!strcmp(board, PRODUCT_DEVICE_TABLET)) {
746 else if(!strcmp(board, PRODUCT_DEVICE_PANDA)) {
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 234 milliseconds