/external/autotest/server/site_tests/telemetry_Benchmarks/ |
control.webrtc.stress.buddy.kepler | 7 # run tests on the Buddy board with onboard Kepler hardware. 18 DEPENDENCIES = "board:buddy, hw_video_acc_enc_vp8"
|
/external/autotest/site_utils/autoupdate/lib/ |
test_params.py | 88 def __init__(self, board, name, is_delta_update, source_release, 93 @param board: the board being tested (e.g. 'x86-alex') 104 self.board = board 133 self.board, self.target_release, self.suite_name, 142 release/board. 150 (self.board, self.name, self.get_update_type(),
|
/external/toolchain-utils/automation/clients/helper/ |
crosstool.py | 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): 37 command = self.commands.RunTests(target, board, component) 39 (target, component, board), command) 43 new_job, self.commands.dejagnu_output_path, board) 123 def RunTests(self, target, board, component='gcc'): 125 '--target_board=%s' % board] 157 sumfiles = [os.path.join('$JOB_TMP', board, '*.sum') for board in boards]
|
/external/toolchain-utils/crosperf/experiment_files/ |
README | 1 To use these experiment files, replace the board, remote and images 10 board: lumpy
|
trybot-image.exp | 9 board: <your-board-goes-here>
|
/external/toolchain-utils/cwp/bartlett/ |
server.py | 13 board: the architecture we ran on 47 board = db.StringProperty() # board arch variable in class:FileEntry 61 <div><label>Board</label></div> 62 <div><input type="text" name="board"/></div> 80 getfile.board = self.request.get('board') 109 display_list = [item.key(), item.date, item.data_md5, item.board,
|
/external/toolchain-utils/user_activity_benchmarks/ |
select_hot_functions.sql | 20 -- The reports are from the gnawty board, x86_64 architecture. 21 AND meta.cros.board == "gnawty"
|
/system/sepolicy/tools/sepolicy-analyze/ |
README | 7 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -e 28 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -d 35 sepolicy-analyze out/target/product/<board>/root/sepolicy dups 49 sepolicy-analyze out/target/product/<board>/root/sepolicy permissive 57 sepolicy-analyze out/target/product/<board>/root/sepolicy booleans 64 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute <name> 68 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute -r <name> 73 sepolicy-analyze out/target/product/<board>/root/sepolicy neverallow \
|
/device/linaro/hikey/hikey/ |
README | 1 Running Android on hikey board: 26 Power the board 29 Remove link 3-4 and power the board 37 Remove jumper 5-6 and power the board 59 Board: https://www.96boards.org/products/ce/hikey/
|
/external/autotest/client/tests/sound_infrastructure/ |
sound_infrastructure.py | 90 board = utils.get_board().lower() 92 if board in self._NO_AUDIO_DEVICE_LIST: 94 raise error.TestError('%s is not supposed to have sound control!' % board) 97 record = board not in self._NO_RECORDER_BOARDS_LIST 98 playback = board not in self._NO_PLAYBACK_BOARDS_LIST
|
/external/autotest/contrib/ |
task_runner.sh | 31 # A host can only have a single board. Jobs are sent 32 # to the shard based on the board. 33 MASTER_BOARD=board:link 34 SHARD_BOARD=board:stumpy 35 SHARD_FREON_BOARD=board:stumpy_freon
|
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/ |
network_WiFi_UpdateRouter.py | 81 board = router_host.get_board().split(':', 1)[1] # Remove 'board:' 82 desired = self.STABLE_VERSIONS.get(board, None) 85 'board=%s.' % board)
|
/external/autotest/site_utils/ |
job_overhead.py | 58 def record_suite_runtime(suite_job_id, suite_name, board, build, num_child_jobs, 65 @param board: The target board for which the suite is run, 75 'board': board,
|
analyze_reboot_time.py | 11 python analyze_reboot_time.py -l 12 --server cautotest --board daisy_spring 14 [--board BOARD] [--pool POOL] [--start START] 23 --board BOARD restrict query by board, not implemented yet 115 parser.add_argument('--board', type=str, dest='board', 116 help='restrict query by board, not implemented yet', 155 options.board, options.pool [all...] |
lab_inventory_unittest.py | 26 def __init__(self, board, pool, status, hostname=''): 27 self._board = board 41 """Return the recorded board.""" 362 @param counts List of tuples with board count data. 371 @param repair_counts List of (board, count) tuples. 376 for board, count in repair_counts: 379 _FakeHostHistory(board, pool, _BROKEN)) 426 """Test that improving the worst board improves scoring. 430 sufficient to improve the count of the worst board in order 449 than improving one. Assert that improving any one board i [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
etherfabric_nic.h | 34 /* Board IDs. Early boards have no board_type, (e.g. EF1002 and 401/403) 38 EFAB_BOARD_INVALID = 0, /* Early boards do not have board rev. info. */ 48 PHY_TYPE_AUTO = 0, /* on development board detect between CX4 & alaska */ 170 /** Board, MAC, and PHY operations tables */ 175 /* PHY and board types */
|
/external/toolchain-utils/automation/clients/ |
crosstool.py | 28 assert all(board in self.VALID_BOARDS for board in boards) 53 for board in self._boards: 56 self._target, board, component) 75 '--board',
|
/external/autotest/server/ |
site_utils.py | 55 # Mapping between board name and build target. This is for special case handling 56 # for certain Android board that the board name and build target name does not 105 """Format a build name, given board, type, milestone, and manifest num. 110 @return board: board the manifest is for, e.g. x86-alex. 118 match = re.match(r'(trybot-)?(?P<board>[\w-]+?)(?:-chrome)?(?:-chromium)?' 123 return (match.group('board'), match.group('type'), 136 @param label_prefix: prefix of label to be matched, e.g., |board:| 156 @param label_prefix: prefix of label to be matched, e.g., |board: [all...] |
/external/autotest/site_utils/suite_scheduler/ |
driver_unittest.py | 84 for board in self._BOARDS: 86 mocks[-1].name = prefix + board 102 for board in self._BOARDS: 105 board).InAnyOrder(group).AndReturn(None) 107 board).InAnyOrder(group).AndReturn(bbs) 108 event.Handle(mox.IgnoreArg(), bbs, board).InAnyOrder(group) 202 board = 'board' 206 build = base_event.BuildName(board, type, milestone, manifest) 208 events[0].Handle(mox.IgnoreArg(), {milestone: [build]}, board, [all...] |
manifest_versions_unittest.py | 163 """Ensure we can get manifests for a board since N days ago.""" 165 board = 'x86-alex' 172 br_man = self.mv.ManifestsSinceDate(since_date, board) 183 board = 'x86-alex' 188 br_man = self.mv.ManifestsSinceDate(since_date, board) 195 board = 'x86-alex' 198 br_man = self.mv.ManifestsSinceDate(since_date, board) 205 board = 'x86-alex' 212 self.mv.ManifestsSinceDate, since_date, board) 218 board = 'link [all...] |
/external/autotest/tko/ |
site_parse_unittest.py | 66 board, rev, version = self._stack_trace._parse_job_name(job_name) 69 self._cache_dir, '-'.join([board, rev, version])) 89 board, rev, version = self._stack_trace._parse_job_name(job_name) 90 self.assertEqual(board, 'x86-alex') 97 board, rev, version = self._stack_trace._parse_job_name(job_name) 98 self.assertEqual(board, 'x86-mario') 105 board, rev, version = self._stack_trace._parse_job_name(job_name) 106 self.assertEqual(board, 'x86-alex') 113 board, rev, version = self._stack_trace._parse_job_name(job_name) 114 self.assertEqual(board, 'x86-alex' [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmdevs.h | 378 #define BFL_BTCOEX 0x00000001 /* Board supports BTCOEX */ 379 #define BFL_PACTRL 0x00000002 /* Board has gpio 9 controlling the PA */ 380 #define BFL_AIRLINEMODE 0x00000004 /* Board implements gpio 13 radio disable indication, UNUSED */ 381 #define BFL_ADCDIV 0x00000008 /* Board has the rssi ADC divider */ 383 #define BFL_ENETROBO 0x00000010 /* Board has robo switch or core */ 386 #define BFL_ENETADM 0x00000080 /* Board has ADMtek switch */ 387 #define BFL_ENETVLAN 0x00000100 /* Board has VLAN capability */ 388 #define BFL_LTECOEX 0x00000200 /* Board has LTE coex capability */ 389 #define BFL_NOPCI 0x00000400 /* Board leaves PCI floating */ 390 #define BFL_FEM 0x00000800 /* Board supports the Front End Module * [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
PlatformInfo.h | 51 // Start::BayLake Board Defines
65 // End::BayLake Board Defines
69 // Start::Alpine Valley Board Defines
79 // End::Alpine Valley Board Defines
179 BOARD_ID_AV_SVP = 0x0, // Alpine Valley Board
180 BOARD_ID_BL_RVP = 0x2, // BayLake Board (RVP)
182 BOARD_ID_BL_FFRD = 0x4, // BayLake Board (FFRD)
183 BOARD_ID_BL_RVP_DDR3L = 0x5, // BayLake Board (RVP DDR3L)
184 BOARD_ID_BL_STHI = 0x7, // PPV- STHI Board
185 BOARD_ID_BB_RVP = 0x20, // Bayley Bay Board
[all...] |
/external/toolchain-utils/deprecated/ |
build_benchmarks.py | 9 board 172 help='Delete the board and start fresh', 190 parser.add_argument('--board', 191 dest='board', 192 help='ChromeOS target board, e.g. x86-generic') 206 if options.board is None: 207 Usage(parser, '--board must be set') 264 '--board=' + options.board, '--cflags=' + options.cflags, 272 options.board) [all...] |
/external/toolchain-utils/ |
image_chromeos.py | 65 '--board', 66 dest='board', 67 help='Target board override.') 110 if options.board is None: 111 board = cmd_executer.CrosLearnBoard(options.chromeos_root, options.remote) 113 board = options.board 116 images_dir = misc.GetImageDir(options.chromeos_root, board) 164 board=board) [all...] |