OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_SERIAL
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/
runtest.sh
19
if [ -z "$
ANDROID_SERIAL
" ]; then
/ndk/tests/
run-tests-all.sh
16
if [ -n "$
ANDROID_SERIAL
" ] ; then
17
echo
ANDROID_SERIAL
=$
ANDROID_SERIAL
99
ANDROID_SERIAL
=none ./run-tests.sh --continue-on-build-fail --abi=armeabi
102
NDK_TOOLCHAIN_VERSION=clang
ANDROID_SERIAL
=none ./run-tests.sh --continue-on-build-fail --abi=armeabi-v7a
run-tests.sh
946
if [ -n "$
ANDROID_SERIAL
" ] ; then
947
# Expect
ANDROID_SERIAL
is comma-delimited of one or more devices
948
ANDROID_SERIAL
=$(echo "$
ANDROID_SERIAL
" | tr ' ' '#') # turn ' ' into '#'
949
ANDROID_SERIAL
=$(commas_to_spaces $
ANDROID_SERIAL
)
950
for SERIAL in $
ANDROID_SERIAL
; do
957
ADB_DEVICES="$
ANDROID_SERIAL
"
[
all
...]
/external/chromium_org/build/android/
adb_device_functions.sh
53
ANDROID_SERIAL
=$DEVICE eval "$*"
adb_gdb
277
and
ANDROID_SERIAL
is not defined.
602
# If there are more than one device connected, and
ANDROID_SERIAL
is not
605
if [ "$NUM_DEVICES_PLUS2" -lt 3 -a -z "$
ANDROID_SERIAL
" ]; then
607
echo "Please define
ANDROID_SERIAL
to specify which one to use."
Completed in 53 milliseconds