Home
last modified time | relevance | path

Searched defs:PLATFORM (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/deps/glbench/src/
DMakefile17 PLATFORM = PLATFORM_X11_EGL macro
19 PLATFORM = PLATFORM_GLX macro
22 PLATFORM = PLATFORM_NULL macro
/external/python/cpython2/Python/
Dgetplatform.c5 #define PLATFORM "unknown" macro
/external/llvm/tools/msbuild/
Duninstall.bat8 set PLATFORM=None variable
Dinstall.bat10 set PLATFORM=None variable
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py198 PLATFORM = _Platform() variable
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c183 #define PLATFORM(x) { #x, WAFFLE_PLATFORM_##x } macro
/external/python/cpython2/RISCOS/
Dpyconfig.h716 #define PLATFORM "riscos" macro
/external/autotest/server/hosts/
Dsonic_host.py43 PLATFORM = 'sonic' variable in SonicHost
/external/vulkan-validation-layers/demos/smoke/
Dgenerate-dispatch-table.py25 PLATFORM = 0 variable in Command
/external/python/cpython2/PC/
Dpyconfig.h350 # define PLATFORM "win32" macro
364 # define PLATFORM "win32" macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h63 #define PLATFORM "os2" macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h10 #define PLATFORM "os2emx" macro
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DPlatform.java67 private static final Platform PLATFORM = findPlatform(); field in Platform