/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/ |
Pass.h | 2 #error PLATFORM
|
Fail.h | 2 #if PLATFORM(MAC) 23 #if PLATFORM(X) 28 #if defined(ignored) && PLATFORM(X)
|
/external/chromium_org/third_party/openssl/ |
buildinf.h | 5 #define PLATFORM "google"
|
/external/chromium_org/tools/valgrind/ |
locate_valgrind.sh | 20 PLATFORM="linux_x64" 23 PLATFORM="linux_x86" 27 PLATFORM="mac" 30 PLATFORM="mac_10.6" 33 PLATFORM="mac_10.6" 36 PLATFORM="mac_10.7" 39 echo "Unknown platform:" >&2 42 PLATFORM= 45 if [ "$PLATFORM" != "" ] 49 CHROME_VALGRIND="$THISDIR/../../third_party/valgrind/$PLATFORM" [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/ |
Android.mk | 3 # Makefile pointing to the platform specific makefile. 12 ifneq ($(filter-out Generic,$(PLATFORM)),) 13 $(info PLATFORM: $(PLATFORM)) 14 include $(PLATFORMS_PATH)/$(PLATFORM)/Android.mk
|
/external/chromium_org/android_webview/tools/ |
gyp_webview | 13 PLATFORM=${1:-linux-arm} 14 echo "Generating makefiles for $PLATFORM" 20 if [ "$PLATFORM" == "linux-arm" -o "$PLATFORM" == "all" ]; then 24 if [ "$PLATFORM" == "linux-x86" -o "$PLATFORM" == "all" ]; then 28 if [ "$PLATFORM" == "linux-mips" -o "$PLATFORM" == "all" ]; then 32 if [ "$PLATFORM" == "darwin-arm" -o "$PLATFORM" == "all" ]; the [all...] |
/ndk/build/tools/ |
dev-platform-expand-all.sh | 17 # dev-platform-expand-all.sh 19 # Call dev-platform-expand.sh for all API levels. 40 "Call dev-platform-expand.sh for all API levels." 57 for PLATFORM in $API_LEVELS; do 58 dump "Expanding files for android-$PLATFORM" 59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS) 60 fail_panic "Could not expand android-$PLATFORM files!"
|
dev-platform-expand.sh | 17 # dev-platform-expand.sh 38 # Return the list of platform supported from $1/platforms 53 # The default platform is the last entry in the API_LEVELS default variable 54 PLATFORM=android-$(echo $API_LEVELS | tr ' ' '\n' | tail -1) 55 register_var_option "--platform=<level>" PLATFORM "Target API level" 72 "Uncompress the platform files (headers/libraries) correspond to a given 73 platform into a single directory. The main idea is that the files are stored 74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.: 91 The script 'dev-platform-compress.sh' can be used to perform the opposit [all...] |
dev-platform-compress.sh | 17 # dev-platform-compress.sh 19 # Compressed expanded platform files into development/ndk/platforms/ 62 for PLATFORM in $API_LEVELS; do 63 SDIR=$SRCDIR/android-$PLATFORM 65 echo "ERROR: Missing source platform directory: $SDIR" 72 for PLATFORM in $API_LEVELS; do 73 SDIR=$SRCDIR/android-$PLATFORM 74 DDIR=$DSTDIR/android-$PLATFORM 81 # different from the one in the previous platform level 115 PREV_PLATFORM=$PLATFORM [all...] |
make-standalone-toolchain.sh | 59 PLATFORM= 60 register_option "--platform=<name>" do_platform "Specify target Android platform/API level." "android-3" 61 do_platform () { PLATFORM=$1; } 128 # Check PLATFORM 129 if [ -z "$PLATFORM" ]; then 131 arm) PLATFORM=android-3 134 PLATFORM=android-9 138 PLATFORM=android-9 141 log "Auto-config: --platform=$PLATFORM [all...] |
dev-platform-import.sh | 25 PLATFORM= 26 register_option "--platform=<name>" do_platform "Specify API level [autodetect]" 27 do_platform () { PLATFORM=$1; } 41 an existing platform build, and copy them to a temporary directory that will later 42 be processed by another script (dev-platform-pack.sh) to archive them properly into 52 The <build-path> parameter must point to the platform build output directory 53 of a valid Android reference platform build. This is the value of the 60 can override it with --platform=<number>. 64 1/ Detect the platform build's API level by parsing the build.prop 65 file. This can overriden with --platform=<number [all...] |
gen-platforms.sh | 42 # Return the list of platform supported from $1/platforms 98 --platform=*) 133 echo "the platform files appropriately into a final release structure." 139 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]" 142 echo " --platform=<list> List of API levels [$PLATFORMS]" 181 # Remove the android- prefix of any platform name 215 for PLATFORM in $PLATFORMS; do 216 DIR="$SRCDIR/platforms/android-$PLATFORM" 219 echo "Please check your --platform=<list> option and try again." 226 log "Checking source platform architectures. [all...] |
build-ndk-sysroot.sh | 33 # PLATFORM is the name of the current Android system platform 34 PLATFORM=android-3 57 --platform=*) 84 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)" 93 PLATFORM=$OPTION_PLATFORM 134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI 135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/commo [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
cversion.c | 93 #ifdef PLATFORM 94 static char buf[sizeof(PLATFORM)+11]; 96 BIO_snprintf(buf,sizeof buf,"platform: %s", PLATFORM); 99 return("platform: information not available");
|
/external/openssl/crypto/ |
cversion.c | 93 #ifdef PLATFORM 94 static char buf[sizeof(PLATFORM)+11]; 96 BIO_snprintf(buf,sizeof buf,"platform: %s", PLATFORM); 99 return("platform: information not available");
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_image_data_shared.h | 27 // you intend the ImageData to be usable in platform-specific APIs (like 30 PLATFORM, 31 // An ImageData that doesn't need access to the platform-specific canvas.
|
/external/sepolicy/ |
keys.conf | 11 [@PLATFORM] 12 ALL : platform.x509.pem
|
/external/chromium_org/third_party/leveldatabase/src/ |
build_detect_platform | 18 # PLATFORM_SHARED_VERSIONED Set to 'true' if platform supports versioned 76 PLATFORM=OS_MACOSX 84 PLATFORM=OS_LINUX 90 PLATFORM=OS_SOLARIS 96 PLATFORM=OS_FREEBSD 102 PLATFORM=OS_NETBSD 108 PLATFORM=OS_OPENBSD 114 PLATFORM=OS_DRAGONFLYBSD 120 PLATFORM=OS_ANDROID 127 PLATFORM=OS_HPU [all...] |
/external/chromium_org/third_party/icu/source/config/ |
gmakever.mk | 12 ifeq ($(PLATFORM),OS390)
|
/external/icu4c/config/ |
gmakever.mk | 12 ifeq ($(PLATFORM),OS390)
|
/external/skia/tools/tests/ |
run.sh | 5 # TODO: currently, this only passes on Linux (which is the platform that 9 # ('make tools/tests/run.sh work cross-platform') 67 # Download a subset of the raw bench data for platform $1 at revision $2. 77 PLATFORM="$1" 81 PLATFORM_DIR="tools/tests/benchalerts/$PLATFORM" 90 URL=http://chromium-skia-gm.commondatastorage.googleapis.com/perfdata/${PLATFORM}/${FILE} 97 # Run check_bench_regressions.py across the data from platform $1, 105 PLATFORM="$1" 108 PLATFORM_DIR="tools/tests/benchalerts/$PLATFORM" 116 COMMAND="python bench/check_bench_regressions.py -a 25th -b $PLATFORM -d $RAW_BENCH_DATA_DIR -e $PLATFORM_DIR/expectations.txt -r $REVISION [all...] |
/build/tools/droiddoc/test/stubs/ |
func.sh | 29 PLATFORM=${HOST_OS}-${HOST_ARCH} 36 LD_LIBRARY_PATH=out/host/$PLATFORM/lib \ 40 -J-Djava.library.path=out/host/$PLATFORM/lib \ 44 -docletpath out/host/$PLATFORM/framework/clearsilver.jar:out/host/$PLATFORM/framework/droiddoc.jar:out/host/$PLATFORM/framework/apicheck.jar \
|
/sdk/eclipse/scripts/ |
create_all_symlinks.sh | 79 PLATFORM="windows-x86" 85 PLATFORM="linux-x86" 87 PLATFORM="darwin-x86" 89 die "Unsupported platform ($HOST). Aborting." 192 if [[ $PLATFORM != "windows-x86" ]]; then 193 # We can't build enough of the platform on Cygwin to create layoutlib 236 if [[ $PLATFORM != "windows-x86" ]]; then 374 SRC="out/host/$PLATFORM/framework/$ORIG_SRC.jar"
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
browserlauncher.py | 21 if sys.platform == 'darwin': 22 platform = 'mac' 23 elif sys.platform.startswith('linux'): 24 platform = 'linux' 25 elif sys.platform in ('cygwin', 'win32'): 26 platform = 'windows' 28 raise LaunchFailure('Unknown platform: %s' % sys.platform) 29 return platform 32 PLATFORM = GetPlatform( [all...] |
/external/chromium_org/tools/clang/scripts/ |
package.sh | 89 PLATFORM=Mac 91 PLATFORM=Linux_x64 96 gs://chromium-browser-clang/$PLATFORM/$PDIR.tgz
|