HomeSort by relevance Sort by last modified time
    Searched refs:Board (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 5 struct Board {
9 constexpr Board() : State(0), Failed(false) {}
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {}
11 constexpr Board(uint64_t State, bool Failed = false) :
13 constexpr Board addQueen(int Row, int Col) const {
14 return Board(State | ((uint64_t)Row << (Col * 4)));
35 constexpr Board buildBoardRecurse(int N, int Col, const Board &B);
36 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B)
    [all...]
  /external/autotest/site_utils/
perf_compare.py 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \
42 have the same board, you can specify that single board with --board=BOARD); and
92 board: {board}
191 def output_image_info(f, label, image, board, remote):
197 @param board: The string board associated with the image
    [all...]
  /external/autotest/server/hosts/
servo_repair.py 145 Verifier for the servo BOARD configuration.
148 ATTR = 'BOARD'
152 Test whether the `host` has a `BOARD` setting configured.
155 job for a valid setting of the `BOARD` variable. The following
158 for BOARD.
159 * The BOARD setting doesn't match the DUT's entry in the AFE
171 msg = 'Servo board is unconfigured'
260 """Restart `servod` with the proper BOARD setting."""
270 host.run('start servod BOARD=%s PORT=%d %s' %
275 logging.warning('Board for DUT is unknown; starting
    [all...]
adb_host.py 440 """Get the name of the board, e.g., shamu, bat_land etc.
448 """Determine the correct board label for the device.
450 @returns a string representing this device's board.
452 board = self.get_board_name()
454 return constants.BOARD_PREFIX + '-'.join([board_os, board])
    [all...]
  /device/google/marlin/common/
base.mk 0 # Board platforms lists to be used for
  /external/dtc/Documentation/
dtc-paper.tex 91 hardcoded addresses for a particular board. As well as being ugly of
378 Embedded bootloaders are generally built for a particular board. So,
381 board, the bootloader can contain code to make the necessary tweaks to
479 This is useful for the common case where an embedded board has an
481 the size of memory. The bootloader for such a board can have a device
514 \subsection{Board ports}
541 board-specific purpose. For example, many of Apple's device trees
574 PowerPC kernel to Apple G5 machines and the Maple embedded board,

Completed in 285 milliseconds