HomeSort by relevance Sort by last modified time
    Searched full:board (Results 51 - 75 of 1338) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/hardware_TPMttci/
control 7 PURPOSE = "Exercise TPM TTCI board modules with TPM"
15 This test exercises the two modules on TTCI board and performs basic sanity
  /external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 46 def run_once(self, host, value=None, force=False, repair=False, board=None,
60 @param board: Board name of the device. For host created in testbed,
62 the board name needs to be passed in from the testbed
86 board = board or info.board
88 logging.debug('Host %s is board type: %s, OS type: %s', host, board, os)
90 # TODO(kevcheng): remove the board.split() line when all androi
    [all...]
  /external/toolchain-utils/automation/clients/helper/
chromeos.py 31 def RunBenchmarks(self, board, tests):
32 image_path = os.path.join(self._chromeos_root, 'src/build/images', board,
37 '--board=%s' % board,
64 def __init__(self, chromeos_version, board, toolchain, p4_snapshot):
66 self.board = board
85 config_dict = {'board': self.board,
95 config_name = '%s-toolchain-test' % self.board
    [all...]
  /hardware/qcom/media/msm8998/
Android.mk 4 ifeq ($(call is-board-platform-in-list, $(QCOM_BOARD_PLATFORMS)),true)
9 ifeq ($(call is-board-platform-in-list, $(MSM_VIDC_TARGET_LIST)),true)
  /external/toolchain-utils/dejagnu/boards/
gdb.exp.in 16 # This file is a dejagnu "board file" and is used to run the testsuite
81 proc ${board}_spawn { board cmd } {
84 set baseboard [lindex [split $board "/"] 0]
87 set result [remote_spawn $board $cmd]
93 proc ${board}_exec { hostname program args } {
105 proc ${board}_download { board host dest } {
106 verbose -log "chrome_download $board $host $dest"
108 set ssh_options [board_info $board ssh,options
    [all...]
  /external/autotest/site_utils/autoupdate/
full_release_test_test.py 94 board = 'x86-mario'
102 target, board]
109 branch, src, branch, target, board))
115 branch, src, board))
120 os.path.join(self.tmpdir, board, 'control.nmo_delta_%s' % src),
127 board = 'x86-mario'
135 target, board]
142 branch, src, branch, target, board))
148 branch, src, board))
152 os.path.join(self.tmpdir, board, 'control.npo_delta_%s' % src)
    [all...]
  /external/autotest/site_utils/suite_scheduler/
driver.py 152 board: Name of the board.
156 board = inputs['board']
158 # Try to get builds from LaunchControl first. If failed, the board could
162 if board not in Driver._cros_boards:
163 launch_control_builds = event.GetLaunchControlBuildsForBoard(board)
165 event.Handle(scheduler, branch_builds=None, board=board,
168 branch_builds = event.GetBranchBuildsForBoard(board)
    [all...]
  /external/autotest/server/
afe_utils.py 94 def get_stable_cros_image_name(board):
95 """Retrieve the Chrome OS stable image name for a given board.
97 @param board: Board to lookup.
100 repair the given board.
102 return _CROS_VERSION_MAP.get_image_name(board)
105 def get_stable_firmware_version(board):
106 """Retrieve the stable firmware version for a given board.
108 @param board: Board to lookup
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
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...]
  /device/google/accessory/demokit/hardware/fab/m256c/
README 23 Board dimensions/outline included as zero width trace in silkscreen layer
24 for reference. Board is made from 0.062" FR4 with 1oz copper on all
27 NOTE: Board contains 3 plated slots, each slot is marked at the two ends
30 Board layers stacked as follows:
  /external/autotest/site_utils/deployment/
commandline.py 13 * (required) Board of the DUTs to be deployed.
16 repair image for the board to be deployed. If omitted, the
19 The interactive dialog is invoked if the board and hostnames
40 # one build. The template is to be filled in with a board
87 def _build_path_exists(board, buildpath):
91 release builds for `board`. The path may be one of the "LATEST"
98 @param board Board to be tested.
106 _BUILD_URI_FORMAT % (board, buildpath)
116 def _normalize_build_name(board, build)
    [all...]
  /external/libxml2/result/
attrib.xml.sax 3 SAX.startElement(item, title='Icrontic.com - Warning: Breakdancing midget with tourette's syndrome on-board                                                ', url='http://www.icrontic.com/', first_time='985034339', last_time='985034339', visits='1')
  /external/toolchain-utils/binary_search_tool/cros_pkg/
create_cleanup_script.py 8 generates a cleanup script, named ${BOARD}_cleanup.sh, which will
29 undone, namely it creates a soft link making /build/${board} point
30 to /build/${board}.work. To do this, it had to see if
31 /build/${board} already existed, and if so, whether it was a real
34 a real tree, it renamed the tree to /build/${board}.save, and then
35 created the new soft link. If the /build/${board} did not
44 '--board',
45 dest='board',
47 help='Chromeos board for packages/image.')
53 help='Did /build/${BOARD} exist.'
    [all...]
  /device/linaro/hikey/uefi-tools/
uefi-build.sh 4 # Board Configuration Section
7 # Board configuration moved to parse-platforms.py and platforms.config.
28 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname`"
29 PLATFORM_PREBUILD_CMDS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o prebuild_cmds`"
30 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildflags`"
32 PLATFORM_BUILDCMD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildcmd`"
33 PLATFORM_DSC="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o dsc`"
34 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
37 TEMP_PACKAGES_PATH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o packages_path`"
68 echo "$board"_BUILDFLAGS="'$PLATFORM_BUILDFLAGS'
    [all...]
  /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/dtc/tests/
test_kernel_dts 49 foreach my $board (@boards) {
50 my $dts_file = "$linux_dts_dir/$board.dts";
52 my $old_dtb_file = "/tmp/$board.dtb.old";
53 my $new_dtb_file = "/tmp/$board.dtb.new";
65 print " FAILED to run old DTC on $board\n";
73 print " FAILED to run new DTC on $board\n";
81 print " FAILED $board\n";
  /external/autotest/server/hosts/
testbed_label.py 27 # Currently the board label will need to be modified for each adb
28 # device. We'll get something like 'board:android-shamu' and
29 # we'll need to update it to 'board:android-shamu-1'. Let's store all
35 # Update the board labels
37 # Now let's grab the board num and append it to the board_label.
  /external/autotest/test_suites/
control.chameleon_dp 15 Display tests which require Chameleon board connected via DP connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_dp_hdmi 15 Display tests which require Chameleon board connected via DP connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_dp_hdmi_stress 15 Display tests which require Chameleon board connected via DP connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_dp_stress 15 Display tests which require Chameleon board connected via DP connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_hdmi 15 Display tests which require Chameleon board connected via HDMI connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_hdmi_nightly 15 Display tests which require Chameleon board connected via HDMI connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_hdmi_perbuild 15 Display tests which require Chameleon board connected via HDMI connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.
control.chameleon_hdmi_stress 15 Display tests which require Chameleon board connected via HDMI connection.
16 The Chameleon board can emulate a monitor such that the test can control
21 @param board: The board to test on. Ex: x86-mario
23 board is used.

Completed in 840 milliseconds

1 23 4 5 6 7 8 91011>>