Searched refs:both (Results 1 – 25 of 48) sorted by relevance
12
/frameworks/support/transition/tests/src/android/support/transition/ |
D | ChangeScrollTest.java | 19 import static org.hamcrest.CoreMatchers.both; 61 assertThat(scrollX, is(both(greaterThan(0)).and(lessThan(150)))); in testChangeScroll() 62 assertThat(scrollY, is(both(greaterThan(0)).and(lessThan(300)))); in testChangeScroll()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/ |
D | Android.mk | 30 LOCAL_MULTILIB := both 48 LOCAL_MULTILIB := both
|
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/ |
D | stderr.txt.expect | 1 … can only have one non-const pointer parameter. Parameters 'aout' and 'usrData' are both non-const.
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | Android.mk | 25 LOCAL_MULTILIB := both
|
/frameworks/native/cmds/flatland/ |
D | Android.mk | 16 LOCAL_MULTILIB := both
|
/frameworks/base/wifi/tests/assets/pps/ |
D | README.txt | 6 PerProviderSubscription_InvalidNode.xml - FQDN node contains both Value and a child node
|
/frameworks/base/native/graphics/jni/ |
D | Android.mk | 37 LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
|
/frameworks/base/cmds/webview_zygote/ |
D | Android.mk | 44 LOCAL_MULTILIB := both
|
/frameworks/webview/nullwebview/ |
D | proguard.flags | 1 # Most of the flags in this file are duplicated to refer to both the pre- and
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 9 3. Bluetooth has to be turned on on both side. 19 On both the server and client device, install the 2 apk:
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 8 It builds both for the host (Linux PC) and as an android
|
/frameworks/base/cmds/app_process/ |
D | Android.mk | 46 LOCAL_MULTILIB := both
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | AppRestrictionsHelper.java | 249 String both = info.packageName + "+" + info.activityName; in fetchAndMergeApps() local 252 && dedupPackageSet.contains(both)) { in fetchAndMergeApps() 255 dedupPackageSet.add(both); in fetchAndMergeApps()
|
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/ |
D | stylesheet-jdiff.css | 4 div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | stylesheet-jdiff.css | 4 div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 137 ldflags: ["-Wl,--hash-style,both"],
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
D | stderr.txt.expect | 11 …) can only have one non-const pointer parameter. Parameters 'ain' and 'usrData' are both non-const.
|
/frameworks/compile/libbcc/ |
D | README.rst | 12 * it implements both AOT (Ahead-of-Time) and JIT (Just-in-Time) 51 AOT to get the best of both worlds: Fast launch time and high
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | luts_for_speedup_f32.rsh | 13 // The value range of both x and y is [0,g_kMaxDepthValue].
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 78 # interval_and_nt contains both the heartbeat interval and the network type, It's represented as
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 …itle “RefocusFilterd1new”. Choose which one you want to record (or record both), copy the correspo…
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 19 # This file is common to both host and target side tests
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 32 compiles for both desktop and PocketPC Win32 environment,
|
/frameworks/support/buildSrc/src/main/groovy/android/support/ |
D | SupportLibraryPlugin.groovy | 104 // compatible with API < 24, so use Java 7 for both source AND target.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 113 that were considered during its design. In both cases it is assumed that a
|
12