/external/autotest/site_utils/ |
host_history_utils.py | 32 def get_matched_hosts(board, pool): 33 """Get duts with matching board and pool labels from metaDB. 35 @param board: board of DUT, set to None if board doesn't need to match. 37 @return: A list of duts that match the specified board and pool. 42 if board: 43 labels.append('board:%s' % board) 289 @param board: Name of the board to look for history. Default is None [all...] |
test_push.py | 141 """Check DUT inventory for each board in the pool specified.. 198 def get_default_build(board='gandof', server='chromeos-autotest.hot'): 201 @param board: Name of board to be tested, default is gandof. 205 cmd = ('%s/cli/atest stable_version list --board=%s -w %s' % 206 (AUTOTEST_DIR, board, server)) 210 return '%s-release/%s' % (board, build.group(0)) 214 return '%s-release/%s' % (board, build) 223 parser.add_argument('-b', '--board', dest='board', default='gandof' [all...] |
/external/autotest/site_utils/suite_scheduler/ |
board_enumerator.py | 50 @return list of board names, e.g. 'x86-mario' 60 # Filter out all board labels tailing with -number, which is used for
|
board_enumerator_unittest.py | 37 """Test successful board enumeration.""" 46 """Test successful board enumeration, but there are no boards."""
|
constants.py | 13 @var BOARD_PREFIX The string with which board labels are prefixed. 16 BOARD_PREFIX = 'board:'
|
/external/toolchain-utils/ |
compiler-test.sh | 13 # ${chromeos_root}/chroot/build/${board}/usr/lib/debug (from outside 16 # /build/${board}/usr/lib/debug (from inside chroot)
|
build_tool.py | 23 ## Same as above except only do it for board daisy - no bootstrapping involved. 25 --chromeos_root=/chromeos/dir --board=daisy 59 board=None, 81 self._board = board 456 """Build tool for a specific board. 471 """Build a specific tool for a specific board. 493 for board in boards_to_build: 494 if board == 'host': 497 target = misc.GetCtargetFromBoard(board, self._chromeos_root) 500 'Unsupported board "{0}", skip.'.format(board) [all...] |
/external/toolchain-utils/crosperf/experiment_files/ |
official-image.exp | 9 board: <your-board-goes-here>
|
/hardware/qcom/display/msm8226/ |
common.mk | 30 ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 apq8084 \ 59 ifeq ($(call is-vendor-board-platform,QCOM),true)
|
/hardware/qcom/display/msm8960/libcopybit/ |
Android.mk | 38 ifneq ($(call is-chipset-in-board-platform,msm7630),true) 39 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
|
/hardware/qcom/display/msm8996/ |
common.mk | 44 ifeq ($(call is-board-platform-in-list, $(MSM_VIDC_TARGET_LIST)), true) 48 ifeq ($(call is-board-platform-in-list, $(MASTER_SIDE_CP_TARGET_LIST)), true)
|
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/ |
MiscSubclassDriver.uni | 32 #string STR_MISC_BASE_BOARD_MANUFACTURER #language en-US "Base Board Manufacturer"
33 #string STR_MISC_BASE_BOARD_PRODUCT_NAME #language en-US "Base Board Product Name"
34 #string STR_MISC_BASE_BOARD_VERSION #language en-US "Base Board Version"
35 #string STR_MISC_BASE_BOARD_SERIAL_NUMBER #language en-US "Base Board Serial Number"
36 #string STR_MISC_BASE_BOARD_ASSET_TAG #language en-US "Base Board Asset Tag"
37 #string STR_MISC_BASE_BOARD_CHASSIS_LOCATION #language en-US "Base Board Chassis Location"
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ |
Gpio.h | 60 ////GPIO8 BOARD ID2 G I - -
84 ////GPIO34 BOARD ID0 G I - -
86 ////GPIO38 BOARD ID1 G I - -
145 // GPIO34 BOARD ID0 G I
149 // GPIO38 BOARD ID1 G I
150 // GPIO39 BOARD ID2 G I
|
/external/autotest/client/common_lib/perf_expectations/ |
expectation_checker.py | 33 def __init__(self, test_name, board=None, 39 @param board: an alternative board name, will be used 40 to load the expectation. Defaults to the board name 53 self._board = board or site_utils.get_current_board() 55 assert self._board, 'Failed to get board name.'
|
/external/autotest/client/site_tests/platform_UdevVars/ |
platform_UdevVars.py | 92 board = utils.get_board() 93 if board in boards_chromebox or board in boards_aio: 100 if board in boards_with_touchscreen: 102 elif board in boards_maybe_touchscreen: 134 logging.debug('Board: %s', utils.get_board())
|
/external/autotest/contrib/ |
servo-stat | 9 # DUT ...ABCDEFG is up BOARD=swanky CHROMEOS_RELEASE_VERSION=5995.0.0 85 BOARD= 130 BOARD=$(remote $SERVO grep BOARD= $CONFIG) 134 if [ -z "$BOARD" ] 158 STATUS=("${STATUS[@]}" $BOARD $VERSION)
|
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
sem_readerwriter.c | 10 * write on the board at the same time. Reader and Writer can't use the board 12 * no reader reads the board, the writer can write the board. 37 printf("read the board, data=%d \n", data); 44 printf("write the board, data=%d \n", data);
|
/external/toolchain-utils/crosperf/ |
label.py | 24 board, 43 self.board = board 124 board, 135 self.board = board
|
/external/toolchain-utils/fdo_scripts/ |
profile_cycler.py | 27 def __init__(self, chromeos_root, board, cycler, profile_dir, remote): 32 self._board = board 163 parser.add_option('--board', 164 dest='board', 166 help='The target board.') 185 cp = CyclerProfiler(options.chromeos_root, options.board, options.cycler,
|
/external/autotest/server/hosts/ |
testbed.py | 142 # board name is needed for adb_host to repair as the adb_host objects 146 board = info.board 147 # Remove the tailing -# in board name as it can be passed in from 148 # testbed board labels 149 match = re.match(r'^(.*)-\d+$', board) 151 board = match.group(1) 155 adb_device.repair(board=board, os=info.os) 199 based on board [all...] |
/external/toolchain-utils/dejagnu/ |
run_dejagnu.py | 52 '--board', 53 dest='board', 54 help=('Required. Specify board.')) 58 help=('Required. Specify addresses/names of the board, ' 95 if not options.board: 96 raise SyntaxError('Missing argument for --board.') 112 def __init__(self, base_dir, mount, chromeos_root, remote, board, flags, 124 self._board = board 125 ## Compute target from board 126 self._target = misc.GetCtargetFromBoard(board, chromeos_root [all...] |
/external/autotest/client/cros/chameleon/ |
chameleon_audio_ids.py | 51 audio board. 65 # Audio board Cros device 68 # from audio board. It should be a source as peripheral speaker transfer 82 # Audio board Cros device 85 # to audio board. It should be a sink as peripheral microphone receives 109 # Audio board Cros device 124 # Audio board Cros device
|
chameleon_port_finder.py | 19 Responsible for finding all ports connected to the chameleon board. 28 Chameleon board whose ports we are interested 72 text = 'No port detected on the Chameleon board.' 86 Responsible for finding all input ports connected to the chameleon board. 105 Responsible for finding all output ports connected to the chameleon board. 124 Responsible for finding all video inputs connected to the chameleon board. 135 Chameleon board whose ports we are interested 281 Responsible for finding all audio inputs connected to the chameleon board. 305 Responsible for finding all audio outputs connected to the chameleon board.
|
/external/autotest/site_utils/bootperf-bin/ |
bootperf | 42 DEFINE_string board "" "name of board we are testing" 91 --board <BOARDNAME> name of board we are testing (e.g. daisy) 167 $RUN_TEST --results_dir="$TMP_RESULTS" --args "10" $BOARD \ 202 BOARD="--board=${FLAGS_board}"
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
FlashingResourcesParserTest.java | 52 final String validInfoData = "require board=board1|board2\n" + // valid 74 final String validInfoData = "require board=board1|board2\n" + 101 * When both 'require board=foo' and 'require product=bar' lines are present, the board line 106 "require board=gamma|delta"; 121 final String validInfoData = "require board=gamma|delta"; 136 * (missing) board line.
|