HomeSort by relevance Sort by last modified time
    Searched refs:Build (Results 151 - 175 of 323) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/fdlibm/
Android.mk 56 # Build for the target (device).
76 # Build for the host.
  /external/valgrind/tsan/
Android.mk 41 tool_ldflags := -static -Wl,--build-id=none,-Ttext=0x38000000 -nodefaultlibs -nostartfiles -u _start -e_start
54 # Build tsan-$(arch)-linux
88 # Build vgpreload_tsan-$(arch)-linux.so
  /frameworks/base/core/java/android/os/
Build.java 22 * Information about the current build, extracted from system properties.
24 public class Build {
25 /** Value used for when a build property is unknown. */
29 public static final String ID = getString("ro.build.id");
31 /** A build ID string meant for displaying to the user */
32 public static final String DISPLAY = getString("ro.build.display.id");
82 * represent this build. E.g., a perforce changelist number
85 public static final String INCREMENTAL = getString("ro.build.version.incremental");
90 public static final String RELEASE = getString("ro.build.version.release");
99 public static final String SDK = getString("ro.build.version.sdk")
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 99 if (android.os.Build.VERSION.SDK_INT >= 5) {
162 * If running on a pre-{@link android.os.Build.VERSION_CODES#ECLAIR} device,
171 * If running on a pre-{@link android.os.Build.VERSION_CODES#ECLAIR} device,
180 * If running on a pre-{@link android.os.Build.VERSION_CODES#ECLAIR} device,
189 * If running on a pre-{@link android.os.Build.VERSION_CODES#ECLAIR} device,
KeyEventCompat.java 117 if (android.os.Build.VERSION.SDK_INT >= 11) {
AccessibilityDelegateCompat.java 19 import android.os.Build;
192 if (Build.VERSION.SDK_INT >= 14) { // ICS
  /system/media/mca/
Android.mk 22 # Build all native libraries
27 # Build Java library from filterfw core and all open-source filterpacks
86 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
  /external/webkit/Tools/Scripts/
build-webkit 32 # Build script wrapper for the WebKit Open Source Project.
346 Usage: $programName [options] [options to pass to build system]
348 --clean Cleanup the build directory
353 --chromium Build the Chromium port on Mac/Win/Linux
354 --efl Build the EFL port
355 --gtk Build the GTK+ port
356 --qt Build the Qt port
357 --wincairo Build using Cairo (rather than CoreGraphics) on Windows
358 --wince Build the WinCE port
360 --inspector-frontend Copy changes to the inspector front-end files to the build director
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 20 import android.os.Build;
171 * os-version "version; model; build-id"
173 * x-android-device-model Model (only revealed if release build)
195 sImapId = makeCommonImapId(context.getPackageName(), Build.VERSION.RELEASE,
196 Build.VERSION.CODENAME, Build.MODEL, Build.ID, Build.MANUFACTURER,
237 * @param version Build.VERSION.RELEASE
238 * @param codeName Build.VERSION.CODENAM
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 24 import android.os.Build;
46 Build.TYPE.equals("eng") || Build.TYPE.equals("userdebug");
367 Build.BRAND,
368 Build.DEVICE,
369 Build.MODEL,
370 Build.ID,
371 Build.VERSION.SDK,
372 Build.VERSION.RELEASE,
373 Build.VERSION.INCREMENTAL)
    [all...]
  /bootable/recovery/edify/
expr.h 93 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
  /development/build/tools/
windows_sdk.mk 1 # Makefile to build the Windows SDK under linux.
3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build
8 # - build a few Windows tools
12 # made complicated by the fact the build system does not support cross-compilation.
19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32')
27 include $(TOPDIR)sdk/build/windows_sdk_tools.mk
44 # This is the list of *Linux* build tools that we need
46 # build prerequisites.
52 # MAIN_SDK_NAME/DIR is set in build/core/Makefil
    [all...]
  /bootable/recovery/
Android.mk 32 # TODO: Build the ramdisk image in a more principled way.
  /cts/tests/
Android.mk 39 # Build the test APK using its own makefile, and any other CTS-related packages
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 23 import android.os.Build;
67 * {@link Build.VERSION_CODES#ICE_CREAM_SANDWICH API 14}, thus overriding
71 * {@link Build.VERSION_CODES#ICE_CREAM_SANDWICH API 14}.
140 if (Build.VERSION.SDK_INT < 14) {
  /external/icu4c/stubdata/
Android.mk 23 # Build configuration:
  /external/libffi/
Android.mk 17 # minimize duplication between the build rules.
23 # Build rules for the target.
26 # We only build ffi at all for non-arm, non-x86 targets.
  /external/libpng/contrib/gregbook/
makevms.com 64 $! Build 'em.
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
28 # Include this library in the build server's output directory
31 # Build the test package
32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 24 import android.os.Build;
205 if (Build.VERSION.SDK_INT >= 14) {
214 .build();
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 26 import android.os.Build;
106 this(context, context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB
  /packages/apps/Email/emailcommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestClient.java 40 import android.os.Build;
58 private static final String USER_AGENT = "Android/" + Build.VERSION.RELEASE;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 21 import android.os.Build;
123 mWriter.write(Build.FINGERPRINT);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 22 import android.os.Build;
112 intent.putExtra("body", "Build: " + Build.DISPLAY + "\n(Sent by BugReportSender)");

Completed in 484 milliseconds

1 2 3 4 5 67 8 91011>>