/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/ |
D | 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 …]
|
D | runiSACfault.txt | 5 PLATFORM=_X64 9 PLATFORM=_2005 13 PLATFORM=_linux 20 LOGFILE=logfault$PLATFORM.txt 30 OUTDIR=../dataqaft$PLATFORM
|
/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/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/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/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/lzma/CPP/7zip/ |
D | Aes.mak | 4 !IF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" !…
|
D | Crc.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" =…
|
D | Crc64.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(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/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 198 PLATFORM = _Platform() variable 199 PLATFORM.ALEX = 'alex' 200 PLATFORM.LUMPY = 'lumpy' 201 PLATFORM.LINK = 'link' 202 PLATFORM.LIST = [PLATFORM.ALEX, PLATFORM.LUMPY, PLATFORM.LINK]
|
/external/python/cpython2/Python/ |
D | getplatform.c | 4 #ifndef PLATFORM 5 #define PLATFORM "unknown" macro 11 return PLATFORM; in Py_GetPlatform()
|
/external/python/cpython3/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/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/autotest/client/deps/glbench/src/ |
D | Makefile | 17 PLATFORM = PLATFORM_X11_EGL macro 19 PLATFORM = PLATFORM_GLX macro 22 PLATFORM = PLATFORM_NULL macro 51 ifeq ($(PLATFORM),PLATFORM_GLX) 54 PLATFORM_CFLAGS = -DPLATFORM=$(PLATFORM)
|
/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/beos/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 23 PLATFORM := beos 28 ifeq ($(PLATFORM),beos)
|
/external/freetype/builds/dos/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 32 PLATFORM := dos 65 PLATFORM := dos 71 ifeq ($(PLATFORM),dos)
|
/external/freetype/builds/os2/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 23 PLATFORM := os2 28 ifeq ($(PLATFORM),os2)
|
/external/freetype/builds/unix/ |
D | detect.mk | 17 ifeq ($(PLATFORM),ansi) 27 PLATFORM := unix 32 ifeq ($(PLATFORM),unix)
|
/external/freetype/builds/windows/ |
D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 26 PLATFORM := windows 57 PLATFORM := windows 66 ifeq ($(PLATFORM),windows)
|
/external/grpc-grpc/src/ruby/tools/bin/ |
D | grpc_tools_ruby_protoc_plugin | 23 PLATFORM.architecture + '-' + PLATFORM.os_name,
|
D | grpc_tools_ruby_protoc | 27 PLATFORM.architecture + '-' + PLATFORM.os_name)
|