OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICES
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/build/android/
adb_device_functions.sh
7
# A collection of functions useful for maintaining android
devices
23
local
DEVICES
=$(adb_get_devices -b)
24
local NUM_DEVICES=$(echo $
DEVICES
| wc -w)
26
echo "Looping over $NUM_DEVICES
devices
"
28
_adb_multi "$
DEVICES
" "$*"
45
local
DEVICES
=$(adb_get_devices)
46
if [[ -z $
DEVICES
]]; then
50
for DEVICE in $
DEVICES
; do
57
# Erases data from any
devices
visible on adb. To preserve a device,
60
# 2) Run wipe_all_devices to wipe remaining
devices
[
all
...]
/build/core/
device.mk
25
$(info
DEVICES
.$(1).$(v) := $(
DEVICES
.$(1).$(v))))\
29
define dump-
devices
30
$(foreach p,$(
DEVICES
),$(call dump-device,$(p)))
44
#TODO: check to make sure that
devices
have all the necessary vars defined
45
define import-
devices
46
$(call import-nodes,
DEVICES
,$(1),$(_device_var_list))
56
$(foreach d,$(
DEVICES
), \
57
$(if $(filter $(dn),$(
DEVICES
.$(d).DEVICE_NAME)), \
/device/common/
generate-blob-lists.sh
49
DEVICES
=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
61
for DEVICENAME in $
DEVICES
72
for DEVICENAME in $
DEVICES
83
for DEVICENAME in $
DEVICES
/ndk/tests/
run-tests-all.sh
9
# Find all
devices
20
# Get list of online
devices
, turn ' ' in device into '#'
21
DEVICES
=`$ADB_CMD
devices
| grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | tr ' ' '#'`
22
for DEVICE in $
DEVICES
; do
/external/iproute2/examples/
cbq.init-v0.7.3
132
# v0.3a3- fixed grep bug when using more than 10 eth
devices
. Thanks to David
513
### Get list of network
devices
526
### Remove CBQ from all
devices
579
### Check configuration and load
DEVICES
, DEVFIELDS and CLASSLIST from $1
596
DEVICES
=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
597
[ `echo "$
DEVICES
"| wc -l` -ne `echo "$DEVFIELDS"| wc -l` ] &&
729
### Load
DEVICES
, DEVFIELDS and CLASSLIST
733
### Setup root qdisc on all configured
devices
734
for dev in $
DEVICES
; do
867
### Load
DEVICES
, DEVFIELDS and CLASSLIS
[
all
...]
Completed in 482 milliseconds