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

12 3 4 5 6 7 8 91011>>

  /system/media/wilhelm/tests/
Android.mk 0 # Build the unit tests.
38 # Build the manual test programs.
  /system/media/wilhelm/tests/automated/
Android.mk 0 # Build the unit tests.
38 # Build the manual test programs.
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 26 import android.os.Build;
60 addResult(BUILD_ID, Build.ID);
61 addResult(PRODUCT_NAME, Build.PRODUCT);
62 addResult(BUILD_DEVICE, Build.DEVICE);
63 addResult(BUILD_BOARD, Build.BOARD);
64 addResult(BUILD_MANUFACTURER, Build.MANUFACTURER);
65 addResult(BUILD_BRAND, Build.BRAND);
66 addResult(BUILD_MODEL, Build.MODEL);
67 addResult(BUILD_TYPE, Build.TYPE);
68 addResult(BUILD_FINGERPRINT, Build.FINGERPRINT)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 22 import android.os.Build;
97 + "-" + Build.MANUFACTURER
98 + "-" + Build.PRODUCT
99 + "-" + Build.DEVICE
100 + "-" + Build.ID;
  /external/svox/pico/
Android.mk 6 # Build Pico activity
23 # Build static library containing all PICO code
48 # Build Pico Shared Library. This rule is used by the
68 # Build Base Generic SVOX Pico Library
114 # Build compatibility library
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 38 * Define a simple widget that shows the Wiktionary "Word of the day." To build
52 // Build the widget update
73 updateViews.setTextViewText(R.id.build_info, android.os.Build.ID);
75 DateUtils.formatDateTime(context, android.os.Build.TIME,
77 updateViews.setTextViewText(R.id.build_extra, android.os.Build.FINGERPRINT);
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc 15 Build(is_pinned);
22 Build(tab_strip, index);
35 void TabMenuModel::Build(bool is_pinned) {
62 void TabMenuModel::Build(TabStripModel* tab_strip, int index) {
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h 40 void Build();
54 void Build();
65 void Build(Browser* browser);
125 void Build();
  /frameworks/base/libs/gui/tests/
Android.mk 0 # Build the unit tests,
31 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
39 # team really wants is to build the stuff defined by this makefile.
  /frameworks/base/libs/utils/tests/
Android.mk 0 # Build the unit tests.
5 # Build the unit tests.
  /frameworks/base/services/surfaceflinger/tests/
Android.mk 0 # Build the unit tests,
29 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
37 # team really wants is to build the stuff defined by this makefile.
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Build_Delegate.java 26 * Delegate implementing the native methods of android.os.Build
28 * Through the layoutlib_create tool, the original native methods of Build have been replaced
45 return Build.UNKNOWN;
  /frameworks/support/v4/java/android/support/v4/view/
MenuCompat.java 60 if (android.os.Build.VERSION.SDK_INT >= 11) {
71 * If running on a pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB} device,
ViewConfigurationCompat.java 58 if (android.os.Build.VERSION.SDK_INT >= 11) {
69 * If running on a pre-{@link android.os.Build.VERSION_CODES#FROYO} device,
  /cts/tests/tests/nativemedia/
Android.mk 0 # Build the unit tests.
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
13 # Build the actual static library
  /external/oprofile/pp/
Android.mk 38 # Build opreport on host
55 # Build opannotate on host
72 # Build opgprof
89 # Build oparchive
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 21 import android.os.Build;
73 public static final boolean DEBUG_LOG_SLOW_QUERIES = Build.IS_DEBUGGABLE;
  /frameworks/base/core/java/android/util/
CharsetUtils.java 19 import android.os.Build;
191 * Gets the default vendor for this build.
196 return Build.BRAND;
  /frameworks/compile/libbcc/
libbcc-gen-config-from-mk.mk 0 # Build Rules for Extracting Configuration from Android.mk
  /frameworks/support/v13/java/android/support/v13/app/
FragmentCompat.java 54 if (android.os.Build.VERSION.SDK_INT >= 15) {
56 } else if (android.os.Build.VERSION.SDK_INT >= 14) {
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 19 import android.os.Build;
70 if (Build.VERSION.SDK_INT >= 14) { // ICS
  /sdk/lint/cli/
Android.mk 21 # Build all sub-directories
  /sdk/lint/libs/lint_checks/
Android.mk 22 # Build all sub-directories
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 24 import android.os.Build;
88 .append("Build: ").append(Build.FINGERPRINT).append("\n")
89 .append("Hardware: ").append(Build.BOARD).append("\n")
90 .append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
91 .append("Radio: ").append(Build.RADIO).append("\n")

Completed in 1787 milliseconds

12 3 4 5 6 7 8 91011>>