HomeSort by relevance Sort by last modified time
    Searched full:board (Results 26 - 50 of 1338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/contrib/
count_labels 10 # To find the sizes of the pools assigned to a board:
11 # atest host list -b board:$BOARD | count_labels -p
13 # To find how many of each board is assigned to a pool:
20 b) LABEL=board ;;
  /hardware/libhardware/modules/
README.android 10 /vendor/lib/hw/<*_HARDWARE_MODULE_ID>.<ro.product.board>.so
11 /vendor/lib/hw/<*_HARDWARE_MODULE_ID>.<ro.board.platform>.so
17 A module can have several variants: "default", "arch" and "board", and they're
18 loaded in the "board", "arch" and "default" order.
19 The source code for the "board" variant, usually lives under partners/...
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 21 def _expected_kernel(self, board):
29 if board == file_board:
30 logging.info('Expected Kernel Version for %s: %s', board,
34 actual = self._actual_kernel(board)
37 % (board, actual))
39 def _actual_kernel(self, board):
48 board = utils.get_current_board()
49 actual = self._actual_kernel(board)
50 expected = self._expected_kernel(board)
53 % (board, expected, actual)
    [all...]
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 10 in the lab. For each board, if the version that Omaha is serving
11 on the Beta channel for the board is more recent than the current
15 The upgrade process is applied to every "managed board" in the test
16 lab. Generally, a managed board is a board with both spare and
20 of "managed board".
45 # * The board name of the product, as known to Omaha.
61 # _DEFAULT_BOARD - The distinguished board name used to identify a
62 # stable version mapping that is used for any board without an explicit
66 # mapping for a board, in other words, the board is mapped to th
    [all...]
  /device/google/accessory/demokit/hardware/fab/shield/
README.txt 1 ASHIELD Board, v2.2
4 Route board out on 0-mil perimeter in top silk.
8 Board is 2 layers, plus unusual silk screen (see notes below)
12 MARK AND STAMP MUST NOT BE VISIBLE ONCE BOARD IS ASSEMBLED.
17 Board is WHITE SMOBC
22 ashield_blk.pls BLACK silk for bottom (solder) side of board
33 All components on TOP side of board, EXCEPT for 6 single-row in-line headers
  /external/vboot_reference/
emerge_test.sh 35 # Detect the target board.
36 if [ "x${BOARD}" == "x" ]; then
38 BOARD="`cat ~/trunk/src/scripts/.default_board`"
40 echo "You must pass BOARD environment variable or set a default board." >&2
46 echo "Running tests for board '${BOARD}' from ${VBOOT_REF_DIR}"
58 cros_workon-${BOARD} start ${TEST_EBUILDS} || true
60 USE=depthcharge emerge-${BOARD} ${TEST_EBUILDS}
  /external/autotest/server/
site_utils_unittest.py 33 board = 'lumpy'
36 expected_info = {'board': board,
57 boards = ['board:name']
59 boards = ['board:name', 'board:another']
61 boards = ['board:name-1', 'board:name-2']
63 boards = ['board:name-1', 'board:another-2'
    [all...]
  /device/google/marlin/camera/
common.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /device/huawei/angler/camera/
common.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /device/lge/bullhead/camera/
common.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /system/libufdt/utils/tests/data/
board1v1.dts 8 /* optional, the soc used by the board */
board1v1_1.dts 9 /* optional, the soc used by the board */
board2v1.dts 8 /* optional, the soc used by the board */
  /external/toolchain-utils/dejagnu/
chromeos.exp.in 2 # Initialize the board. The function is executed before any test.
4 proc __boardname___init { board } {
5 set hostname [board_info $board hostname]
6 set timeout [board_info $board timeout]
7 set ssh_options [board_info $board ssh,options]
8 set runtimes [board_info $board runtimes]
9 set tmpdir [board_info $board tmpdir]
20 set board "__boardname__"
21 set hostname [board_info $board hostname]
22 set ssh_options [board_info $board ssh,options
    [all...]
  /external/autotest/site_utils/suite_scheduler/
build_event_unittest.py 18 @var BOARD: faux board.
22 BOARD = 'faux_board'
35 def VetBranchBuilds(self, board, branch_manifests, branch_builds):
38 @param board: the board to get builds for.
47 self.assertTrue(build.startswith('%s-%s' % (board, type)))
51 self.assertTrue(build.startswith('%s-release' % board))
56 def doTestGetBranchBuilds(self, board, branch_manifests):
59 @param board: the board to get builds for
    [all...]
build_event.py 62 def _AllPerBranchBuildsSince(self, board, revision):
63 """Get all per-branch, per-board builds since git |revision|.
65 @param board: the board whose builds we want.
69 all_branch_manifests = self._mv.ManifestsSinceRev(revision, board)
74 build = base_event.BuildName(board, type, milestone, manifest)
79 def GetBranchBuildsForBoard(self, board):
80 return self._AllPerBranchBuildsSince(board, self._revision)
83 def GetLaunchControlBuildsForBoard(self, board):
84 """Get per-branch, per-board builds since last run of this event
    [all...]
base_event.py 41 def BuildName(board, type, milestone, manifest):
42 """Format a build name, given board, type, milestone, and manifest number.
44 @param board: board the manifest is for, e.g. x86-alex.
50 return '%s-%s/R%s-%s' % (board, type, milestone, manifest)
169 def GetBranchBuildsForBoard(self, board):
170 """Get per-branch, per-board builds since last run of this event.
172 @param board: the board whose builds we want.
180 def GetLaunchControlBuildsForBoard(self, board)
    [all...]
  /external/syslinux/com32/gpllib/dmi/
dmi_base_board.c 32 "Board is a hosting board", /* 0 */
33 "Board requires at least one daughter board",
34 "Board is removable",
35 "Board is replaceable",
36 "Board is hot swappable" /* 4 */
  /external/autotest/test_suites/
control.chameleon_vga 15 Display tests which require Chameleon board connected via VGA connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
  /external/toolchain-utils/crosperf/experiment_files/
telemetry-crosperf.exp 9 board: <your-board-goes-here>
24 # Replace <path-to-your-chroot-goes-here> and <board-goes-here> below.
26 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/vanilla-image/chromiumos_test_image.bin
31 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
aes_perf.exp 8 board: <your-board-goes-here>
20 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
bloat_perf.exp 8 board: <your-board-goes-here>
24 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
morejs_perf.exp 8 board: <your-board-goes-here>
24 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
non-telemetry-tests.exp 8 board: <your-board-goes-here>
30 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
page_cycler.exp 8 board: <your-board-goes-here>
27 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin

Completed in 1357 milliseconds

12 3 4 5 6 7 8 91011>>