OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_PLATFORM
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
build-ndk-sysroot.sh
41
OPTION_PLATFORM
=
58
OPTION_PLATFORM
=$optarg
92
if [ -n "$
OPTION_PLATFORM
" ] ; then
93
PLATFORM=$
OPTION_PLATFORM
gen-platforms.sh
99
OPTION_PLATFORM
=$optarg
173
if [ -n "$
OPTION_PLATFORM
" ] ; then
174
PLATFORMS=$(commas_to_spaces $
OPTION_PLATFORM
)
/external/skia/bench/
tile_analyze.py
21
# The default platform to analyze. Used when
OPTION_PLATFORM
flag is not set.
50
OPTION_PLATFORM
= '--platform'
254
parser.add_option(OPTION_PLATFORM_SHORT,
OPTION_PLATFORM
,
Completed in 356 milliseconds