HomeSort by relevance Sort by last modified time
    Searched refs:Build (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /external/openssl/ssl/
ssl-lib.com 18 $! Specify the following as P1 to build just that part or ALL to just
19 $! build everything.
141 $! Build Just What The User Wants Us To Build.
229 $! Exit The Build.
290 $! Exit The Build.
519 $! P1 Is Blank, So Build Everything.
545 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
  /external/skia/
Android.mk 5 # build the skia+fretype+png+jpeg+zlib+gif library
230 # Build the skia-opengl glue library
273 # Build the skia tools
  /frameworks/base/opengl/tools/glgen/
gen 28 echo "package android.os; public class Build {public static class VERSION_CODES { public static final int CUPCAKE = 3;}; }" > out/android/os/Build.java
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 30 import android.os.Build;
83 android.os.Build.VERSION_CODES.DONUT, 0),
85 android.os.Build.VERSION_CODES.DONUT, 0)
90 private static final int SDK_VERSION = Build.VERSION.SDK_INT;
91 private static final String SDK_CODENAME = "REL".equals(Build.VERSION.CODENAME)
92 ? null : Build.VERSION.CODENAME;
    [all...]
  /bootable/diskinstaller/
config.mk 64 # Build the installer ramdisk image
160 $(call build-userimage-ext2-target,$(TARGET_INSTALLER_OUT)/data,$@,\
  /external/icu4c/stubdata/
Android.mk 36 # Build configuration:
  /external/opencore/tools_v2/build/make/
library.mk 178 @echo Build $@
  /ndk/build/core/
build-local.mk 16 # This file is designed to be called from the 'ndk-build' script
21 # This assumes we are located under $NDK_ROOT/build/core/main.mk
24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%))
39 include $(NDK_ROOT)/build/core/init.mk
47 # It turns out that some people use ndk-build to generate static
91 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)
97 NDK_APPLICATION_MK := $(NDK_ROOT)/build/core/default-application.mk
132 # Build it
133 include $(BUILD_SYSTEM)/build-all.mk
build-binary.mk 23 # included the module build script.
27 include $(BUILD_SYSTEM)/build-module.mk
37 # Add the default system shared libraries to the build
78 # The original Android build system allows you to use the .arm prefix
98 # As a special case, the original Android build system
100 # forced to build in ARM mode by using a '.arm' suffix
105 # to build source file $(LOCAL_PATH)/foo.c as ARM
166 # Build the sources to object files
  /system/extras/tests/bionic/libc/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # used to define a simple test program and build it as a standalone
26 # in the build. the variable will be cleaned on exit
121 # to build one shared object and one executable that depends
138 # build a shared library, then call it from another
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 47 # Build bmtrace performance tool
81 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
83 include $(DK_ROOT)/stad/build/linux/common.inc
89 DRIVER_LIB_DIR = $(DK_ROOT)/stad/build/linux
95 OS_COMMON_DIR = $(DK_ROOT)/platforms/os/common/build/linux
101 OS_LINUX_DIR = $(DK_ROOT)/platforms/os/linux/build
163 ## Build process
172 ## This is the kernel build phase - set the appropriate arguments
193 ## This is the regular build phase - act according to the make actions
252 @echo BMTRACE = $(BMTRACE) // Build also the bmtrace performance too
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 38 import android.os.Build;
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 28 import android.os.Build;
55 // Use the current SDK version code. If we are a development build,
57 private static final int sSdkVersion = Build.VERSION.SDK_INT
58 + ("REL".equals(Build.VERSION.CODENAME) ? 0 : 1);
765 * pre-parsed for you at build time, which involved merging text and
    [all...]
  /build/core/
cleanbuild.mk 24 # $(2) should only be used in build/core/cleanspec.mk: just for compatibility.
43 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
55 # If the clean_steps.mk file is missing (usually after a clean build)
69 $(info *** A clean build is required because of a recent change.)
71 $(info *** Done with the cleaning, now starting the real build.)
101 # Since products and build variants (unfortunately) share the same
103 # build configurations are built in the same tree. The following logic
137 $(info *** Build configuration changed: "$(PREVIOUS_BUILD_CONFIG)" -> "$(current_build_config)")
144 endif # else, this is the first build, so no need to clean.
166 # Deletes all of the files that change between different build types
    [all...]
config.mk 38 SRC_TARGET_DIR := $(TOPDIR)build/target
42 SRC_DROIDDOC_DIR := $(TOPDIR)build/tools/droiddoc
48 # Build system internal files
116 # arm build
121 # are specific to the user's build configuration.
209 MKTARBALL := build/tools/mktarball.sh
214 JAVATAGS := build/tools/java-event-log-tags.py
216 # ACP is always for the build OS, not for the host OS
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 85 // don't rely on build settings - they may change
544 int vers = android.os.Build.VERSION.SDK_INT;
545 if (!"REL".equals(android.os.Build.VERSION.CODENAME)) {
  /frameworks/base/core/java/android/accounts/
AccountManager.java 30 import android.os.Build;
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 25 import android.os.Build;
80 if (version <= Build.VERSION_CODES.CUPCAKE) {
    [all...]
  /bootable/recovery/edify/
expr.c 327 Expr* Build(Function fn, YYLTYPE loc, int count, ...) {
  /external/stlport/
configure.bat 26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.mak
82 REM build without STLport
121 echo You must run the WCE*.BAT file you wish to build STLport for before
127 echo Build STLport for the specified platform. Not all existing platforms are
168 echo Use this option to add any compilation flag to the build system. For instance
186 echo Option specially targetting build of the unit tests project without STLport. Thi
    [all...]
  /external/zlib/
make_vms.com 63 $! Build the thing plain or with mms
129 $ write sys$output "Zlib build completed"
132 $ write sys$output "C compiler required to build ''name'"
326 $! needed to build shareable image
386 $! information to build a symbol vector for a shareable image
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 44 import android.os.Build;
283 // In eng build, we throw the exception so that test tool
285 if ("eng".equals(Build.TYPE)) {
    [all...]
Camera.java 43 import android.os.Build;
    [all...]
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
100 To build as a static library for GCC issue the following
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
106 that and include ``tommath.h'' within your programs. Alternatively to build with MSVC issue the following
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
115 To build as a shared library for GCC issue the following
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
129 To build the library and the test harness type
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and veri (…)
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 29 import android.os.Build;
    [all...]

Completed in 487 milliseconds

1 2 3 45 6