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

<<111213

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 588 getApplicationInfo().targetSdkVersion < android.os.Build.VERSION_CODES.HONEYCOMB) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 25 import android.os.Build;
70 * classes have simple code showing how to build a full user interface
    [all...]
  /external/libvpx/build/make/
configure.sh 9 ## This build system is based in part on the FFmpeg configure script.
76 Build options:
377 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
677 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
683 LD=${source_path}/build/make/armlink_adapter.sh
749 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"
1057 cp ${source_path}/build/make/Makefile .
  /external/mksh/src/
Build.sh 2 srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.459 2010/08/24 15:46:06 tg Exp $'
324 # checker, debug, valgrind build
357 echo "Build.sh $srcversion"
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 29 import android.os.Build;
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 298 android.os.Build.VERSION_CODES.HONEYCOMB;
GridView.java 507 * then build surrounding views from there.
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 78 import android.os.Build;
225 final int mSdkVersion = Build.VERSION.SDK_INT;
226 final String mSdkCodename = "REL".equals(Build.VERSION.CODENAME)
227 ? null : Build.VERSION.CODENAME;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 38 import android.os.Build;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 45 import android.os.Build;
119 // The height of the bar, as definied by the build. It may be taller if we're plugged
    [all...]
  /external/v8/src/arm/
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 381 static final boolean HONEYCOMB = android.os.Build.VERSION.SDK_INT >= 11;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 86 import android.os.Build;
6767 String build = dis.readUTF(); local
8624 void build(String name) { method in class:ActivityManagerService.ItemMatcher
8653 int build(String[] args, int opti) { method in class:ActivityManagerService.ItemMatcher
    [all...]
  /build/core/
main.mk 53 BUILD_SYSTEM := $(TOPDIR)build/core
60 # Used to force goals to build. Only use for conditionally defined goals.
64 # Targets that provide quick help on the build system.
71 # This allows us to force a clean build - included after the config.make
81 $(info Checking build tools versions...)
100 # build system can't deal with them.
122 $(info You are attempting to build with the incorrect version)
138 $(info You are attempting to build with the incorrect version)
155 # change the behavior of the build.
166 # You are responsible for the correctness of the incremental build
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 45 \subsection*{Build Note}
47 To build these tools, one needs to
  /external/chromium/chrome/browser/resources/net_internals/
main.js 147 // Build a map from the anchor name of each tab handle to its "tab ID".
    [all...]
  /external/v8/benchmarks/
deltablue.js 801 // Build chain of n equality constraints
  /external/v8/src/
liveedit-debugger.js 61 // Build tree structures for old and new versions of the script.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 795 // Build chain of n equality constraints
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 795 // Build chain of n equality constraints
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 795 // Build chain of n equality constraints
  /frameworks/base/core/java/android/view/
ViewGroup.java 31 import android.os.Build;
399 if (mContext.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB) {
    [all...]

Completed in 887 milliseconds

<<111213