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

1 2 3 45 6 7 8 91011>>

  /development/testrunner/tests/
Android_gtestlib.mk 15 # Build the unit tests.
19 # Build the unit tests.
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 78 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) {
  /external/e2fsprogs/e2fsck/
Android.mk 4 # Build the libext2 profile library
69 # Build the e2fsck binary
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 22 import android.os.Build;
  /frameworks/support/v4/java/android/support/v4/view/
MenuItemCompat.java 104 if (android.os.Build.VERSION.SDK_INT >= 11) {
115 * If running on a pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB} device,
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 24 import android.os.Build;
71 setStringSummary(KEY_FIRMWARE_VERSION, Build.VERSION.RELEASE);
74 setStringSummary(KEY_DEVICE_MODEL, Build.MODEL + getMsvSuffix());
75 setStringSummary(KEY_BUILD_NUMBER, Build.DISPLAY);
235 // Parse as a hex number. If it evaluates to a zero, then it's an engineering build.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
FrameLayoutCompatUtils.java 27 android.os.Build.VERSION.SDK_INT < 11 /* Honeycomb */);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 38 import android.os.Build;
79 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO;
83 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB;
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 32 from webkitpy.common.net.buildbot import BuildBot, Builder, Build
44 build = Build(
51 build._layout_test_results = LayoutTestResults(results)
52 return build
61 regression_window = self.builder.find_regression_window(self.builder.build(10))
65 regression_window = self.builder.find_regression_window(self.builder.build(10), look_back_limit=2)
71 regression_window = self.builder.find_regression_window(self.builder.build(10))
77 regression_window = self.builder.find_regression_window(self.builder.build(10))
83 regression_window = self.builder.find_regression_window(self.builder.build(10)
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
Android.mk 19 # Build image analysis library
  /cts/tests/appsecurity-tests/
Android.mk 30 # Build the test APKs using their own makefiles
  /cts/tools/tradefed-host/
Android.mk 30 # Build all sub-directories
  /dalvik/vm/
Android.mk 32 # Build for the target (device).
42 # Build the installed version (libdvm.so) first
51 # If WITH_JIT is configured, build multiple versions of libdvm.so to facilitate
87 # Build for the host.
111 # Build as a WHOLE static library so dependencies are available at link
120 # build rules decided to include it, axe it back out here.
  /development/samples/BrowserPlugin/
Android.mk 18 # Build application
40 # Also build all of the sub-targets under this one: the shared library.
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 22 import android.os.Build;
130 if (Build.VERSION.SDK_INT < 11) {
  /external/astl/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # We only want this apk build for tests.
  /external/oprofile/daemon/
Android.mk 18 # Build oprofiled on the target
  /external/oprofile/libopt++/
Android.mk 18 # Build libopt++ on host
  /external/oprofile/libpp/
Android.mk 18 # Build libpp on host
  /external/oprofile/libregex/
Android.mk 18 # Build libregex on host
  /external/oprofile/libutil++/
Android.mk 18 # Build libutil++ on host
  /external/oprofile/opcontrol/
Android.mk 18 # Build opcontrol executable on target
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 20 import android.os.Build;
209 * Build: <fingerprint>\n
222 out.println("Build: " + Build.FINGERPRINT);
  /frameworks/base/core/tests/hosttests/
Android.mk 30 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/utillib/
Android.mk 25 # Build the test APKs using their own makefiles

Completed in 370 milliseconds

1 2 3 45 6 7 8 91011>>