OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORMS
(Results
1 - 4
of
4
) sorted by null
/development/build/tools/
patch_windows_sdk.sh
59
PLATFORMS
=( $TEMP_SDK_DIR/
platforms
/* )
60
if [[ ${#
PLATFORMS
[@]} != 1 ]]; then
61
echo "Error: Too many
platforms
found in $TEMP_SDK_DIR"
62
echo "Expected one. Instead, found: ${
PLATFORMS
[@]}"
/external/brotli/
setup.py
130
PLATFORMS
= ['Posix', 'MacOS X', 'Windows']
260
platforms
=
PLATFORMS
,
variable in class:BuildExt
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
122
PLATFORMS
:= $(shell ls -I common plat/)
124
HELP_PLATFORMS := $(shell echo ${
PLATFORMS
} | sed 's/ /|/g')
142
ifeq ($(findstring ${PLAT},${
PLATFORMS
}),)
143
$(error "Error: Invalid platform. The following
platforms
are available: ${
PLATFORMS
}")
642
@echo " distclean Remove all build artifacts for all
platforms
"
/build/make/tools/droiddoc/templates-sac/
sdkpage.cs
194
>DOWNLOAD FOR OTHER
PLATFORMS
</a></h4>
Completed in 77 milliseconds