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

1 2 3

  /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/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"
65 if [ "$PLATFORM" == "${host_platform}-arm" -o "$PLATFORM" == "all" ]; then
68 if [ "$PLATFORM" == "${host_platform}-arm64" -o "$PLATFORM" == "all" ]; then
71 if [ "$PLATFORM" == "${host_platform}-x86" -o "$PLATFORM" == "all" ]; then
74 if [ "$PLATFORM" == "${host_platform}-x86_64" -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.
41 "Call dev-platform-expand.sh for all API levels."
58 for PLATFORM in $API_LEVELS; do
59 dump "Expanding files for android-$PLATFORM"
60 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
61 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"
73 "Uncompress the platform files (headers/libraries) correspond to a given
74 platform into a single directory. The main idea is that the files are stored
75 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.:
92 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 62 PLATFORM=
63 register_option "--platform=<name>" do_platform "Specify target Android platform/API level." "android-3"
64 do_platform () { PLATFORM=$1; }
191 # Check PLATFORM
192 if [ -z "$PLATFORM" -a "$ARCH_INC" = "$ARCH" ] ; then
194 arm) PLATFORM=android-3
197 PLATFORM=android-9
200 PLATFORM=android-$FIRST_API64_LEVEL
205 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...]
  /external/llvm/tools/msbuild/
install.bat 9 set PLATFORM=None
11 IF %PLATFORM% == x64 GOTO LOOPEND
12 IF %PLATFORM% == Win32 SET PLATFORM=x64
13 IF %PLATFORM% == None SET PLATFORM=Win32
16 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
18 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
22 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
    [all...]
uninstall.bat 8 set PLATFORM=None
10 IF %PLATFORM% == x64 GOTO END
11 IF %PLATFORM% == Win32 SET PLATFORM=x64
12 IF %PLATFORM% == None SET PLATFORM=Win32
15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACLongtest.txt 8 PLATFORM=_X64
12 PLATFORM=_linux
15 PLATFORM=_2005
21 LOGFILE=logNormal"$PLATFORM".txt
30 OUTDIR=../dataqa"$PLATFORM"
107 LOGFILE=logNormal_SWB"$PLATFORM".txt
115 OUTDIR=../dataqaswb"$PLATFORM"
139 LOGFILE_API=logNormal_API"$PLATFORM".txt
147 mkdir -p ../FrameSizeLim"$PLATFORM"
148 rm -f ../FrameSizeLim"$PLATFORM"/*
    [all...]
runiSACfault.txt 5 PLATFORM=_X64
9 PLATFORM=_2005
13 PLATFORM=_linux
16 echo Unknown Platform
20 LOGFILE=logfault$PLATFORM.txt
30 OUTDIR=../dataqaft$PLATFORM
  /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/chromium_org/third_party/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...]
  /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...]
  /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/icu/icu4c/source/config/
gmakever.mk 12 ifeq ($(PLATFORM),OS390)
  /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 \
  /external/chromium_org/tools/clang/scripts/
repackage.sh 22 PLATFORM=Mac
25 PLATFORM=Linux_x64
67 gs://chromium-browser-clang/$PLATFORM/$PDIR.tgz
  /external/sepolicy/
keys.conf 11 [@PLATFORM]
12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
  /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."
194 if [[ $PLATFORM != "windows-x86" ]]; then
195 # We can't build enough of the platform on Cygwin to create layoutlib
238 if [[ $PLATFORM != "windows-x86" ]]; then
376 SRC="out/host/$PLATFORM/framework/$ORIG_SRC.jar"

Completed in 3401 milliseconds

1 2 3