HomeSort by relevance Sort by last modified time
    Searched refs:platforms (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webkit/Tools/Scripts/webkitpy/common/config/
build_unittest.py 61 for files, platforms in self._should_build_tests:
62 # FIXME: We should test more platforms here once
65 should_build = platform in platforms or "*" in platforms
build.py 30 # regexp patterns to the bot platforms for which they should trigger a
32 # triggered on any platforms. Earlier directories/patterns take
36 # the platforms listed below. We should implement this for other platforms
113 for directory, platforms in directories:
115 return target_platform in platforms or base_platform in platforms
118 for pattern, platforms in patterns:
120 return target_platform in platforms or base_platform in platforms
    [all...]
  /development/build/
sdk.atree 67 development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
70 sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
73 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
76 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
79 development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
80 development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
81 development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
82 development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
83 development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
84 development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA85
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
LoaderRunLoopCF.h 32 #error This code is not needed on platforms other than Windows, because the CFRunLoop from the main thread can be used.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 25 """deduplicate_tests -- lists duplicated between platforms.
54 A dictionary mapping platform name to a list of other platforms to fall
55 back on. All platforms fall back on 'base'.
60 platforms = port_factory.get(port_name).baseline_search_path()
66 fallbacks[port_name] = [os.path.basename(p) for p in platforms][1:]
131 """Extracts the platforms from a list of paths matching ^platform/(.*?)/.
135 A dictionary containing all platforms from paths.
137 platforms = {}
144 platforms[platform] = path
145 return platforms
    [all...]
  /external/stlport/
libstlport.mk 4 stlport_NDK_VERSION_ROOT := $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/platforms/android-$(LOCAL_SDK_VERSION)/arch-$(TARGET_ARCH)
  /frameworks/base/native/
copy-to-ndk.sh 9 local NDK_PLATFORMS=$ANDROID_BUILD_TOP/development/ndk/platforms
50 echo "Headers changed... rebuilding platforms."
51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
  /ndk/build/tools/
dev-cleanup.sh 36 rm -rf $DIR/platforms
92 for PROJECT in $DIR/platforms/android-*/samples/*; do
dev-platform-expand-all.sh 26 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
27 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
30 DSTDIR=/tmp/ndk-$USER/platforms
dev-platform-compress.sh 19 # Compressed expanded platform files into development/ndk/platforms/
28 "This script is used to compress an expanded platforms NDK tree
29 into the compressed/minimal structure used in development/ndk/platforms.
32 once, even if it is provided by several platforms. I.e. if we have:
48 SRCDIR=/tmp/ndk-$USER/platforms
49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"
51 DSTDIR=/tmp/ndk-$USER/platforms-compressed
55 register_var_option "--platforms=<list>" API_LEVELS "Specify all API levels"
build-platforms.sh 17 # build-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).
41 # Return the list of platform supported from $1/platforms
47 (cd "$1/platforms" && ls -d android-*) | sed -e "s!android-!!" | tr '\n' ' '
57 PLATFORMS=`extract_platforms_from "$SRCDIR"`
120 echo " --platform=<list> List of API levels [$PLATFORMS]"
134 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
136 echo "Please make sure it contains platforms/android-3 etc..."
145 PLATFORMS=$(commas_to_spaces $OPTION_PLATFORM
    [all...]
build-target-prebuilts.sh 49 dump "Building platforms and samples..."
55 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
56 fail_panic "Could not generate platforms and samples directores!"
builder-funcs.sh 318 # for other platforms.
352 # for other platforms.
380 # for other platforms.
417 elif [ ! -d "$NDK_DIR/platforms" ]; then
418 panic "Missing directory: $NDK_DIR/platforms"
423 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
dev-platform-expand.sh 19 # This tool is used to expand the content of development/ndk/platforms
38 # Return the list of platform supported from $1/platforms
45 RET=$((cd "$1/platforms" && ls -d android-*) | sed -e "s!android-!!" | sort -g)
58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
62 DSTDIR=/tmp/ndk-$USER/platforms
76 \$SRC/platforms/android-3/ -> all files corresponding to API level 3
77 \$SRC/platforms/android-4/ -> only new/modified files corresponding to API level 4
78 \$SRC/platforms/android-5/ -> only new/modified files corresponding to API level 5
188 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ
    [all...]
build-ndk-sysroot.sh 134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/common
299 tar cjf $PKGFILE build/platforms/$PLATFORM/arch-$ARCH
  /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[@]}"
  /development/ndk/tests/
run-all.sh 7 # and that the samples will be under samples/ and platforms/android-N/samples/
28 if [ ! -d "$NDK/platforms" -o ! -d "$NDK/samples" ] ; then
29 echo "ERROR: Your NDK directory does not have 'platforms' or 'samples' directories."
30 echo "Please run $NDK/build/tools/build-platforms.sh first !"
106 SAMPLE_DIRS="$SAMPLE_DIRS "`cd $ROOTDIR && ls -d platforms/android-*/samples/*`
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 221 def __init__(self, test_port, layout_tests_directory, results_directory, platforms, filesystem, scm):
225 self.platforms = platforms
354 [(self._webkit_baseline_path(p), p) for p in test_config.platforms])
423 platforms = filesystem.listdir(
429 platforms,
452 'platforms': platforms,
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 62 for multiple platforms.
319 env: The hammer environment which knows which platforms are active
324 platforms = {
331 platforms[x] for x in iter(platforms) if env.Bit(x)
334 platforms[x] for x in iter(platforms) if not env.Bit(x)
398 # prune parameters intended for other platforms, then merge
  /external/valgrind/main/
valgrind.spec 20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
  /frameworks/base/opengl/libagl/
Android.mk 42 # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER
  /frameworks/base/opengl/libs/GLES2_dbg/
Android.mk 38 # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER
  /frameworks/compile/libbcc/runtime/make/
options.mk 1 # Options which may be overriden for platforms, etc.
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 161 ndk/build/tools/build-platforms.sh \
168 cp -r $TOOLCHAIN_INSTALL_DIR/platforms/$PLATFORM/arch-$ARCH $TOOLCHAIN_INSTALL_DIR/sysroot
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 161 ndk/build/tools/build-platforms.sh \
168 cp -r $TOOLCHAIN_INSTALL_DIR/platforms/$PLATFORM/arch-$ARCH $TOOLCHAIN_INSTALL_DIR/sysroot

Completed in 2681 milliseconds

1 2 3