OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORMS
(Results
1 - 8
of
8
) 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
[@]}"
/ndk/build/tools/
gen-platforms.sh
17
# gen-
platforms
.sh
20
# the NDK itself. It will populate DST ($NDK/
platforms
by default)
21
# with the content of SRC ($NDK/../development/ndk/
platforms
/ by default).
42
# Return the list of platform supported from $1/
platforms
48
(cd "$1/
platforms
" && ls -d android-*) | sed -e "s!android-!!" | sort -g | tr '\n' ' '
59
PLATFORMS
=`extract_platforms_from "$SRCDIR"`
151
echo " --platform=<list> List of API levels [$
PLATFORMS
]"
156
echo " --package-dir=<path> Package
platforms
archive in specific path."
172
if [ ! -d "$SRCDIR/
platforms
/android-3" ] ; then
174
echo "Please make sure it contains
platforms
/android-3 etc...
[
all
...]
dev-system-import.sh
92
only the files under \$ANDROID_ROOT/development/ndk/
platforms
/android-<level>/
135
PLATFORMS
=`normalize_platforms $PARAMETERS`
136
log "Target platform levels: $
PLATFORMS
"
140
NUM_PLATFORMS=$(echo $
PLATFORMS
| tr ' ' '\n' | wc -l)
167
PLATFORM_ROOT="$OUT_DIR/
platforms
/android-$
PLATFORMS
/arch-$ARCH"
171
echo "$
PLATFORMS
" | tr ' ' '\n' | fgrep -q "$1"
176
PLATFORM_ROOT="$OUT_DIR/
platforms
/android-$1/arch-$ARCH"
package-release.sh
30
# the list of
platforms
/ API levels we want to package in
31
# this release. This can be overriden with the --
platforms
34
PLATFORMS
="$API_LEVELS"
66
# set of
platforms
to package (all by default)
67
register_var_option "--
platforms
=<list>"
PLATFORMS
"Specify API levels"
78
# Find the location of the
platforms
root directory
80
register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify
platforms
/samples directory"
347
unpack_archive "$PREBUILT_DIR/
platforms
.tar.bz2" "$REFERENCE" &&
362
FLAGS="$FLAGS --platform=$(spaces_to_commas $
PLATFORMS
)"
[
all
...]
/external/skia/experimental/benchtools/
rebase.py
35
# List of Perf
platforms
we want to process. Populate from expectations/bench.
36
PLATFORMS
= []
197
PLATFORMS
.append(
218
for p in
PLATFORMS
:
/build/tools/droiddoc/templates-ds/
sdkpage.cs
195
>DOWNLOAD FOR OTHER
PLATFORMS
</a></h4>
/build/tools/droiddoc/templates-sac/
sdkpage.cs
194
>DOWNLOAD FOR OTHER
PLATFORMS
</a></h4>
/build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs
283
>DOWNLOAD FOR OTHER
PLATFORMS
</a></h4>
Completed in 4640 milliseconds