OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICES
(Results
1 - 8
of
8
) sorted by null
/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)), \
/external/autotest/client/bin/net/
basic_machine.py
5
DEVICES
= ['eth0']
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
device_finder.py
5
"""Finds
devices
that can be controlled by telemetry."""
12
DEVICES
= [
21
"""Returns a list of all available
devices
."""
22
devices
= []
23
for device in
DEVICES
:
24
devices
.extend(device.FindAllAvailableDevices(options))
25
return
devices
29
"""Returns a list of
devices
matching the options."""
30
devices
= []
32
devices
= _GetAllAvailableDevices(options
[
all
...]
/ndk/tests/
prepare-buildbot-emulators.py
26
DEVICES
= {
68
for api, abis in
DEVICES
.items():
86
for api, abis in
DEVICES
.items():
/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
/external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py
15
Ensure wireless
devices
have the expected associated kernel driver.
18
DEVICES
= [ 'wlan0', 'mlan0' ]
78
for device in self.
DEVICES
:
105
raise error.TestNAError('Found no recognized wireless
devices
?')
/external/iproute2/examples/
cbq.init-v0.7.3
131
# v0.3a3- fixed grep bug when using more than 10 eth
devices
. Thanks to David
512
### Get list of network
devices
525
### Remove CBQ from all
devices
578
### Check configuration and load
DEVICES
, DEVFIELDS and CLASSLIST from $1
595
DEVICES
=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
596
[ `echo "$
DEVICES
"| wc -l` -ne `echo "$DEVFIELDS"| wc -l` ] &&
728
### Load
DEVICES
, DEVFIELDS and CLASSLIST
732
### Setup root qdisc on all configured
devices
733
for dev in $
DEVICES
; do
866
### Load
DEVICES
, DEVFIELDS and CLASSLIS
[
all
...]
/cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java
63
private static final String
DEVICES
= "device456,device123";
99
"
devices
=\"%s\" host_name=\"%s\"" +
234
SUITE_NAME, SUITE_VERSION, SUITE_PLAN, SUITE_BUILD, REPORT_VERSION,
DEVICES
,
265
assertEquals("Expected 2
devices
", 2, serials.size());
266
assertTrue("Incorrect
devices
", serials.contains(DEVICE_A) && serials.contains(DEVICE_B));
Completed in 95 milliseconds