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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 21 import android.os.Build;
46 * Starting with {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH},
91 Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 30 import android.os.Build;
196 // Note - missing in zaku build, be careful later...
259 String serial = Build.SERIAL;
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 37 android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.HONEYCOMB;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 28 import android.os.Build;
502 if (Build.VERSION.RELEASE.equals("1.5")) {
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 26 import android.os.Build;
307 System.err.println("// Build Label: " + Build.FINGERPRINT);
308 System.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL);
309 System.err.println("// Build Time: " + Build.TIME);
876 * Check for any internal configuration (primarily build-time) errors.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download_unittest.py 72 options.build = True
89 self.assert_execute_outputs(Build(), [], options=self._default_options(), expected_stderr=expected_stderr)
187 bug_description: http://trac.webkit.org/changeset/852 broke the build:
194 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes.
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 340 * than {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}...
352 * than {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}...
409 return applicationInfo.targetSdkVersion < android.os.Build.VERSION_CODES.HONEYCOMB_MR2
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 24 import android.os.Build.VERSION_CODES;
  /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
  /libcore/
JavaLibrary.mk 67 # Build for the target (device).
131 # Build for the host.
222 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk
  /external/chromium/third_party/libjingle/source/talk/
main.scons 14 # in the build.
23 # The build files/directories to 'build'.
31 # Build environments
34 # The list of build environments.
47 DESTINATION_ROOT = '$MAIN_DIR/build',
72 DeclareBit('use_static_openssl', 'Build OpenSSL as a static library')
185 BUILD_TYPE_DESCRIPTION = 'Windows debug build',
204 BUILD_TYPE_DESCRIPTION = 'Windows code coverage build',
218 BUILD_TYPE_DESCRIPTION = 'Windows opt build',
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 23 import android.os.Build;
140 Build.VERSION.RELEASE, Build.VERSION.CODENAME,
141 Build.MODEL, Build.ID, Build.MANUFACTURER,
244 // os-version "version; build-id"
    [all...]
  /bootable/diskinstaller/
config.mk 64 # Build the installer ramdisk image
152 define build-installerimage-ext-target
172 $(call build-installerimage-ext-target,$(TARGET_INSTALLER_OUT)/data,$@, \
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
  /external/mesa3d/
Android.mk 151 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
182 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
202 # Build children
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 20 import android.os.Build;
511 if (Build.VERSION.SDK_INT >= 14) { // ICS
    [all...]
AccessibilityRecordCompat.java 19 import android.os.Build;
449 if (Build.VERSION.SDK_INT >= 14) { // ICS
  /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/=%))
40 include $(NDK_ROOT)/build/core/init.mk
50 # source, object and binary paths that are passed to build commands.
52 # It turns out that some people use ndk-build to generate static
108 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)
114 NDK_APPLICATION_MK := $(NDK_ROOT)/build/core/default-application.mk
151 # Build it
152 include $(BUILD_SYSTEM)/build-all.m
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 25 import android.os.Build;
74 "Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 " +
78 "Android 3.1; en-us; Xoom Build/HMJ25) AppleWebKit/534.13 " +
181 if (Build.VERSION.CODENAME.equals("REL")) {
182 // This is a release build, always startup with debug disabled
  /packages/apps/Camera/src/com/android/camera/
Util.java 38 import android.os.Build;
269 // In eng build, we throw the exception so that test tool
271 if ("eng".equals(Build.TYPE)) {
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java 30 import android.os.Build;
152 if ("user".equals(Build.TYPE)) {
  /external/llvm/
Makefile 12 # Top-Level LLVM Build Stages:
13 # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen).
14 # 2. Build utils, which is used by VMCore.
15 # 3. Build VMCore, which builds the Intrinsics.inc file used by libs.
16 # 4. Build libs, which are needed by llvm-config.
17 # 5. Build llvm-config, which determines inter-lib dependencies for tools.
18 # 6. Build tools, runtime, docs.
21 # be build for the build system first.
24 # "llvmCore", then this is an "Apple-style" build; search fo
    [all...]
  /external/skia/
Android.mk 5 # build the skia+fretype+png+jpeg+zlib+gif+webp library
262 # Build the skia gpu (ganesh) library
339 # Build the skia tools
  /frameworks/base/core/java/android/content/res/
Resources.java 29 import android.os.Build;
57 * at build time. To use a resource, you must install it correctly in the source tree (inside
58 * your project's {@code res/} directory) and build your application. As part of the build
151 if (targetSdkVersion < Build.VERSION_CODES.HONEYCOMB) {
154 if (targetSdkVersion < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 748 static void Build(QuotaLimitHeuristics* heuristics) {
803 BookmarksQuotaLimitFactory::Build<MoveBookmarkFunction>(heuristics);
808 BookmarksQuotaLimitFactory::Build<UpdateBookmarkFunction>(heuristics);

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>