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

<<21222324252627282930>>

  /external/autotest/client/cros/chameleon/
chameleon_info.py 6 """This module provides the information of Chameleon board."""
14 # bluetooth MAC address on audio board.
70 audio board.
73 board can not be found.
81 logging.debug('Chameleon board info: %r', board_info)
  /external/autotest/site_utils/
test_runner_utils_unittest.py 168 board = 'bored'
194 board=board, results_directory=results_dir,
220 build=build, board=board, ignore_deps=False,
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 49 builds={provision.CROS_VERSION_PREFIX: build}, board=board, name='bvt',
55 specified pool of the specified board with the specified build and, upon
60 atest suite create -b <board> -i <build/name> <suite>
71 create_suite_job() takes the parameters needed to define a suite run (board,
114 just like the 'build' and 'board' parameters are. However, with provisioning,
208 @var board: which kind of devices to reimage.
238 'board': str,
253 board=None,
285 @param board: which kind of devices to reimage
    [all...]
tools_unittest.py 23 @var _BOARD: fake board to reimage
26 _BOARD = 'board'
  /docs/source.android.com/src/source/
add-device.jd 37 example, an architecture can have more than one board and each board can have
62 <td>Board/Device</td>
64 <td>The device/board layer represents the physical layer of plastic on the
68 schematics of a product. These include the peripherals on the board and their
69 configuration. The names used are merely codes for different board/device configurations.</td>
74 <td>The architecture layer describes the processor configuration and ABI (Application Binary Interface) running on the board. </td>
252 <li>Create a <code>BoardConfig.mk</code> Makefile that contains board-specific configurations.
330 Name of the industrial design. This is also the board name, and the build system uses it to locate the <code>BoardConfig.mk.</code>
  /system/extras/simpleperf/
README.md 291 59.25% 16680 sudogame 7394 7394 checkValid(Board const&, int, int)
292 20.42% 5620 sudogame 7394 7394 canFindSolution_r(Board&, int, int)
293 13.82% 4088 sudogame 7394 7394 randomBlock_r(Board&, int, int, int, int, int)
335 $simpleperf report --symbols "checkValid(Board const&, int, int);canFindSolution_r(Board&, int, int)"
522 75.18% 317 checkValid(Board const&, int, int)
523 14.43% 60 canFindSolution_r(Board&, int, int)
525 3.51% 20 randomBlock_r(Board&, int, int, int, int, int)
530 angler:/data/data/com.example.sudogame $./simpleperf report --tids 10324 --dsos /data/app/com.example.sudogame-1/lib/arm/libsudo-game-jni.so --symbols ?checkValid(Board const&, int, int)? --sort vaddr_in_file -n --symfs .
597 29.43% 1.28% xample.sudogame 10324 10324 /data/app/com.example.sudogame-1/lib/arm/libsudo-game-jni.so checkValid(Board const&, int, int
    [all...]
  /external/autotest/server/cros/clique_lib/
clique_dut_locker.py 28 @attribute board_name: String representing the board name corresponding to
29 the board.
37 @param board_name: String representing the board name corresponding to
38 the board.
47 return 'class: %s, Board name: %s, Num DUTs = %d' % (
151 @param board_name: Board name Label to use for finding the DUT.
  /external/autotest/server/hosts/
emulated_adb_host.py 70 board = self.get_board()
80 os.path.join('/usr/local/emulator_images', host_os, board),
101 """Determine the board from afe_host object or use the default if
102 no board label / no afe_host object.
104 @return: board as str
107 return info.board or BOARD_DEFAULT
cros_host.py 335 if info.board is None:
337 'No board label value found')
339 return afe_utils.get_stable_cros_image_name(info.board)
386 # devservers for a given board/build/branch path.
388 board, build_type, branch = server_utils.ParseBuildName(
396 'board': board,
403 'board': board,
601 <board>/4262.204.0/factory_test/chromiumos_factory_image.bi
    [all...]
  /external/toolchain-utils/crosperf/
suite_runner.py 144 if label.board:
145 options += ' --board=%s' % label.board
201 # location. No need to have one under /build/<board>.
220 cmd = ('{} {} {} --board={} --args="{} run_local={} test={} '
222 fast_arg, label.board,
  /external/autotest/site_utils/deployment/
install.py 21 board.
28 * Configure the servo for the target board, and test that the
42 * Every DUT has the same board.
134 def _get_omaha_build(board):
135 """Get the currently preferred Beta channel build for `board`.
139 on all channels. Find the entry for `board` on the Beta channel,
142 @param board The board to look up from GoldenEye.
150 omaha_board = board.replace('_', '-')
153 e['board']['public_codename'] == omaha_board)
    [all...]
  /device/google/dragon/
bcmdhd.cal 1 #BCM94354 WLBGA iPA, iLNA board with SDIO for production package
71 #From Ver2 to Ver3, Board Limits are set to Azureware values below:
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
UsbPolicy.h 131 UINT8 InternelHubExist; // 1: Host have internel hub on board; 0: No internel hub on board
  /external/autotest/client/site_tests/firmware_TouchMTB/
cros_gs.py 53 def __init__(self, board, boto=PUBLIC_BOTO):
60 'firmware_test', board, 'data', '')
  /external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
hardware_PerfCallgraphVerification.py 69 board = utils.get_board()
70 if board in unsupported_boards:
  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 41 @param rules: list of string containing rules we found on the board.
70 # TODO(wiley) Remove when we get per-board baselines (crbug.com/406013)
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 36 @returns a set containing the names of the files in the board's
42 # Board-specific baseline.
  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 27 # (board, milestone, codec); None if don't care.
53 raise error.TestNAError('Skipping test run on this board.')
  /external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
audio_AudioBasicExternalMicrophone.py 5 """This is a server side external microphone 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_AudioBasicHeadphone/
audio_AudioBasicHeadphone.py 5 """This is a server side headphone 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_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py 5 """This is a server side internal microphone 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_AudioBasicInternalSpeaker/
audio_AudioBasicInternalSpeaker.py 5 """This is a server side internal speaker 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_AudioBasicUSBPlaybackRecord/
audio_AudioBasicUSBPlaybackRecord.py 7 Chameleon board.
26 This test talks to a Chameleon board and a Cros device to verify
  /external/autotest/server/site_tests/audio_MediaBasicVerification/
audio_MediaBasicVerification.py 5 """This is an audio quality test over headphone using the Chameleon board."""
23 This test talks to a Chameleon board and a Cros device to verify
  /external/autotest/server/site_tests/display_HotPlugAtBoot/
display_HotPlugAtBoot.py 5 """This is a display hot-plug and reboot test using the Chameleon board."""
19 This test talks to a Chameleon board and a DUT to set up, run, and verify

Completed in 268 milliseconds

<<21222324252627282930>>