HomeSort by relevance Sort by last modified time
    Searched refs:board (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /build/target/board/generic_armv5/
AndroidBoard.mk 17 -include build/target/board/generic/AndroidBoard.mk
device.mk 17 include build/target/board/generic/device.mk
BoardConfig.mk 17 include build/target/board/generic/BoardConfig.mk
  /external/autotest/site_utils/
stable_version_utils.py 16 # Name of the default board. For boards that don't have stable version
17 # explicitly set, version for the default board will be used.
28 versions = dict([(v.board, v.version)
38 def get(board=DEFAULT, android=False):
39 """Get stable version for the given board.
41 @param board: Name of the board, default to value `DEFAULT`.
43 board. There is no default version that works for all
45 OS based board.
47 @return: Stable version of the given board. If the given board is not liste
    [all...]
assign_stable_images.py 6 in the lab. For each board, if the version that Omaha is serving
7 on the Beta channel for the board is more recent than the current
11 The upgrade process is applied to every "managed board" in the test
12 lab. Generally, a managed board is a board with both spare and
16 of "managed board".
47 # * The board name of the product, as known to Omaha.
54 # _SET_VERSION - `atest` command that will assign a specific board a
60 # _DEFAULT_BOARD - The distinguished board name used to identify a
61 # stable version mapping that is used for any board without an explici
    [all...]
restart_latest.py 8 board. Which will cause all tests whose locks were removed to be rescheduled the
10 the LATEST file in each board directory.
72 # Build board listing.
76 boards = [board for board in os.listdir('.') if os.path.isdir(board)]
78 for board in boards:
79 latest_path = os.path.join(board, 'LATEST')
85 build_path = os.path.join(board, open(latest_path, 'r').read().strip())
balance_pools.py 14 usage: balance_pool.py [ options ] POOL BOARD [ BOARD ... ]
18 BOARD Names of boards to balance
24 count for every BOARD
27 BOARD
30 every BOARD
38 for every BOARD, and replace them with enough working DUTs taken
44 DUTs for every BOARD in the target POOL.
52 If the selected target POOL is for a Freon board, *and* the selected
55 be used for the Freon board. A similar rule applies to balancin
    [all...]
  /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/cli/
stable_version.py 7 board.
10 list: Show version of a given board or list all boards and their stable
11 versions if --board option is not specified.
12 modify: Set the stable version of a given board to the given value.
13 delete: Delete the stable version of a given board. So its stable version will
14 use the value for board `DEFAULT`.
37 self.parser.add_option('-b', '--board',
38 help='Name of the board',
41 metavar='BOARD')
44 attribute_name='board', use_leftover=True
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
Example.java 42 String board = mraa.getPlatformName(); local
46 System.out.println(String.format("Running on %s", board));
  /external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 78 board = afe_utils.get_board(host)
79 if board:
80 logging.debug('Host %s is board type: %s', host, board)
81 if adb_host.OS_TYPE_BRILLO in board:
87 board=board.split('-')[-1]
88 value = afe_utils.get_stable_version(board=board, android=True)
90 raise error.TestFail('No stable version assigned for board:
    [all...]
  /external/autotest/server/site_tests/moblab_RunSuite/
moblab_RunSuite.py 34 # Fetch the board of the DUT's assigned to this Moblab. There should
36 board = host.afe.get_hosts()[0].platform
38 # stable_version for the given board.
39 stable_version = host.afe.run('get_stable_version', board=board)
42 build = build_pattern % (board, stable_version)
48 "--board=%s --build=%s --suite_name=%s" %
49 (moblab_host.AUTOTEST_INSTALL_DIR, board, build,
  /device/generic/x86/
BoardConfig.mk 37 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
38 BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
  /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)
  /external/autotest/site_utils/suite_scheduler/
base_event.py 31 def BuildName(board, type, milestone, manifest):
32 """Format a build name, given board, type, milestone, and manifest number.
34 @param board: board the manifest is for, e.g. x86-alex.
40 return '%s-%s/R%s-%s' % (board, type, milestone, manifest)
138 def GetBranchBuildsForBoard(self, board):
139 """Get per-branch, per-board builds since last run of this event.
141 @param board: the board whose builds we want.
177 def Handle(self, scheduler, branch_builds, board, force=False)
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/usb/
usb.c 35 mraa_usb_platform_extender(mraa_board_t* board)
61 board->sub_platform = sub_plat;
  /hardware/qcom/camera/
common.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
spi.c 109 const struct StmSpiBoardCfg *board; member in struct:StmSpiDev
130 gpioConfigAlt(pdev->miso, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc);
131 gpioConfigAlt(pdev->mosi, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc);
136 gpioConfigAlt(pdev->sck, sckSpeed, sckPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc);
238 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull);
239 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->cpol ? GPIO_PULL_UP : GPIO_PULL_DOWN);
245 gpioConfigOutput(pdev->nss, pdev->board->gpioSpeed, pdev->board->gpioPull, GPIO_OUT_PUSH_PULL, 1);
255 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, GPIO_PULL_NONE)
612 const struct StmSpiBoardCfg *board = boardStmSpiCfg(busId); local
    [all...]
  /build/target/product/
full.mk 23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
full_mips.mk 23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk)
  /device/moto/shamu/location/loc_api/
Android.mk 12 ifeq ($(call is-board-platform-in-list,$(QMI_BOARD_PLATFORM_LIST)),true)
14 endif #is-board-platform-in-list
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
host_replay.sh 11 # (2) remove the old logs in tests/logs/ for every board on the host, and
12 # (3) scp the new logs from the machine into the proper board on the host.
67 ssh root@$FLAGS_machine_ip "${MACHINE_PROJ_DIR}/${MACHINE_REPLAY} -b $board"
73 # (generated by the robot or manually) for every board.
81 log_files=$(find ${board} -name "*.log" -type f 2>/dev/null)
100 cp "${HOST_TMP_LOG_DIR}/${log_file}" "${board}/${log_dir}/${log_file}"
107 for board in $boards; do
  /external/autotest/contrib/
poolhistory.py 16 def find_hostnames(pool='bvt', board='x86-mario'):
19 "awk '{ print $1}'" % (pool, board)).read().split('\n')
24 print ('Try ./contrib/poolhistory.py pool -name bvt -board x86-mario -start '
33 parser_host.add_argument('-board',
44 print 'Pool %s, board %s' % (args.name, args.board)
45 for name in find_hostnames(args.name, args.board):
  /external/autotest/scheduler/shard/
simple_heartbeat_client.py 11 --board lumpy
13 Perform a heartbeat against the given server for the given board,
18 --board lumpy
58 def get_heartbeat_packet(server, board, host_limit, job_limit):
70 url = '%s/%s?raw' % (server, board)
95 def perform_heartbeat(self, board, host_limit, job_limit):
96 """Perform a heartbeat against the given server, for the given board.
98 @param board: Boardname, eg: lumpy.
103 self.server, board, host_limit, job_limit)
118 '--board', default='lumpy'
    [all...]

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 910