Home
last modified time | relevance | path

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

1234

/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/libyuv/files/tools_libyuv/valgrind/
Dlocate_valgrind.sh24 PLATFORM="linux_x64"
27 PLATFORM="linux_x86"
31 PLATFORM="mac"
34 PLATFORM="mac_10.6"
37 PLATFORM="mac_10.6"
40 PLATFORM="mac_10.7"
52 CHROME_VALGRIND="$THISDIR/../../third_party/valgrind/$PLATFORM"
55 if [ "$PLATFORM" != "mac" ] && \
56 [ "$PLATFORM" != "mac_10.6" ] && \
57 [ "$PLATFORM" != "mac_10.7" ]
/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/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
71 !IF "$(PLATFORM)" == "arm"
76 !IF "$(PLATFORM)" == "x64"
92 !IF defined(MY_FIXED) && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
[all …]
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py130 PLATFORM = None variable
163 global PLATFORM
174 PLATFORM = platform_detected
176 return PLATFORM
187 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
203 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
218 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
233 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
256 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
287 out, err = run_shell_cmd(cmds_all[PLATFORM][key])
[all …]
/external/freetype/builds/
Ddetect.mk43 PLATFORM := ansi
52 BUILD_DIR = $(BUILD_CONFIG)/$(PLATFORM)
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS)))
81 ifeq ($(PLATFORM),)
82 PLATFORM := ansi
114 $(info $(empty) platform $(PLATFORM))
/external/tensorflow/tensorflow/core/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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_test.cc20 #define PLATFORM "CUDA" macro
23 #define PLATFORM "ROCM" macro
60 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_IsInvoked, PLATFORM);
87 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_Memcpy, PLATFORM);
104 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_Opaque, PLATFORM);
137 XLA_REGISTER_CUSTOM_CALL_TARGET(Callback_SubBuffers, PLATFORM);
/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/oboe/tests/
Drun_tests.sh78 PLATFORM=android-21
80 PLATFORM=android-16
87 echo "Building tests for ${ABI} using ${PLATFORM}"
92 -DANDROID_PLATFORM=${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/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
/external/freetype/builds/beos/
Ddetect.mk19 ifeq ($(PLATFORM),ansi)
23 PLATFORM := beos
28 ifeq ($(PLATFORM),beos)
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c183 #define PLATFORM(x) { #x, WAFFLE_PLATFORM_##x } macro
189 PLATFORM(GLX),
190 PLATFORM(X11_EGL),
191 PLATFORM(GBM),
192 PLATFORM(NULL),
/external/tflite-support/tensorflow_lite_support/custom_ops/
Dtf_configure.sh21 [[ "${PLATFORM}" == "linux" ]]
25 [[ "${PLATFORM}" == "darwin" ]]
30 [[ "${PLATFORM}" =~ msys_nt*|mingw*|cygwin*|uwin* ]]
/external/freetype/builds/dos/
Ddetect.mk19 ifeq ($(PLATFORM),ansi)
32 PLATFORM := dos
65 PLATFORM := dos
71 ifeq ($(PLATFORM),dos)

1234