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

1 2 3 4 5

  /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;
  /external/python/cpython2/Python/
getplatform.c 4 #ifndef PLATFORM
5 #define PLATFORM "unknown"
11 return PLATFORM;
  /external/python/cpython3/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"
  /device/google/contexthub/firmware/variant/linux/
linux.mk 20 ifneq ($(PLATFORM),linux)
21 $(error "linux variant cannot be build on a platform that is not linux")
linux_conf.mk 23 PLATFORM := native
  /external/freetype/builds/beos/
detect.mk 2 # FreeType 2 configuration file to detect an BeOS host platform.
19 ifeq ($(PLATFORM),ansi)
23 PLATFORM := beos
28 ifeq ($(PLATFORM),beos)
38 endif # test PLATFORM beos
beos-def.mk 4 # this is similar to the "ansi-def.mk" file, except for BUILD and PLATFORM
22 PLATFORM := beos
  /device/google/contexthub/firmware/os/platform/stm32/
stm32.mk 31 #platform bootloader
32 SRCS_bl += os/platform/$(PLATFORM)/bl.c
34 #platform runtime
35 SRCS_os += os/platform/$(PLATFORM)/crt_$(PLATFORM).c
37 #platform drivers
38 SRCS_os += os/platform/$(PLATFORM)/platform.c
    [all...]
  /external/syslinux/gpxe/src/config/
defaults.h 8 #include CONFIG_DEFAULTS(PLATFORM)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
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...]
  /device/google/contexthub/firmware/os/platform/native/
native.mk 18 LKR = os/platform/$(PLATFORM)/lkr/native.extra.lkr
24 #platform drivers
25 SRCS += os/platform/$(PLATFORM)/platform.c \
26 os/platform/$(PLATFORM)/i2c.c \
27 os/platform/$(PLATFORM)/spi.c
    [all...]
  /external/llvm/tools/msbuild/
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...]
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...]
  /device/google/contexthub/firmware/variant/argonkey/
argonkey_conf.mk 23 PLATFORM := stm32
  /device/google/contexthub/firmware/variant/lunchbox/
lunchbox_conf.mk 23 PLATFORM := stm32
  /device/google/contexthub/firmware/variant/neonkey/
neonkey_conf.mk 23 PLATFORM := stm32
  /device/google/contexthub/firmware/variant/nucleo/
nucleo_conf.mk 23 PLATFORM := stm32
  /external/freetype/builds/dos/
dos-def.mk 20 PLATFORM := dos
  /external/freetype/builds/os2/
os2-def.mk 20 PLATFORM := os2
  /external/freetype/builds/
detect.mk 2 # FreeType 2 host platform detection rules
16 # This sub-Makefile is in charge of detecting the current platform. It sets
20 # `builds/$(PLATFORM)' but can be different for custom builds
26 # PLATFORM The detected platform. This will default to `ansi' if
32 # SEP The platform-specific directory separator.
43 PLATFORM := ansi
52 BUILD_DIR = $(BUILD_CONFIG)/$(PLATFORM)
74 # Filter out platform specified as setup target.
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS))
    [all...]
  /external/autotest/client/deps/glbench/src/
glinterface.h 10 //TODO: Remove cases where PLATFORM is not defined, when no longer needed.
13 #ifdef PLATFORM
37 // removing this class as waffle itself provides platform-independence.
44 #ifndef PLATFORM
  /external/freetype/builds/ansi/
ansi-def.mk 20 PLATFORM := ansi
  /external/freetype/builds/unix/
unixddef.mk 20 PLATFORM := unix

Completed in 297 milliseconds

1 2 3 4 5