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

1 2 3 4

  /device/google/contexthub/firmware/misc/variant/linux/
Makefile 20 ifneq ($(PLATFORM),linux)
21 $(error "linux variant cannot be build on a platform that is not linux")
  /device/google/contexthub/firmware/misc/platform/stm32f4xx/
Makefile 29 FLAGS += -Iinc/platform/$(PLATFORM)/cmsis
33 #platform bootloader
34 SRCS_bl += src/platform/$(PLATFORM)/bl.c
36 #platform runtime
37 SRCS_os += src/platform/$(PLATFORM)/crt_$(PLATFORM).c
39 #platform driver
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/misc/platform/linux/
Makefile 18 LKR = misc/platform/$(PLATFORM)/linux.extra.lkr
24 #platform drivers
25 SRCS += src/platform/$(PLATFORM)/platform.c \
26 src/platform/$(PLATFORM)/i2c.c \
27 src/platform/$(PLATFORM)/spi.c
    [all...]
  /ndk/build/tools/
dev-platform-expand-all.sh 17 # dev-platform-expand-all.sh
19 # Call dev-platform-expand.sh for all API levels.
40 "Call dev-platform-expand.sh for all API levels."
57 for PLATFORM in $API_LEVELS; do
58 dump "Expanding files for android-$PLATFORM"
59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
60 fail_panic "Could not expand android-$PLATFORM files!"
dev-platform-expand.sh 17 # dev-platform-expand.sh
38 # Return the list of platform supported from $1/platforms
53 # The default platform is the last entry in the API_LEVELS default variable
54 PLATFORM=android-$(echo $API_LEVELS | tr ' ' '\n' | tail -1)
55 register_var_option "--platform=<level>" PLATFORM "Target API level"
72 "Uncompress the platform files (headers/libraries) correspond to a given
73 platform into a single directory. The main idea is that the files are stored
74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.:
91 The script 'dev-platform-compress.sh' can be used to perform the opposit
    [all...]
dev-platform-compress.sh 17 # dev-platform-compress.sh
19 # Compressed expanded platform files into development/ndk/platforms/
62 for PLATFORM in $API_LEVELS; do
63 SDIR=$SRCDIR/android-$PLATFORM
65 echo "ERROR: Missing source platform directory: $SDIR"
72 for PLATFORM in $API_LEVELS; do
73 SDIR=$SRCDIR/android-$PLATFORM
74 DDIR=$DSTDIR/android-$PLATFORM
81 # different from the one in the previous platform level
113 PREV_PLATFORM=$PLATFORM
    [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...]
runiSACfault.txt 5 PLATFORM=_X64
9 PLATFORM=_2005
13 PLATFORM=_linux
16 echo Unknown Platform
20 LOGFILE=logfault$PLATFORM.txt
30 OUTDIR=../dataqaft$PLATFORM
  /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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/
dos-def.mk 20 PLATFORM := dos
detect.mk 2 # FreeType 2 configuration file to detect a DOS host platform.
19 ifeq ($(PLATFORM),ansi)
29 # If this is true, we are running a Dos-ish platform (or an emulation).
32 PLATFORM := dos
65 PLATFORM := dos
69 endif # test PLATFORM ansi
71 ifeq ($(PLATFORM),dos)
139 endif # test PLATFORM dos
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/os2/
os2-def.mk 20 PLATFORM := os2
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/icu/icu4c/source/config/
gmakever.mk 12 ifeq ($(PLATFORM),OS390)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ansi/
ansi-def.mk 20 PLATFORM := ansi
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
unixddef.mk 20 PLATFORM := unix
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
win32-def.mk 20 PLATFORM := windows
  /build/tools/droiddoc/test/stubs/
func.sh 29 PLATFORM=${HOST_OS}-${HOST_ARCH}
36 LD_LIBRARY_PATH=out/host/$PLATFORM/lib \
40 -J-Djava.library.path=out/host/$PLATFORM/lib \
44 -docletpath out/host/$PLATFORM/framework/clearsilver.jar:out/host/$PLATFORM/framework/droiddoc.jar:out/host/$PLATFORM/framework/apicheck.jar \
  /system/sepolicy/
keys.conf 11 [@PLATFORM]
12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 18 git clone https://android.googlesource.com/platform/external/ninja.git src
25 PLATFORM="--platform=msvc"
27 ./configure.py --bootstrap $PLATFORM
  /prebuilts/ninja/linux-x86/
build-ninja.sh 18 git clone https://android.googlesource.com/platform/external/ninja.git src
25 PLATFORM="--platform=msvc"
27 ./configure.py --bootstrap $PLATFORM

Completed in 960 milliseconds

1 2 3 4