Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm/tools/msbuild/
Dinstall.bat10 set PLATFORM=None variable
12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND
13 IF %PLATFORM% == Win32 SET PLATFORM=x64
14 IF %PLATFORM% == None SET PLATFORM=Win32
18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
[all …]
Duninstall.bat8 set PLATFORM=None variable
10 IF %PLATFORM% == x64 GOTO LOOPEND
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"
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
[all …]
/external/libwebm/
Diosbuild.sh146 for PLATFORM in ${PLATFORMS}; do
148 if [ "${PLATFORM}" = "iPhoneOS-V7-arm64" ]; then
149 PLATFORM="iPhoneOS"
152 elif [ "${PLATFORM}" = "iPhoneOS-V7s" ]; then
153 PLATFORM="iPhoneOS"
155 elif [ "${PLATFORM}" = "iPhoneOS-V7" ]; then
156 PLATFORM="iPhoneOS"
158 elif [ "${PLATFORM}" = "iPhoneOS-V6" ]; then
159 PLATFORM="iPhoneOS"
161 elif [ "${PLATFORM}" = "iPhoneSimulator64" ]; then
[all …]
/external/webp/
Diosbuild.sh95 for PLATFORM in ${PLATFORMS}; do
97 if [[ "${PLATFORM}" == "iPhoneOS-V7-arm64" ]]; then
98 PLATFORM="iPhoneOS"
101 elif [[ "${PLATFORM}" == "iPhoneOS-V7s" ]]; then
102 PLATFORM="iPhoneOS"
104 elif [[ "${PLATFORM}" == "iPhoneOS-V7" ]]; then
105 PLATFORM="iPhoneOS"
107 elif [[ "${PLATFORM}" == "iPhoneOS-V6" ]]; then
108 PLATFORM="iPhoneOS"
110 elif [[ "${PLATFORM}" == "iPhoneSimulator64" ]]; then
[all …]
/external/ot-br-posix/script/
D_initrc67 if [[ -f examples/platforms/$PLATFORM/default ]]; then
69 value="$(. "examples/platforms/$PLATFORM/default" && eval echo "\${$1-}")"
88 if [[ ! ${PLATFORM+x} ]]; then
92 PLATFORM=beagleboneblack
96 PLATFORM=macOS
100 PLATFORM=$(lsb_release -i | cut -c17- | tr '[:upper:]' '[:lower:]')
105 echo "Current platform is $PLATFORM"
123 BEFORE_HOOK=examples/platforms/$PLATFORM/before_$TASKNAME
124 AFTER_HOOK=examples/platforms/$PLATFORM/after_$TASKNAME
D_dns6441 … || test "$PLATFORM" = ubuntu || test "$PLATFORM" = beagleboneblack || test "$PLATFORM" = raspbian…
43 if [ "$PLATFORM" = raspbian ]; then
45 elif [ "$PLATFORM" = beagleboneblack ]; then
47 elif [ "$PLATFORM" = ubuntu ]; then
53 if [ "$PLATFORM" = ubuntu ]; then
55 elif [ "$PLATFORM" = beagleboneblack ]; then
57 elif [ "$PLATFORM" = raspbian ]; then
D_dhcpv6_pd36 if [ "$PLATFORM" = "ubuntu" ]; then
56 …| test "$PLATFORM" = beagleboneblack || test "$PLATFORM" = raspbian || test "$PLATFORM" = ubuntu |…
117 if [ "$PLATFORM" = "raspbian" ] || with NETWORK_MANAGER_WIFI; then
/external/lzma/CPP/
DBuild.mak8 !IFDEF PLATFORM
9 O=$(PLATFORM)
18 !IF "$(PLATFORM)" == "x64"
20 !ELSEIF "$(PLATFORM)" == "arm"
36 !IF "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
42 !IF "$(PLATFORM)" == "arm"
62 !IFNDEF PLATFORM
75 !IF "$(PLATFORM)" == "arm"
80 !IF "$(PLATFORM)" == "x64"
96 !IF defined(MY_FIXED) && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
[all …]
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py124 PLATFORM = None variable
157 global PLATFORM
168 PLATFORM = platform_detected
170 return PLATFORM
181 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
197 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
212 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
227 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
250 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
281 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
[all …]
/external/AFLplusplus/
Dafl-system-config18 PLATFORM=`uname -s`
28 if [ "$PLATFORM" = "Linux" ] ; then
59 if [ "$PLATFORM" = "FreeBSD" ] ; then
78 if [ "$PLATFORM" = "OpenBSD" ] ; then
86 if [ "$PLATFORM" = "DragonFly" ] ; then
98 if [ "$PLATFORM" = "NetBSD" ] ; then
106 if [ "$PLATFORM" = "Darwin" ] ; then
125 if [ "$PLATFORM" = "Haiku" ] ; then
136 test -z "$DONE" && echo Error: Unknown platform: $PLATFORM
/external/freetype/builds/
Ddetect.mk43 PLATFORM := ansi
52 PLATFORM_DIR = $(BUILD_CONFIG)/$(PLATFORM)
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS)))
81 ifeq ($(PLATFORM),)
82 PLATFORM := ansi
114 $(info $(empty) platform $(PLATFORM))
/external/tensorflow/tensorflow/tsl/platform/default/
Dplatform.bzl5 PLATFORM = ""
14 if PLATFORM == "Darwin":
25 if PLATFORM == "Darwin":
31 if PLATFORM == "Darwin":
42 if PLATFORM == "Darwin":
53 if PLATFORM == "Darwin":
/external/lzma/CPP/7zip/
DAes.mak4 !IF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" !…
DCrc.mak3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" =…
DCrc64.mak3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" =…
/external/oboe/samples/RhythmGame/test/
Drun_tests.sh66 PLATFORM=android-21
68 PLATFORM=android-16
75 echo "Building tests for ${ABI} using ${PLATFORM}"
80 -DANDROID_PLATFORM=${PLATFORM} \
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh25 PLATFORM=$(uname -s)
28 if [ "${PLATFORM/MSYS}" != "$PLATFORM" ]; then
36 if [ "${PLATFORM/MINGW}" != "$PLATFORM" ]; then
44 if [ "${PLATFORM/Darwin}" != "$PLATFORM" ]; then
52 if [ "${PLATFORM/Linux}" != "$PLATFORM" ]; then
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh25 PLATFORM=$(uname -s)
28 if [ "${PLATFORM/MSYS}" != "$PLATFORM" ]; then
36 if [ "${PLATFORM/MINGW}" != "$PLATFORM" ]; then
44 if [ "${PLATFORM/Darwin}" != "$PLATFORM" ]; then
52 if [ "${PLATFORM/Linux}" != "$PLATFORM" ]; then
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_test.cc22 #define PLATFORM "CUDA" macro
25 #define PLATFORM "ROCM" macro
63 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_IsInvoked, PLATFORM);
90 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_Memcpy, PLATFORM);
107 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_Opaque, PLATFORM);
140 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_SubBuffers, PLATFORM);
207 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_Tokens, PLATFORM);
286 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_WithStatusSucceeded, PLATFORM);
306 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_WithStatusFailed, PLATFORM);
/external/python/cpython3/Python/
Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM; in Py_GetPlatform()
/external/python/cpython2/Python/
Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM; in Py_GetPlatform()
/external/grpc-grpc/src/ruby/tools/
Dplatform_check.rb19 module PLATFORM module
20 def PLATFORM.os_name
31 def PLATFORM.architecture
/external/catch2/misc/
DappveyorBuildConfigurationScript.bat11 cmake -Hmisc -Bbuild-misc -A%PLATFORM% || exit /b !ERRORLEVEL!
13 …cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DMEMORYCHECK_COMMAND=build-misc\Debug\Coverage…
17 …cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DCATCH_BUILD_EXAMPLES=%examples% -DCATCH_BUILD…
21 cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% || exit /b !ERRORLEVEL!
/external/oboe/tests/
Drun_tests.sh79 PLATFORM=android-21
81 PLATFORM=android-16
93 echo "Building tests for ${ABI} using ${PLATFORM}"
98 -DANDROID_PLATFORM=${PLATFORM} \
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh338 for PLATFORM in "${PLATFORMS[@]}"
343 TF_DOCKER_BUILD_ARGS=("--build-arg TARGET_PLATFORM=${PLATFORM}")
348 if [[ ${PLATFORM} == "haswell" ]]; then
352 if [[ ${PLATFORM} == "skylake" ]]; then
356 if [[ ${PLATFORM} == "icelake" ]]; then
360 if [[ ${PLATFORM} == "icelake-client" ]]; then
364 if [[ ${PLATFORM} == "icelake-server" ]]; then

123456