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

1 2 3

  /external/toolchain-utils/binary_search_tool/cros_pkg/
setup.sh 11 # the board for which this work is being done (e.g. 'daisy', 'lumpy','parrot',
15 # This script sets up a soft link definining /build/${board} to point
19 # package binary search triage process; and ${board}_cleanup.sh,
26 BOARD=$1
29 GOOD_BUILD=/build/${BOARD}.good
30 BAD_BUILD=/build/${BOARD}.bad
31 WORK_BUILD=/build/${BOARD}.work
53 # Check to see if /build/${BOARD} already exists and if so, in what state.
55 # in ${board}_cleanup.sh. If it's a soft link, remove it; if it's a
64 if [[ -d "/build/${BOARD}" ]] ; the
    [all...]
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/vboot_reference/
emerge_test.sh 35 # Detect the target board.
36 if [ "x${BOARD}" == "x" ]; then
38 BOARD="`cat ~/trunk/src/scripts/.default_board`"
40 echo "You must pass BOARD environment variable or set a default board." >&2
46 echo "Running tests for board '${BOARD}' from ${VBOOT_REF_DIR}"
58 cros_workon-${BOARD} start ${TEST_EBUILDS} || true
60 USE=depthcharge emerge-${BOARD} ${TEST_EBUILDS}
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceProperties.java 23 /** property name for device board */
24 public static final String BOARD = "ro.product.board";
DeviceSelectionOptions.java 533 String prop = getProperty(device, DeviceProperties.BOARD);
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
setup.sh 10 # the board for which this work is being done (e.g. 'daisy', 'lumpy','parrot',
23 BOARD=$1
60 BISECT_BOARD=${BOARD}
  /external/autotest/contrib/
servo-stat 9 # DUT ...ABCDEFG is up BOARD=swanky CHROMEOS_RELEASE_VERSION=5995.0.0
93 BOARD=
138 BOARD=$(remote $SERVO grep BOARD= $CONFIG)
142 if [ -z "$BOARD" ]
166 STATUS=("${STATUS[@]}" $BOARD $VERSION)
  /external/adhd/
Makefile 57 optional_alsa_conf := $(wildcard $(ADHD_DIR)/alsa-module-config/alsa-$(BOARD).conf)
61 $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf: $(optional_alsa_conf)
65 install: $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf
69 optional_alsa_patch := $(wildcard $(ADHD_DIR)/alsa-module-config/$(BOARD)_alsa.fw)
73 $(DESTDIR)/lib/firmware/$(BOARD)_alsa.fw: $(optional_alsa_patch)
77 install: $(DESTDIR)/lib/firmware/$(BOARD)_alsa.fw
  /external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py 32 the image is built for one board but used on another.
40 $ ./build_packages --board=${BOARD}
41 $ ./build_image --board=${BOARD} --noenable_rootfs_verification test
100 $ test_that -b ${BOARD} --fast <DUT_IP> autoupdate_CatchBadSignatures
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 60 assertNotEmpty("BOARD", Build.BOARD);
  /external/autotest/site_utils/bootperf-bin/
bootperf 42 DEFINE_string board "" "name of board we are testing"
91 --board <BOARDNAME> name of board we are testing (e.g. daisy)
167 $RUN_TEST --results_dir="$TMP_RESULTS" --args "10" $BOARD \
202 BOARD="--board=${FLAGS_board}"
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 49 private static final String BOARD = "ro.product.board";
94 ABIS_64, BOARD, BRAND, DEVICE, FINGERPRINT, ID, MANUFACTURER, MODEL, PRODUCT,
  /external/autotest/site_utils/
perf_compare.py 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \
42 have the same board, you can specify that single board with --board=BOARD); and
92 board: {board}
191 def output_image_info(f, label, image, board, remote):
197 @param board: The string board associated with the image
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
TestReport.java 94 xml.attribute(null, "board", Build.BOARD);
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GenericDeviceInfo.java 69 store.addResult(BUILD_BOARD, Build.BOARD);
  /external/adhd/defs/
make.mk 14 export ADHD_BUILD_DIR = $(ADHD_DIR)/build/$(BOARD)
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceSelectionOptionsTest.java 178 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
190 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
206 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 104 Build.CPU_ABI2, abis, abis32, abis64, Build.BOARD, Build.BRAND, Build.DEVICE,
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 196 assertTrue(BOARD_PATTERN.matcher(Build.BOARD).matches());
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 64 VAR_MAP.put("build.board", new StaticVarGetter(Build.BOARD));
  /external/autotest/server/hosts/
servo_repair.py 145 Verifier for the servo BOARD configuration.
148 ATTR = 'BOARD'
152 Test whether the `host` has a `BOARD` setting configured.
155 job for a valid setting of the `BOARD` variable. The following
158 for BOARD.
159 * The BOARD setting doesn't match the DUT's entry in the AFE
171 msg = 'Servo board is unconfigured'
260 """Restart `servod` with the proper BOARD setting."""
270 host.run('start servod BOARD=%s PORT=%d %s' %
275 logging.warning('Board for DUT is unknown; starting
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 56 /** The name of the underlying board, like "goldfish". */
57 public static final String BOARD = getString("ro.product.board");
    [all...]
  /packages/apps/Traceur/src/com/google/android/traceur/
AtraceUtils.java 200 return String.format("trace-%s-%s-%s.ctrace", Build.BOARD, Build.ID, now);
  /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...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 71 addResult(BUILD_BOARD, Build.BOARD);

Completed in 830 milliseconds

1 2 3