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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/opengl/libagl/
Android.mk 4 # Build the software OpenGL ES library
  /frameworks/base/tests/BrowserTestPlugin/
Android.mk 18 # Build application
35 # Also build all of the sub-targets under this one: the shared library.
  /frameworks/base/tools/layoutlib/bridge/tests/
Android.mk 31 # Build all sub-directories
  /frameworks/opt/calendar/
Android.mk 25 # Build the test package
  /frameworks/opt/inputmethodcommon/
Android.mk 24 # Build the test package
  /frameworks/opt/mailcommon/
Android.mk 25 # Build the test package
  /frameworks/opt/vcard/
Android.mk 26 # Build the test package.
  /hardware/msm7k/libgralloc-qsd8k/
Android.mk 36 # Build a host library for testing
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 23 import android.os.Build;
161 // In eng build, we throw the exception so that test tool
163 if ("eng".equals(Build.TYPE)) {
  /packages/apps/Gallery2/gallerycommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /packages/experimental/procstatlog/
Android.mk 17 # Build a static binary for maximum portability
  /sdk/ddms/libs/ddmlib/
Android.mk 27 # Build all sub-directories
  /sdk/ddms/libs/ddmlib/tests/
Android.mk 29 # Build all sub-directories
  /sdk/ddms/libs/ddmuilib/tests/
Android.mk 36 # Build all sub-directories
  /sdk/draw9patch/
Android.mk 30 # Build all sub-directories
  /sdk/hierarchyviewer2/app/
Android.mk 37 # Build all sub-directories
  /sdk/lint/libs/lint_api/
Android.mk 30 # Build all sub-directories
  /sdk/lint/libs/lint_checks/tests/
Android.mk 29 # Build all sub-directories
  /sdk/ninepatch/tests/
Android.mk 32 # Build all sub-directories
  /sdk/sdklauncher/app/
Android.mk 34 # Build all sub-directories
  /system/extras/tests/sdcard/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
  /system/media/mca/filterpacks/imageproc/
Android.mk 19 # Build native code
  /system/media/mca/samples/CameraEffectsRecordingSample/
Android.mk 16 # Build activity
33 # Also build all of the sub-targets under this one: the shared library.
  /bootable/recovery/updater/
Android.mk 10 # Build a statically-linked binary to include in OTA packages
14 # Build only in eng, so we don't end up with a copy of this in /system
15 # on user builds. (TODO: find a better way to build device binaries
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 28 import android.os.Build;
385 assertNotNull("Non-telephony devices must have a Build.SERIAL number.",
386 Build.SERIAL);
388 Build.SERIAL.length() <= 20);
390 Pattern.matches("[0-9A-Za-z]+", Build.SERIAL));

Completed in 542 milliseconds

1 2 3 4 56 7 8 91011>>