HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_SERIAL (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/perf-test-scripts/
switch-device 55 echo "Currently set to \"$ANDROID_SERIAL\""
60 export ANDROID_SERIAL="$STR"
61 echo "Switched to device \"$ANDROID_SERIAL\""
  /external/toolchain-utils/binary_search_tool/android/
test_setup.sh 103 # Set ADB_DEVICE to "ANDROID_SERIAL=${ANDROID_SERIAL}" or "" if device id not
106 ADB_DEVICE=${ANDROID_SERIAL:+"ANDROID_SERIAL=${ANDROID_SERIAL} "}
setup.sh 25 # ANDROID_SERIAL=002ee16b1558a3d3 NUM_JOBS=10 android/setup.sh ~/android
30 # NOTE: ANDROID_SERIAL is actually an option used by ADB. You can also simply
31 # do 'export ANDROID_SERIAL=<device_id>' and the bisector will still work.
33 # ignore ANDROID_SERIAL.
51 # If DEVICE_ID is not null export this as ANDROID_SERIAL for use by adb
53 DEVICE_ID=${ANDROID_SERIAL:+"export ANDROID_SERIAL=${ANDROID_SERIAL} "}
  /external/google-breakpad/android/
common-functions.sh 306 export ANDROID_SERIAL=$ADB_DEVICES
309 if [ "$ANDROID_SERIAL" ]; then
310 ADB_DEVICES=$ANDROID_SERIAL
314 Please define ANDROID_SERIAL in your environment"
325 log "Using ADB device: $ANDROID_SERIAL ($FINGERPRINT)"
  /external/valgrind/
runtest.sh 19 if [ -z "$ANDROID_SERIAL" ]; then
  /art/tools/
run-libcore-tests.sh 58 if [ "$ANDROID_SERIAL" = "emulator-5554" ]; then
  /development/python-packages/adb/
device.py 90 The serial specified by `serial` or $ANDROID_SERIAL is not
94 Neither `serial` nor $ANDROID_SERIAL was set, and the number of
103 2) The environment variable $ANDROID_SERIAL.
109 android_serial = os.getenv('ANDROID_SERIAL')
110 if android_serial is not None:
111 return _get_device_by_serial(android_serial, product, adb_path)
  /frameworks/rs/tests/lldb/
config.py 103 return os.environ.get('ANDROID_SERIAL')
  /system/core/bootstat/
boot_reason_test.sh 34 fastboot devices | grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /dev/null
41 adb devices | grep -v 'List of devices attached' | grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /dev/null
1010 export ANDROID_SERIAL="${2}"
1022 if [ -z "${ANDROID_SERIAL}" ]; then
    [all...]
  /development/tools/privapp_permissions/
privapp_permissions.py 63 ./privapp_permissions.py -s <ANDROID_SERIAL>\
229 If there are multiple devices, it will use $ANDROID_SERIAL.
250 elif 'ANDROID_SERIAL' in os.environ:
251 serial = os.environ['ANDROID_SERIAL']
257 'Device with serial $ANDROID_SERIAL ("%s") not '
262 'Device with serial $ANDROID_SERIAL ("%s") was '
383 '$ANDROID_SERIAL. Otherwise, the program will exit with error '
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]

Completed in 989 milliseconds