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

1 2 3 4

  /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"
  /external/lzma/CPP/7zip/
Aes.mak 4 !IF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
Crc.mak 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
Crc64.mak 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
LzmaDec.mak 1 !IF "$(PLATFORM)" == "x64"
  /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/grpc-grpc/src/ruby/tools/bin/
grpc_tools_ruby_protoc_plugin 23 PLATFORM.architecture + '-' + PLATFORM.os_name,
grpc_tools_ruby_protoc 27 PLATFORM.architecture + '-' + PLATFORM.os_name)
  /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
  /external/grpc-grpc/src/ruby/tools/
platform_check.rb 19 module PLATFORM
20 def PLATFORM.os_name
31 def PLATFORM.architecture
  /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/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...]
  /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

Completed in 321 milliseconds

1 2 3 4