OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOARD
(Results
26 - 32
of
32
) sorted by null
1
2
/cts/tests/tests/os/src/android/os/cts/
BuildTest.java
235
assertTrue(BOARD_PATTERN.matcher(Build.
BOARD
).matches());
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
73
addResult(BUILD_BOARD, Build.
BOARD
);
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java
426
appendAttrib(builder, "
board
", Build.
BOARD
);
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
xaf-api.c
97
#if defined
BOARD
/external/autotest/utils/
loadtest.py
12
atest host list -b 'pool:suites,
board
:
BOARD
' --unlocked -s Ready
20
"
BOARD
": {
77
'Config file is indexed by
board
with keys of '
144
entry_id=0, parent=None,
board
=None,
156
self.
board
=
board
196
'
board
': self.
board
,
321
board
=self.get_dut_board_type(host_name)
[
all
...]
/external/u-boot/
Makefile
383
export ARCH CPU
BOARD
VENDOR SOC CPUDIR BOARDDIR
540
# is up-to-date. When we switch to a different
board
configuration, old CONFIG
563
# If
board
code explicitly specified LDSCRIPT or CONFIG_SYS_LDSCRIPT, use
568
#LDSCRIPT := $(srctree)/
board
/$(BOARDDIR)/u-boot.lds.debug
578
LDSCRIPT := $(srctree)/
board
/$(BOARDDIR)/u-boot.lds
675
HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/
board
/$(VENDOR)/common/Makefile),y,n)
678
libs-$(HAVE_VENDOR_COMMON_LIB) +=
board
/$(VENDOR)/common/
729
libs-y += $(if $(BOARDDIR),
board
/$(BOARDDIR)/)
851
# Add optional build target if defined in
board
/cpu/soc headers
908
@echo "This
board
uses CONFIG_DM_I2C_COMPAT. Please remove
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java
573
@Rpc(description = "Returns the
board
name.")
575
return Build.
BOARD
;
[
all
...]
Completed in 4971 milliseconds
1
2