HomeSort by relevance Sort by last modified time
    Searched refs:board (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/cros/audio/
cras_configs.py 13 def get_proper_internal_mic_gain(board):
16 @param board: Board name.
22 return INTERNAL_MIC_GAIN_100DB.get(board, None)
  /build/make/target/board/
treble_common_32.mk 17 include build/make/target/board/treble_common.mk
treble_common_64.mk 17 include build/make/target/board/treble_common.mk
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/
board_css.mk 7 PLAT_BL_COMMON_SOURCES += plat/arm/board/common/board_css_common.c
9 include plat/arm/board/common/board_common.mk
board_common.mk 7 PLAT_INCLUDES += -Iinclude/plat/arm/board/common/ \
8 -Iinclude/plat/arm/board/common/drivers
11 plat/arm/board/common/${ARCH}/board_arm_helpers.S
13 BL1_SOURCES += plat/arm/board/common/drivers/norflash/norflash.c
17 plat/arm/board/common/drivers/norflash/norflash.c
20 plat/arm/board/common/drivers/norflash/norflash.c \
49 BL1_SOURCES += plat/arm/board/common/board_arm_trusted_boot.c
50 BL2_SOURCES += plat/arm/board/common/board_arm_trusted_boot.c
  /external/autotest/site_utils/
stable_version_utils.py 15 # Name of the default board. For boards that don't have stable version
16 # explicitly set, version for the default board will be used.
27 versions = dict([(v.board, v.version)
37 def get(board=DEFAULT, android=False):
38 """Get stable version for the given board.
40 @param board: Name of the board, default to value `DEFAULT`.
42 board. There is no default version that works for all
44 OS based board.
46 @return: Stable version of the given board. If the given board is not liste
    [all...]
  /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";
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/tsp/
tsp-fvp.mk 8 BL32_SOURCES += plat/arm/board/fvp/aarch64/fvp_helpers.S \
9 plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c \
10 plat/arm/board/fvp/fvp_topology.c \
11 plat/arm/board/fvp/tsp/fvp_tsp_setup.c \
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/sp_min/
sp_min-fvp.mk 9 plat/arm/board/fvp/aarch32/fvp_helpers.S \
10 plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c \
11 plat/arm/board/fvp/fvp_pm.c \
12 plat/arm/board/fvp/fvp_topology.c \
13 plat/arm/board/fvp/sp_min/fvp_sp_min_setup.c \
14 plat/arm/board/common/drivers/norflash/norflash.c \
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 10 in the lab. For each board, if the version that Omaha is serving
11 on the Beta channel for the board is more recent than the current
15 The upgrade process is applied to every "managed board" in the test
16 lab. Generally, a managed board is a board with both spare and
20 of "managed board".
45 # * The board name of the product, as known to Omaha.
61 # _DEFAULT_BOARD - The distinguished board name used to identify a
62 # stable version mapping that is used for any board without an explicit
66 # mapping for a board, in other words, the board is mapped to th
    [all...]
  /external/toolchain-utils/dejagnu/
chromeos.exp.in 2 # Initialize the board. The function is executed before any test.
4 proc __boardname___init { board } {
5 set hostname [board_info $board hostname]
6 set timeout [board_info $board timeout]
7 set ssh_options [board_info $board ssh,options]
8 set runtimes [board_info $board runtimes]
9 set tmpdir [board_info $board tmpdir]
20 set board "__boardname__"
21 set hostname [board_info $board hostname]
22 set ssh_options [board_info $board ssh,options
    [all...]
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 21 def _expected_kernel(self, board):
29 if board == file_board:
30 logging.info('Expected Kernel Version for %s: %s', board,
34 actual = self._actual_kernel(board)
37 % (board, actual))
39 def _actual_kernel(self, board):
48 board = utils.get_current_board()
49 actual = self._actual_kernel(board)
50 expected = self._expected_kernel(board)
53 % (board, expected, actual)
    [all...]
  /build/make/target/board/generic_x86_a/
BoardConfig.mk 17 include build/make/target/board/treble_common_32.mk
  /external/toolchain-utils/crosperf/experiment_files/
aes_perf.exp 8 board: <your-board-goes-here>
20 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
  /external/autotest/cli/
stable_version.py 7 board.
10 list: Show version of a given board or list all boards and their stable
11 versions if --board option is not specified.
12 modify: Set the stable version of a given board to the given value.
13 delete: Delete the stable version of a given board. So its stable version will
14 use the value for board `DEFAULT`.
37 self.parser.add_option('-b', '--board',
38 help='Name of the board',
41 metavar='BOARD')
44 attribute_name='board', use_leftover=True
    [all...]
  /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...]
  /external/autotest/client/common_lib/
android_utils.py 43 that it is called by such as the name of its board, or a public name,
49 board: The name of the hardware board in a device.
51 board.
68 # android product `zzz` has following board name.
74 # A dict of product:board for product board names, can be defined in global
84 bat has a board name of bat_land. Therefore the product name bat
98 """Get the board name of a product.
100 The board name of an android device is what the hardware is named
    [all...]
  /prebuilts/go/darwin-x86/test/
solitaire.go 11 // This program solves the (English) peg solitaire board game.
16 const N = 11 + 1 // length of a board row (+1 for newline)
18 // The board must be surrounded by 2 illegal fields in each direction
19 // so that move() doesn't need to check the board boundaries. Periods
21 var board = []rune( var
41 for pos, field := range board {
59 if board[pos] == '?' && board[pos+dir] == '?' && board[pos+2*dir] == '?' {
60 board[pos] = '?
    [all...]
  /prebuilts/go/linux-x86/test/
solitaire.go 11 // This program solves the (English) peg solitaire board game.
16 const N = 11 + 1 // length of a board row (+1 for newline)
18 // The board must be surrounded by 2 illegal fields in each direction
19 // so that move() doesn't need to check the board boundaries. Periods
21 var board = []rune( var
41 for pos, field := range board {
59 if board[pos] == '?' && board[pos+dir] == '?' && board[pos+2*dir] == '?' {
60 board[pos] = '?
    [all...]
  /device/linaro/hikey/uefi-tools/
edk2-build.sh 31 PLATFORM_ARCH=`echo $board | cut -s -d: -f2`
33 board=`echo $board | cut -d: -f1`
35 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
37 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname` ($PLATFORM_ARCH)"
42 PLATFORM_PREBUILD_CMDS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o prebuild_cmds`"
43 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildflags`"
45 PLATFORM_BUILDCMD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildcmd`"
46 PLATFORM_DSC="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o dsc`"
48 COMPONENT_INF="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o inf`
    [all...]
uefi-build.sh 4 # Board Configuration Section
7 # Board configuration moved to parse-platforms.py and platforms.config.
29 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname`"
30 PLATFORM_PREBUILD_CMDS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o prebuild_cmds`"
31 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildflags`"
33 PLATFORM_BUILDCMD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildcmd`"
34 PLATFORM_DSC="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o dsc`"
36 COMPONENT_INF="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o inf`"
38 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
52 TEMP_PACKAGES_PATH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o packages_path`
    [all...]
  /prebuilts/go/darwin-x86/doc/play/
solitaire.go 2 // solitaire board game.
11 // The board must be surrounded by 2 illegal
13 // doesn't need to check the board boundaries.
17 var board = []rune( var
37 for pos, field := range board {
56 if board[pos] == '?' && board[pos+dir] == '?' && board[pos+2*dir] == '?' {
57 board[pos] = '?'
58 board[pos+dir] = '?
    [all...]
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 2 // solitaire board game.
11 // The board must be surrounded by 2 illegal
13 // doesn't need to check the board boundaries.
17 var board = []rune( var
37 for pos, field := range board {
56 if board[pos] == '?' && board[pos+dir] == '?' && board[pos+2*dir] == '?' {
57 board[pos] = '?'
58 board[pos+dir] = '?
    [all...]
  /build/make/target/board/generic_x86_64_a/
BoardConfig.mk 17 include build/make/target/board/treble_common_64.mk
  /build/make/target/board/generic_x86_ab/
BoardConfig.mk 17 include build/make/target/board/treble_common_32.mk

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>