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

12 3 4

  /device/linaro/hikey/uefi-tools/
opteed-build.sh 18 echo "opteed-build.sh -e <EDK2 source directory> -t <UEFI build profile/toolchain> <platform>"
24 unset CFG_ARM64_core PLATFORM PLATFORM_FLAVOR DEBUG
35 # Read platform configuration
86 export PLATFORM=$TOS_PLATFORM
88 echo "PLATFORM=$PLATFORM"
151 echo "No platform specified!" >&2
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/os2/
detect.mk 2 # FreeType 2 configuration file to detect an OS/2 host platform.
19 ifeq ($(PLATFORM),ansi)
23 PLATFORM := os2
28 ifeq ($(PLATFORM),os2)
70 endif # test PLATFORM os2
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
detect.mk 2 # FreeType 2 configuration file to detect a UNIX host platform.
17 ifeq ($(PLATFORM),ansi)
27 PLATFORM := unix
30 endif # test PLATFORM ansi
32 ifeq ($(PLATFORM),unix)
57 # If a Unix platform is detected, the configure script is called and
66 # Feel free to add support for other platform specific compilers in
68 # platform).
90 endif # test PLATFORM unix
unix.mk 17 PLATFORM := unix
  /ndk/build/tools/
make-standalone-toolchain.sh 60 PLATFORM=
61 register_option "--platform=<name>" do_platform "Specify target Android platform/API level." "android-3"
63 PLATFORM=$1;
64 if [ "$PLATFORM" = "android-L" ]; then
66 PLATFORM=android-21
145 # Check PLATFORM
146 if [ -z "$PLATFORM" ] ; then
148 arm) PLATFORM=android-3
151 PLATFORM=android-
    [all...]
dev-platform-import.sh 25 PLATFORM=
26 register_option "--platform=<name>" do_platform "Specify API level [autodetect]"
27 do_platform () { PLATFORM=$1; }
41 an existing platform build, and copy them to a temporary directory that will later
42 be processed by another script (dev-platform-pack.sh) to archive them properly into
52 The <build-path> parameter must point to the platform build output directory
53 of a valid Android reference platform build. This is the value of the
60 can override it with --platform=<number>.
64 1/ Detect the platform build's API level by parsing the build.prop
65 file. This can overriden with --platform=<number
    [all...]
gen-platforms.sh 42 # Return the list of platform supported from $1/platforms
55 TMPC=$TMPDIR/tmp/tests/tmp-platform.c
56 TMPO=$TMPDIR/tmp/tests/tmp-platform.o
57 TMPE=$TMPDIR/tmp/tests/tmp-platform$EXE
100 --platform=*)
141 echo "the platform files appropriately into a final release structure."
147 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
150 echo " --platform=<list> List of API levels [$PLATFORMS]"
188 # Remove the android- prefix of any platform name
222 for PLATFORM in $PLATFORMS; d
    [all...]
build-ndk-sysroot.sh 33 # PLATFORM is the name of the current Android system platform
34 PLATFORM=android-3
53 --platform=*)
80 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)"
89 PLATFORM=$OPTION_PLATFORM
130 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
131 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/commo
    [all...]
dev-system-import.sh 29 # We need to extract the auto-detected platform level to display it in
38 PLATFORM=9
40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`
42 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"
43 PLATFORM=9
44 dump "Defaulting to $PLATFORM"
50 "This script is used to update the NDK's platform headers and system libraries
51 from those generated after a full build of the Android platform. Run it after
54 The first parameter must be a platform/API level. For example, to update the
55 NDK definitions for the 'android-9' platform, use one of
    [all...]
build-gdbserver.sh 37 NOTE: The --platform option is ignored if --sysroot is used."
133 PLATFORM="android-$LATEST_API_LEVEL"
180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
  /device/google/contexthub/firmware/
Makefile 18 PLATFORM ?= stm32f4xx
28 MAKE_PLAT = misc/platform/$(PLATFORM)/Makefile
93 symlinks: links/p_$(PLATFORM) links/c_$(CPU) links/v_$(VARIANT)
95 links/p_$(PLATFORM):
98 ln -s ../../misc/platform/$(PLATFORM) links/plat/misc
99 ln -s ../../src/platform/$(PLATFORM) links/plat/src
100 ln -s ../../inc/platform/$(PLATFORM) links/plat/in
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
common_unittest_utils.py 50 from firmware_constants import PLATFORM
55 for platform in PLATFORM.LIST:
56 description_filename = '%s.touchpad' % platform
60 mocked_device[platform] = None
64 mocked_device[platform] = TouchDevice(
  /external/autotest/contrib/
move_cq_hosts.sh 48 PLATFORM=$(host_platform $host)
50 silent create_platform $PLATFORM
  /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)
waffle_stuff.cc 35 #define THIS_IS(x) PLATFORM_ID(x) == PLATFORM_ID(PLATFORM)
105 WAFFLE_PLATFORM, PLATFORM_ENUM(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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
modules.mk 31 ifneq ($(findstring $(PLATFORM),dos windows os2),)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
detect.mk 2 # FreeType 2 configuration file to detect a Win32 host platform.
19 ifeq ($(PLATFORM),ansi)
26 PLATFORM := windows
57 PLATFORM := windows
64 endif # test PLATFORM ansi
66 ifeq ($(PLATFORM),windows)
181 endif # test PLATFORM windows
  /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/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 38 public final class Platform {
39 private static final Platform PLATFORM = new Platform();
41 public static Platform get() {
42 return PLATFORM;
  /ndk/build/core/
add-platform.mk 18 # For each platform, determine the corresponding supported ABIs
19 # And record them in NDK_PLATFORM_$(platform)_ABIS
24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
  /device/google/contexthub/firmware/misc/variant/lunchbox/
Makefile 19 ifneq ($(PLATFORM),stm32f4xx)
20 $(error "LUNCHBOX variant cannot be build on a platform that is not stm32f411")
  /device/google/contexthub/firmware/misc/variant/nucleo/
Makefile 20 ifneq ($(PLATFORM),stm32f4xx)
21 $(error "NUCLEO variant cannot be build on a platform that is not stm32f411")
  /external/elfutils/libebl/
eblauxvinfo.c 59 TYPE (PLATFORM, "s") \
eblcorenotetypename.c 52 KNOWNSTYPE (PLATFORM),

Completed in 1951 milliseconds

12 3 4