/external/llvm/tools/msbuild/ |
D | install.bat | 10 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 …]
|
D | uninstall.bat | 8 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/ |
D | locate_valgrind.sh | 24 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/ |
D | iosbuild.sh | 146 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/ |
D | Build.mak | 8 !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/ |
D | config_detector.py | 130 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/ |
D | detect.mk | 43 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/lzma/CPP/7zip/ |
D | Aes.mak | 4 !IF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" !…
|
D | Crc64.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" =…
|
D | Crc.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" =…
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | platform.bzl | 5 PLATFORM = "" 14 if PLATFORM == "Darwin": 25 if PLATFORM == "Darwin": 31 if PLATFORM == "Darwin": 42 if PLATFORM == "Darwin": 53 if PLATFORM == "Darwin":
|
/external/oboe/samples/RhythmGame/test/ |
D | run_tests.sh | 66 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/ |
D | build_python.sh | 25 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/python/cpython3/Python/ |
D | getplatform.c | 4 #ifndef PLATFORM 5 #define PLATFORM "unknown" macro 11 return PLATFORM; in Py_GetPlatform()
|
/external/python/cpython2/Python/ |
D | getplatform.c | 4 #ifndef PLATFORM 5 #define PLATFORM "unknown" macro 11 return PLATFORM; in Py_GetPlatform()
|
/external/grpc-grpc/src/ruby/tools/ |
D | platform_check.rb | 19 module PLATFORM module 20 def PLATFORM.os_name 31 def PLATFORM.architecture
|
/external/oboe/tests/ |
D | run_tests.sh | 78 PLATFORM=android-21 80 PLATFORM=android-16 87 echo "Building tests for ${ABI} using ${PLATFORM}" 92 -DANDROID_PLATFORM=${PLATFORM} \
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 25 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/ |
D | custom_call_test.cc | 20 #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/catch2/misc/ |
D | appveyorBuildConfigurationScript.bat | 11 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/freetype/builds/beos/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 23 PLATFORM := beos 28 ifeq ($(PLATFORM),beos)
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | build-dev-container.sh | 338 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/tflite-support/tensorflow_lite_support/custom_ops/ |
D | tf_configure.sh | 21 [[ "${PLATFORM}" == "linux" ]] 25 [[ "${PLATFORM}" == "darwin" ]] 30 [[ "${PLATFORM}" =~ msys_nt*|mingw*|cygwin*|uwin* ]]
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | app-linux.c | 183 #define PLATFORM(x) { #x, WAFFLE_PLATFORM_##x } macro 189 PLATFORM(GLX), 190 PLATFORM(X11_EGL), 191 PLATFORM(GBM), 192 PLATFORM(NULL),
|
/external/freetype/builds/dos/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 32 PLATFORM := dos 65 PLATFORM := dos 71 ifeq ($(PLATFORM),dos)
|