HomeSort by relevance Sort by last modified time
    Searched defs:PLATFORM (Results 1 - 25 of 58) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getplatform.c 4 #ifndef PLATFORM
5 #define PLATFORM "unknown"
11 return PLATFORM;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getplatform.c 4 #ifndef PLATFORM
5 #define PLATFORM "unknown"
11 return PLATFORM;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
buildinf.h 1 #define PLATFORM "UEFI"
  /external/python/cpython2/Python/
getplatform.c 4 #ifndef PLATFORM
5 #define PLATFORM "unknown"
11 return PLATFORM;
  /external/llvm/tools/msbuild/
uninstall.bat 8 set PLATFORM=None
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"
    [all...]
install.bat 10 set PLATFORM=None
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"
    [all...]
  /device/google/contexthub/firmware/variant/linux/
linux_conf.mk 23 PLATFORM := native
  /device/google/contexthub/firmware/variant/lunchbox/
lunchbox_conf.mk 23 PLATFORM := stm32
  /device/google/contexthub/firmware/variant/nucleo/
nucleo_conf.mk 23 PLATFORM := stm32
  /device/google/contexthub/firmware/
firmware.mk 18 PLATFORM ?= stm32
30 MAKE_PLAT = os/platform/$(PLATFORM)/$(PLATFORM).mk
55 FLAGS += -Ios/platform/$(PLATFORM)/inc
  /device/google/contexthub/firmware/variant/
variant.mk 17 PLATFORM?=stm32
52 make -C $(SRC_PATH) -f firmware.mk VARIANT=$(VARIANT) VARIANT_PATH=$(VARIANT_PATH) OUT=$(MAKE_OUT) PLATFORM=$(PLATFORM) CPU=$(CPU) CHIP=$(CHIP) $(EXTRA_ARGS)
  /external/autotest/client/deps/glbench/src/
Makefile 17 PLATFORM = PLATFORM_X11_EGL
19 PLATFORM = PLATFORM_GLX
22 PLATFORM = PLATFORM_NULL
53 ifeq ($(PLATFORM),PLATFORM_GLX)
56 PLATFORM_CFLAGS = -DPLATFORM=$(PLATFORM)
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 198 PLATFORM = _Platform()
199 PLATFORM.ALEX = 'alex'
200 PLATFORM.LUMPY = 'lumpy'
201 PLATFORM.LINK = 'link'
202 PLATFORM.LIST = [PLATFORM.ALEX, PLATFORM.LUMPY, PLATFORM.LINK]
  /external/autotest/server/hosts/
sonic_host.py 43 PLATFORM = 'sonic'
125 return self.PLATFORM
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app-linux.c 104 static int initGraphics(int32_t platform)
120 WAFFLE_PLATFORM, platform,
183 #define PLATFORM(x) { #x, WAFFLE_PLATFORM_##x }
189 PLATFORM(GLX),
190 PLATFORM(X11_EGL),
191 PLATFORM(GBM),
192 PLATFORM(NULL),
199 // to parse the platform arg.
210 fprintf(stderr, "Usage: SanOGLES <platform>\n");
  /external/vulkan-validation-layers/demos/smoke/
generate-dispatch-table.py 25 PLATFORM = 0
63 return self.PLATFORM
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 8 * C/C++ compiler on the OS/2 platform. It is a standard part of
22 * use on the Intel platform, neither the compiler name nor
36 * for the Windows platform, it may be necessary to use both a
63 #define PLATFORM "os2"
68 /* Platform Filesystem */
73 /* Platform CPU-Mode Dependencies */
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 44 * Access to platform-specific features.
66 public class Platform {
67 private static final Platform PLATFORM = findPlatform();
69 public static Platform get() {
70 return PLATFORM;
127 /** Attempt to match the host runtime to a capable Platform implementation. */
128 private static Platform findPlatform() {
135 // Older platform before being unbundled.
195 return new Platform();
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 17 Symbols and macros to supply platform-independent interfaces to basic
141 the necessary integer types are available, and we're on a 64-bit platform
212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
219 * the platform C requires to convert a size_t/Py_ssize_t argument):
233 * Py_ssize_t on the platform.
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 # error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
373 * if <sys/stat.h> exists on your platform, and
498 * adjustments to errno: (A) If it looks like the platform libm set
500 * platform libm overflowed but didn't set errno, force errno to ERANGE. I
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 10 #define PLATFORM "os2emx"
20 #define PYTHONPATH "./Lib;./Lib/plat-" PLATFORM \
  /external/python/cpython2/PC/
pyconfig.h 131 /* MSVC defines _WINxx to differentiate the windows platform types
347 /* maintain "win32" sys.platform for backward compatibility of Python code,
350 # define PLATFORM "win32"
364 # define PLATFORM "win32"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 70 #define PLATFORM "PLATFORM" // for more granularity
92 #define LIBRARIES_PLATFORM_SECTION_NAME "libraries.platform"
95 #define PLATFORM_STR "\\platform\\" // to determine EFI_SOURCE
730 // Process [libraries.platform] section in the DSC file
1251 // Process the [defines], [defines.$(PROCESSOR)], and [defines.$(PROCESSOR).$(PLATFORM)]
    [all...]

Completed in 808 milliseconds

1 2 3