HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_SERIAL (Results 1 - 10 of 10) 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 64 if [ "$ANDROID_SERIAL" = "emulator-5554" ]; then
  /development/python-packages/adb/
device.py 89 The serial specified by `serial` or $ANDROID_SERIAL is not
93 Neither `serial` nor $ANDROID_SERIAL was set, and the number of
102 2) The environment variable $ANDROID_SERIAL.
108 android_serial = os.getenv('ANDROID_SERIAL')
109 if android_serial is not None:
110 return _get_device_by_serial(android_serial, product, adb_path)
  /frameworks/rs/tests/lldb/
config.py 103 return os.environ.get('ANDROID_SERIAL')
  /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 825 milliseconds