HomeSort by relevance Sort by last modified time
    Searched refs:PLATFORMS (Results 1 - 9 of 9) sorted by null

  /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' ' '
58 PLATFORMS=`extract_platforms_from "$SRCDIR"`
142 echo " --platform=<list> List of API levels [$PLATFORMS]"
147 echo " --package-dir=<path> Package platforms archive in specific path."
163 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
165 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"
340 unpack_archive "$PREBUILT_DIR/platforms.tar.bz2" "$REFERENCE" &&
355 FLAGS="$FLAGS --platform=$(spaces_to_commas $PLATFORMS)"
    [all...]
  /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/skia/bench/
bench_analyze.py 31 # List of platforms.
32 PLATFORMS = ['GalaxyNexus_4-1_Float_Release',
79 print ' PLATFORMS has list of matching candidates. Matches all if not set.'
217 for platform in PLATFORMS:
224 (platform_prefix, str(PLATFORMS)))
235 ' prefix (%s) in Flags -b for platforms %s.\nPlease also '
237 bench_prefix, str(PLATFORMS), INPUT_URL_TEMPLATE))
gen_bench_ranges.py 46 # List of platforms to track. Feel free to change it to meet your needs.
47 PLATFORMS = ['Perf-Mac10.8-MacMini4.1-GeForce320M-x86-Release',
64 Feel free to revise PLATFORMS for your own needs. The default is the most common
65 combination that we care most about. Platforms that did not run bench_pictures
117 # Ignores uninterested platforms.
123 if platform not 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/
sdkpage.cs 270 >DOWNLOAD FOR OTHER PLATFORMS</a></h4>

Completed in 157 milliseconds