Home
last modified time | relevance | path

Searched refs:boards (Results 1 – 25 of 35) sorted by relevance

12

/external/autotest/site_utils/
Drestart_latest.py61 if options.boards:
62 options.boards = options.boards.split(',')
73 if options.boards:
74 boards = options.boards
76 boards = [board for board in os.listdir('.') if os.path.isdir(board)]
78 for board in boards:
Dassign_stable_images.py127 def _get_upgrade_versions(afe_versions, omaha_versions, boards): argument
151 for board in boards:
295 boards = (set(arguments.extra_boards) |
304 boards))
Dbalance_pools.py555 if not arguments.boards and not arguments.all_boards:
558 if arguments.boards and arguments.all_boards:
584 boards = arguments.boards
586 boards = host_label_utils.get_all_boards(
588 board_args = list(enumerate(boards))
Dcollect_host_stats.py104 boards = host_label_utils.get_all_boards()
122 if not boards:
124 for board in boards:
Dhost_label_utils.py46 boards = list(set(itertools.chain.from_iterable(board_labels)))
47 return boards
/external/autotest/site_utils/suite_scheduler/
Ddriver.py167 boards = self._enumerator.Enumerate()
168 logging.info('%d boards currently in the lab: %r', len(boards), boards)
175 len(boards))
177 for board in boards:
183 e.keyword, len(boards))
Dtask.py177 boards = config.getstring(section, 'boards')
229 return keyword, Task(section, suite, specs, pool, num, boards,
266 boards=None, priority=None, timeout=None, file_bugs=False, argument
419 if boards is None:
423 self._boards = set([x.strip() for x in boards.split(',')])
424 boardsStr = boards
492 def boards(self): member in Task
Dtask_unittest.py162 boards=self._BOARD))
264 [self._BRANCH_SPEC], self._POOL, boards="BadBoard")
323 boards=self._BOARD)
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dhost_replay.sh106 boards=`find tests/logs/* -maxdepth 0 -type d`
107 for board in $boards; do
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
Dcontrol18 We install ppp related modules for specific boards. PPP is not set on
19 most boards and the kernel config is set in different places. This makes
/external/autotest/site_utils/autoupdate/
Dfull_release_test_test.py194 boards = ['stumpy', 'lumpy', 'bumpy']
201 target] + boards
203 for board in boards:
224 for board in boards:
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration_artificial.cpp248 vector<Mat> boards, rvecs_exp, tvecs_exp, rvecs_spnp, tvecs_spnp; member in CV_CalibrateCameraArtificialTest
264 boards.resize(brdsNum); in prepareForTest()
277 boards[i] = cbg(bg, camMat, distCoeffs, sqSile, corners_art); in prepareForTest()
278 if(findChessboardCorners(boards[i], cornersSize, corners_fcb)) in prepareForTest()
309 cvtColor(boards[i], gray, COLOR_BGR2GRAY); in runTest()
319 cvtColor(boards[i], gray, COLOR_BGR2GRAY); in runTest()
/external/autotest/scheduler/
Drdb_hosts.py288 boards = self.find_labels_start_with(constants.Labels.BOARD_PREFIX)
289 return (boards[0][len(constants.Labels.BOARD_PREFIX):] if boards
/external/autotest/test_suites/
Dcontrol.kernel_usb18 This suite is meant to cover boards on different kernel version
19 for ARM and non-ARM boards. USB detection tests will be exercizing
Dcontrol.chameleon_audio_perbuild16 Audio tests which require chameleon and audio boards connected.
17 The Audio and Chameleon boards can emulate audio jack audio activity
Dcontrol.chameleon_audio16 Audio tests which require chameleon and audio boards connected.
17 The Audio and Chameleon boards can emulate audio jack audio activity
Dcontrol.chameleon_audio_nightly16 Audio tests which require chameleon and audio boards connected.
17 The Audio and Chameleon boards can emulate audio jack audio activity
Dcontrol.gce-smoke17 these tests run on all buildbot builds for GCE boards.
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dcontrol23 For now, this test is only designed to run on lumpy and parrot boards.
24 It will fail if run on other boards.
/external/autotest/client/site_tests/platform_UdevVars/
Dcontrol7 # TODO(chromium:399007) Move to bvt once it passes on all boards.
/external/autotest/server/site_tests/telemetry_GpuTests/
Dcontrol.webgl_robustness14 # run on pinetrail boards.
/external/autotest/client/site_tests/bluetooth_AdapterSanity/
Dcontrol21 the adapter is not found. Older boards without Bluetooth are ignored.
/external/llvm/docs/
DHowToBuildOnARM.rst21 #. The most popular Linaro/Ubuntu OS's for ARM boards, e.g., the
60 #. ARM development boards can be unstable and you may experience that cores
/external/autotest/
Dsuite_scheduler.ini26 #TODO(beeps): Make this "run_on: new_build" for selected boards again. (373526)
558 boards: storm key
566 boards: storm key
574 boards: storm key
/external/autotest/client/site_tests/graphics_PiglitBVT/
DREADME24 1) Get some log files for previous test runs on different boards.

12