HomeSort by relevance Sort by last modified time
    Searched refs:Build (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /dalvik/libcore/
NativeCode.mk 83 # Build for the target (device).
104 # Build for the host.
  /external/strace/
strace.spec 45 %build
89 - Build tweaks.
328 - auto rebuild in the new build environment (release 16)
337 - patch to build alpha/sparc with glibc 2.1.
340 - patch to build on ARM
353 - fixed build problems on newer glibc releases
  /external/v8/test/mjsunit/
large-object-literal.js 31 // Build object-literal string.
object-literal-gc.js 35 // Build object-literal string.
big-array-literal.js 36 // Build object-literal string.
big-object-literal.js 36 // Build object-literal string.
debug-sourceslice.js 42 // Build source by putting all lines together
  /external/v8/test/mjsunit/regress/
regress-490.js 31 // Build a string longer than 2^11. See StringBuilderConcatHelper and
  /frameworks/base/core/java/android/view/
GestureDetector.java 20 import android.os.Build;
348 context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.FROYO);
  /frameworks/base/core/java/android/widget/
TabWidget.java 26 import android.os.Build;
115 if (context.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.DONUT) {
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 42 # Build bmtrace performance tool
81 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
83 include $(DK_ROOT)/stad/build/linux/common.inc
89 DRIVER_LIB_DIR = $(DK_ROOT)/stad/build/linux
95 OS_COMMON_DIR = $(DK_ROOT)/platforms/os/common/build/linux
101 OS_LINUX_DIR = $(DK_ROOT)/platforms/os/linux/build
148 ## Build process
157 ## This is the kernel build phase - set the appropriate arguments
178 ## This is the regular build phase - act according to the make actions
237 @echo TEST = $(TEST) // Build also the bus test-drive
    [all...]
  /system/extras/tests/bionic/libstdc++/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
23 # used to define a simple test program and build it as a standalone
27 # in the build. the variable will be cleaned on exit
77 # compiler flags, so only build this test for device/Bionic
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 48 import android.os.Build;
174 // build the LOGIN string once (instead of over-and-over again.)
208 * os-version "version; model; build-id"
210 * x-android-device-model Model (only revealed if release build)
231 sImapId = makeCommonImapId(context.getPackageName(), Build.VERSION.RELEASE,
232 Build.VERSION.CODENAME, Build.MODEL, Build.ID, Build.MANUFACTURER,
273 * @param version Build.VERSION.RELEAS
    [all...]
  /external/expat/bcb5/
elements.mak 63 Build=0
expat.mak 64 Build=0
expat_static.mak 64 Build=0
expatw.mak 64 Build=0
expatw_static.mak 65 Build=0
outline.mak 63 Build=0
xmlwf.mak 64 Build=0
  /external/libpng/scripts/
makevms.com 6 $! This procedure accepts one parameter (contrib), which causes it to build
50 $! Build the thing plain or with mms/mmk
100 $ write sys$output "Libpng build completed"
  /external/v8/test/mjsunit/tools/
profile_view.js 43 // Build a tree:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 24 import android.os.Build;
454 if (Build.VERSION.RELEASE.equals("1.5")) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 24 import android.os.Build;
83 * Build/<buildID>) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
89 " (.+) Build/(.+)\\) AppleWebKit/533\\.1 \\(KHTML, like Gecko\\) Version/4\\.0" +
97 assertEquals(Build.VERSION.RELEASE, patternMatcher.group(1));
101 assertEquals(Build.MODEL, patternMatcher.group(4));
102 assertEquals(Build.ID, patternMatcher.group(5));
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 26 import android.os.Build;
252 System.err.println("// Build Label: " + Build.FINGERPRINT);
253 System.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL);
254 System.err.println("// Build Time: " + Build.TIME);
732 * Check for any internal configuration (primarily build-time) errors.
794 * @return Returns true if it could successfully build a list of target
    [all...]

Completed in 384 milliseconds

1 2 34 5 6