/external/autotest/server/site_tests/audio_AudioBasicHDMI/ |
audio_AudioBasicHDMI.py | 5 """This is a server side HDMI audio test using the Chameleon board.""" 23 This test talks to a Chameleon board and a Cros device to verify
|
/external/autotest/server/site_tests/audio_AudioNodeSwitch/ |
audio_AudioNodeSwitch.py | 5 """This is a server side audio nodes s test using the Chameleon board.""" 25 This test talks to a Chameleon board and a Cros device to verify
|
/external/autotest/server/site_tests/audio_AudioVolume/ |
audio_AudioVolume.py | 5 """This is a server side audio volume test using the Chameleon board.""" 22 This test talks to a Chameleon board and a Cros device to verify
|
/external/autotest/server/site_tests/audio_AudioWebRTCLoopback/ |
audio_AudioWebRTCLoopback.py | 5 """This is a server side WebRTC audio test using the Chameleon board.""" 24 This test talks to a Chameleon board and a Cros device to verify
|
/external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/ |
audio_LeftRightInternalSpeaker.py | 6 """This is a server side internal speaker test using the Chameleon board, 7 audio board and the audio box enclosure for sound isolation."""
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
display_HotPlugAtSuspend.py | 5 """This is a display hot-plug and suspend test using the Chameleon board.""" 21 This test talks to a Chameleon board and a DUT to set up, run, and verify
|
/external/autotest/server/site_tests/display_Resolution/ |
display_Resolution.py | 5 """This is a server side resolution display test using the Chameleon board.""" 23 This test talks to a Chameleon board and a DUT to set up, run, and verify
|
/external/autotest/site_utils/sponge_lib/ |
autotest_job_info.py | 39 self.board = job.board
|
/external/kernel-headers/original/uapi/linux/ |
kd.h | 40 #define KDENABIO 0x4B36 /* enable i/o to video board */ 41 #define KDDISABIO 0x4B37 /* disable i/o to video board */
|
/external/syslinux/gpxe/src/drivers/bus/ |
eisa.c | 115 /* Test for board present */ 122 /* No board present */
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
linda.h | 133 /** Board serial number offset within EEPROM */ 136 /** Board serial number size within EEPROM */
|
/external/syslinux/gpxe/src/drivers/net/ |
ns8390.h | 27 Western Digital/SMC Board Definitions 60 Western Digital/SMC Board Types
|
/external/toolchain-utils/automation/clients/report/dejagnu/ |
main.py | 41 '${tool}-${board}.xfail (e.g. "gcc-unix.xfail").'), 54 manifest_filename = '%s-%s.xfail' % (test_run.tool, test_run.board)
|
/external/toolchain-utils/crosperf/ |
help.py | 52 board: x86-alex 70 run on the board x86-alex. Benchmarks will be run using two remote
|
/external/toolchain-utils/ |
remote_gcc_build.py | 236 # get the board name from "board-release". board may contain "-" 237 board = target.rsplit('-', 1)[0] 238 board_dir = os.path.join(chromeos_root, 'chroot', 'build', board) 245 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board, 376 help=('Whether or not to replace the build/$board dir' 378 'the image to src/build/image/$board/latest.'
|
afe_lock_machine.py | 225 print('\nMachine (Board)\t\t\t\t\tStatus') 228 print('\nMachine (Board)\t\tStatus') 338 (name, state['board'], state['locked_by'], state['lock_time'])) 340 print('%s (%s)\tunlocked' % (name, state['board'])) 350 (m, state['board'], state['locked_by'], state['lock_time'])) 352 print('%s (%s)\tunlocked' % (m, state['board'])) 525 values['board'] = host_info.platform if host_info.platform else '??'
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kd.h | 40 #define KDENABIO 0x4B36 /* enable i/o to video board */ 41 #define KDDISABIO 0x4B37 /* disable i/o to video board */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
kd.h | 40 #define KDENABIO 0x4B36 /* enable i/o to video board */ 41 #define KDDISABIO 0x4B37 /* disable i/o to video board */
|
/system/update_engine/ |
image_properties_chromeos.cc | 104 // the board appid in the general case or the canary appid for the canary 113 result.board = GetStringWithDefault(lsb_release, kLsbReleaseBoardKey, "");
|
/external/autotest/client/bin/ |
base_sysinfo.py | 378 # Start each log with the board name for orientation. 379 board = utils.get_board_with_frequency_and_memory() 380 logging.info('ChromeOS BOARD = %s', board) 383 board),
|
/external/autotest/client/site_tests/graphics_dEQP/scripts/ |
process_logs.py | 23 _BOARD_REGEX = re.compile(r'ChromeOS BOARD = (.+)') 48 board = re.search(_BOARD_REGEX, s).group(1) 54 (board, gpu, filter, hasty)) 55 return board, gpu, filter, hasty 211 if ('dEQP test filter =' in line or 'ChromeOS BOARD = ' in line or
|
/external/autotest/server/cros/dynamic_suite/ |
suite.py | 542 def create_from_predicates(cls, predicates, builds, board, devserver, 559 @param board: the board on which we're running this suite. 579 name, builds, board, cf_getter, run_prod_code, **dargs) 583 def create_from_name(cls, name, builds, board, devserver, cf_getter=None, 596 @param board: the board on which we're running this suite. 609 name, builds, board, cf_getter, **dargs) 617 board, 650 @param board: the board on which we're running this suite [all...] |
/external/autotest/site_utils/suite_scheduler/ |
timed_event_unittest.py | 112 board = 'faux_board' 116 self.mv.ManifestsSinceDate(since_date, board).AndReturn( 120 branch_builds = self.CreateEvent().GetBranchBuildsForBoard(board) 126 self.assertTrue(build.startswith('%s-%s' % (board, type))) 130 self.assertTrue(build.startswith('%s-release' % board))
|
/external/autotest/server/ |
autoserv | 65 START_SERVOD_CMD = 'sudo start servod BOARD=%s PORT=%s' 267 different board or port. 277 board = server_utils.get_board_from_afe(machine, afe) 286 # Ignore error if RPC failed to get board 287 logging.error('Failed to get board name from AFE. Start servod is ' 294 if ('--board %s' % board in cmd_line and 296 logging.debug('Servod is already running with given board and port.' 299 logging.debug('Servod is running with different board or port. ' 307 utils.run(START_SERVOD_CMD % (board, servo_port) [all...] |
autoserv.py | 65 START_SERVOD_CMD = 'sudo start servod BOARD=%s PORT=%s' 267 different board or port. 277 board = server_utils.get_board_from_afe(machine, afe) 286 # Ignore error if RPC failed to get board 287 logging.error('Failed to get board name from AFE. Start servod is ' 294 if ('--board %s' % board in cmd_line and 296 logging.debug('Servod is already running with given board and port.' 299 logging.debug('Servod is running with different board or port. ' 307 utils.run(START_SERVOD_CMD % (board, servo_port) [all...] |