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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdnif.h 41 #define ISDN_PROTO_L2_MODEM 10 /* Analog Modem on Board */
watchdog.h 20 __u8 identity[32]; /* Identity of the board */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
isdnif.h 41 #define ISDN_PROTO_L2_MODEM 10 /* Analog Modem on Board */
watchdog.h 20 __u8 identity[32]; /* Identity of the board */
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 46 private static final String BOARD = "ro.product.board";
94 ABIS_64, BOARD, BRAND, DEVICE, FINGERPRINT, ID, MANUFACTURER, MODEL, PRODUCT,
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.h 43 * a black and white checker board, moving diagonally towards the 0,0 corner.
96 /* Draws a black and white checker board in |buffer| with the assumption
120 * Pixel colors in YUV format used when drawing the checker board.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/
PlatformBoards.h 2 Board config definitions for each of the boards supported by this platform
123 /// Table of BOARD_LEGACY_GPIO_CONFIG structures for each board supported
148 /// Table of BOARD_GPIO_CONTROLLER_CONFIG structures for each board
  /external/autotest/client/common_lib/
lsbrelease_utils.py 41 """Return the current board name.
46 @return current board name, e.g "lumpy", None on fail.
70 @return the board string if this is a Moblab device or None if it is not.
  /external/autotest/client/site_tests/security_BundledExtensions/
security_BundledExtensions.py 95 # Filter out any baseline entries that don't apply to this board.
98 board = utils.get_current_board()
101 ('boards' in x and board in x['boards']))]
  /external/llvm/docs/
HowToBuildOnARM.rst 29 you'll use an ARM board to cross-compile to other arches. If you're
52 #. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
84 devices with your board. Externally powered USB/SATA harddrives are even
  /system/update_engine/
image_properties_chromeos_unittest.cc 64 EXPECT_EQ("arm-generic", props.board);
105 EXPECT_EQ("x86-generic", props.board);
126 EXPECT_EQ("arm-generic", props.board);
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
LocalDeviceBuildProviderTest.java 40 "require board=board\n"
161 File buildImageZip = new File(mBuildDir, "board-img-12345.zip");
  /external/autotest/client/cros/chameleon/
chameleon.py 90 """ChameleonConnection abstracts the network connection to the board.
92 When a chameleon board is rebooted, a xmlrpc call would incur a
202 """ChameleonBoard is an abstraction of a Chameleon board.
205 use this proxy to control the Chameleon board.
228 logging.info('There is no audio board on this Chameleon.')
232 """Resets Chameleon board."""
237 """Setup and reset Chameleon board.
240 None for just reset the board.
246 # Only clear the chameleon board log and register get log callback
258 """Reboots Chameleon board.""
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
BoardGpios.c 74 // The GPIO settings are dependent upon the platform. Obtain the Board ID through
77 DEBUG ((EFI_D_INFO, "Platform Flavor | Board ID = 0x%X | 0x%X\n", PlatformInfoHob->PlatformFlavor, PlatformInfoHob->BoardId));
91 // Select/modify the GPIO initialization data based on the Board ID.
157 // Select/modify the GPIO initialization data based on the Board ID.
378 // Write back the targeted GPIO config value according to platform (board) GPIO setting.
  /external/autotest/server/hosts/
cros_firmware.py 172 2. The DUT's board has an assigned stable firmware version.
229 firmware on a DUT when a board label has somehow gone astray.
247 if info.board is None:
250 'No board label value found')
252 stable_firmware = afe_utils.get_stable_firmware_version(info.board)
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 129 # e.g. autotest-tests on one particular board, and has the
131 # the equery-* board-wrappers until we find one. We ALSO have
144 'autotest-all. 2. cros_workon start --board=<board> '
145 '<your_ebuild>. 3. emerge-<board> <your_ebuild>' % test_name)
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 149 Goes through build files and checks if the board name is mentioned in the
156 board_regex = re.compile(r'require board=(\w+)')
168 logger.warning('No board type found in %s.',
189 force: boolean to decide to ignore board name safety checks.
204 'unverified board.')
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils.py 147 Goes through build files and checks if the board name is mentioned in the
154 board_regex = re.compile(r'require board=(\w+)')
166 logging.warning('No board type found in %s.',
187 force: boolean to decide to ignore board name safety checks.
202 'unverified board.')
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/
Android.mk 34 ifeq ($(call is-board-platform-in-list, $(TARGETS_THAT_USE_HEVC_ADSP_HEAP)),true)
38 ifeq ($(call is-board-platform-in-list, $(TARGETS_THAT_HAVE_VENUS_HEVC)),true)
47 ifeq ($(call is-board-platform-in-list, $(TARGETS_THAT_SUPPORT_UBWC)),true)
59 ifeq ($(call is-board-platform-in-list, $(MASTER_SIDE_CP_TARGET_LIST)),true)
142 ifeq ($(call is-board-platform-in-list, $(TARGETS_THAT_NEED_SW_VDEC)),true)
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FlashingResourcesParser.java 69 public static final String BOARD_KEY = "board";
214 Collection<String> board = boardReqs.get(BOARD_KEY); local
217 // board overrides product here
218 if (board != null) {
219 all.addAll(board);
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 629 @return: A de-duped list of board types attached to the moblab.
631 boards = _get_connected_dut_labels("board:")
649 """ RPC handler to find the most recent builds for a board.
652 @param board_name: The name of a connected board.
661 """ RPC handler to find the most recent firmware for a board.
664 @param board_name: The name of a connected board.
710 def run_suite(board, build, suite, ro_firmware=None, rw_firmware=None, pool=None):
713 @param board: a board name connected to the moblab.
728 afe.run('create_suite_job', board=board, builds=builds, name=suite
    [all...]
  /external/autotest/site_utils/
dut_status.py 45 --board/-b BOARD - Only include hosts with the given board.
296 Hosts may be specified implicitly with --board or --pool, or
299 * If --board or --pool, or both are specified, individual
314 if arguments.board or arguments.pool:
317 'with --board or --pool')
321 board=arguments.board, pool=arguments.pool)
422 parser.add_argument('-b', '--board',
    [all...]
  /external/toolchain-utils/crosperf/
results_cache.py 59 self.board = None
249 '> %s' % (perf_file, self.board, self.board, self.board,
272 self.board = self.label.board
589 self.board = None
603 profiler_args, machine_manager, machine, board, cache_conditions,
612 self.board = board
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/
trusted-board-boot.md 1 Trusted Board Boot Design Guide
8 3. [Trusted Board Boot Sequence](#3--trusted-board-boot-sequence)
16 The Trusted Board Boot (TBB) feature prevents malicious firmware from running on
147 3. Trusted Board Boot Sequence
200 The Trusted Board Boot implementation spans both generic and platform-specific
217 corresponding certificates or images at each step in the Trusted Board Boot
  /external/autotest/scheduler/
rdb_hosts.py 237 'board': self.board,
254 'board': self.board or '',
353 def board(self): member in class:RDBClientHostWrapper
354 """Get the names of the board of this host.
356 @return: A string of the name of the board, e.g., lumpy.

Completed in 2288 milliseconds

<<21222324252627282930>>