Searched defs:PLATFORM (Results 1 - 25 of 36) sorted by relevance

12

/external/python/cpython2/Python/
H A Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM;
/external/python/cpython3/Python/
H A Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM;
/external/freetype/builds/unix/
H A Dunix.mk17 PLATFORM := unix macro
H A Ddetect.mk17 ifeq ($(PLATFORM),ansi)
27 PLATFORM := unix macro
30 endif # test PLATFORM ansi
32 ifeq ($(PLATFORM),unix)
90 endif # test PLATFORM unix
H A Dunixddef.mk20 PLATFORM := unix macro
/external/llvm/tools/msbuild/
H A 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
[all...]
H A 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
[all...]
/external/freetype/builds/beos/
H A Ddetect.mk19 ifeq ($(PLATFORM),ansi)
23 PLATFORM := beos macro
28 ifeq ($(PLATFORM),beos)
38 endif # test PLATFORM beos
H A Dbeos-def.mk4 # this is similar to the "ansi-def.mk" file, except for BUILD and PLATFORM
22 PLATFORM := beos macro
/external/freetype/builds/os2/
H A Ddetect.mk19 ifeq ($(PLATFORM),ansi)
23 PLATFORM := os2 macro
28 ifeq ($(PLATFORM),os2)
70 endif # test PLATFORM os2
H A Dos2-def.mk20 PLATFORM := os2 macro
/external/freetype/builds/windows/
H A Ddetect.mk19 ifeq ($(PLATFORM),ansi)
26 PLATFORM := windows macro
57 PLATFORM := windows macro
64 endif # test PLATFORM ansi
66 ifeq ($(PLATFORM),windows)
181 endif # test PLATFORM windows
H A Dwin32-def.mk20 PLATFORM := windows macro
/external/freetype/builds/dos/
H A Ddetect.mk19 ifeq ($(PLATFORM),ansi)
32 PLATFORM := dos macro
65 PLATFORM := dos macro
69 endif # test PLATFORM ansi
71 ifeq ($(PLATFORM),dos)
139 endif # test PLATFORM dos
H A Ddos-def.mk20 PLATFORM := dos macro
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dcommon_unittest_utils.py50 from firmware_constants import PLATFORM namespace
55 for platform in PLATFORM.LIST:
H A Dmtb_unittest.py18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL namespace
592 mtb_packets = mtb.Mtb(device=mocked_device[PLATFORM.LUMPY])
613 mtb_packets = mtb.Mtb(device=mocked_device[PLATFORM.LUMPY])
/external/freetype/builds/ansi/
H A Dansi-def.mk20 PLATFORM := ansi macro
/external/freetype/builds/
H A Ddetect.mk20 # `builds/$(PLATFORM)' but can be different for custom builds
26 # PLATFORM The detected platform. This will default to `ansi' if
43 PLATFORM := ansi macro
52 BUILD_DIR = $(BUILD_CONFIG)/$(PLATFORM)
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS))) macro
81 ifeq ($(PLATFORM),)
82 PLATFORM := ansi macro
118 @echo " platform $(PLATFORM)"
143 @echo platform���������������������$(PLATFORM)
/external/autotest/client/deps/glbench/src/
H A DMakefile17 PLATFORM = PLATFORM_X11_EGL macro
19 PLATFORM = PLATFORM_GLX macro
22 PLATFORM = PLATFORM_NULL macro
53 ifeq ($(PLATFORM),PLATFORM_GLX)
56 PLATFORM_CFLAGS = -DPLATFORM=$(PLATFORM)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_constants.py198 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/autotest/client/site_tests/graphics_SanAngeles/src/
H A 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/autotest/server/hosts/
H A Dsonic_host.py43 PLATFORM = 'sonic' variable in class:SonicHost
125 return self.PLATFORM
/external/vulkan-validation-layers/demos/smoke/
H A Dgenerate-dispatch-table.py25 PLATFORM = 0 variable in class:Command
63 return self.PLATFORM
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java67 private static final Platform PLATFORM = findPlatform(); field in class:Platform
70 return PLATFORM;

Completed in 1784 milliseconds

12