Home
last modified time | relevance | path

Searched refs:both (Results 1 – 25 of 202) sorted by relevance

123456789

/cts/tests/tests/media/recorder/
DAndroid.bp27 // include both the 32 and 64 bit versions
28 compile_multilib: "both",
51 // include both the 32 and 64 bit versions
52 compile_multilib: "both",
/cts/tests/tests/media/extractor/
DAndroid.bp27 // include both the 32 and 64 bit versions
28 compile_multilib: "both",
51 // include both the 32 and 64 bit versions
52 compile_multilib: "both",
/cts/tests/tests/media/encoder/
DAndroid.bp28 // include both the 32 and 64 bit versions
29 compile_multilib: "both",
55 // include both the 32 and 64 bit versions
56 compile_multilib: "both",
/cts/tests/tests/mediastress/
DAndroid.bp28 // Include both the 32 and 64 bit versions
29 compile_multilib: "both",
61 // Include both the 32 and 64 bit versions
62 compile_multilib: "both",
/cts/tests/tests/media/player/
DAndroid.bp28 // include both the 32 and 64 bit versions
29 compile_multilib: "both",
69 // include both the 32 and 64 bit versions
70 compile_multilib: "both",
/cts/tests/tests/media/muxer/
DAndroid.bp46 // include both the 32 and 64 bit versions
47 compile_multilib: "both",
73 // include both the 32 and 64 bit versions
74 compile_multilib: "both",
/cts/tests/tests/media/codec/
DAndroid.bp27 // include both the 32 and 64 bit versions
28 compile_multilib: "both",
70 // include both the 32 and 64 bit versions
71 compile_multilib: "both",
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java42 import static org.hamcrest.CoreMatchers.both;
196 assertThat(clickDown, both(IS_ACTION_DOWN).and(isAtPoint(clickPoint))); in testClickAt_producesDownThenUp()
197 assertThat(clickUp, both(IS_ACTION_UP).and(isAtPoint(clickPoint))); in testClickAt_producesDownThenUp()
232 assertThat(clickDown, both(IS_ACTION_DOWN).and(isAtPoint(clickPoint))); in testLongClickAt_producesEventsWithLongClickTiming()
233 assertThat(clickUp, both(IS_ACTION_UP).and(isAtPoint(clickPoint))); in testLongClickAt_producesEventsWithLongClickTiming()
259 assertThat(downEvent, both(IS_ACTION_DOWN).and(isAtPoint(startPoint, in testSwipe_shouldContainPointsInALine()
261 assertThat(upEvent, both(IS_ACTION_UP).and(isAtPoint(endPoint, pointTolerance))); in testSwipe_shouldContainPointsInALine()
272 assertThat(moveEvent, both(IS_ACTION_MOVE).and( in testSwipe_shouldContainPointsInALine()
300 assertThat(mMotionEvents.get(0), both(IS_ACTION_DOWN).and(isAtPoint(startPoint))); in testSlowSwipe_shouldNotContainMovesForTinyMovement()
301 assertThat(mMotionEvents.get(1), both(IS_ACTION_MOVE).and(isAtPoint(intermediatePoint1))); in testSlowSwipe_shouldNotContainMovesForTinyMovement()
[all …]
/cts/tests/tests/wifi/
DAndroid.bp33 // Include both the 32 and 64 bit versions
34 compile_multilib: "both",
85 // Include both the 32 and 64 bit versions
86 compile_multilib: "both",
/cts/tests/tests/media/decoder/
DAndroid.bp52 // include both the 32 and 64 bit versions
53 compile_multilib: "both",
93 // include both the 32 and 64 bit versions
94 compile_multilib: "both",
/cts/tests/tests/media/drmframework/
DAndroid.bp27 // include both the 32 and 64 bit versions
28 compile_multilib: "both",
77 // include both the 32 and 64 bit versions
78 compile_multilib: "both",
/cts/hostsidetests/gputools/apps/
DAndroid.bp53 compile_multilib: "both",
72 compile_multilib: "both",
93 compile_multilib: "both",
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java18 import static org.hamcrest.CoreMatchers.both;
46 return (both(new AccessibilityEventTypeMatcher( in filterWindowContentChangedWithChangeTypes()
52 return (both(new AccessibilityEventTypeMatcher(AccessibilityEvent.TYPE_WINDOWS_CHANGED)) in filterWindowsChangedWithChangeTypes()
62 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchResourceName))::matches; in filterForEventTypeWithResource()
69 return (both(new AccessibilityEventTypeMatcher(eventType)).and(matchAction))::matches; in filterForEventTypeWithAction()
/cts/hostsidetests/cpptools/test-apps/ConnectorNativeProgram/
DAndroid.bp26 // Include both the 32 and 64 bit versions
27 compile_multilib: "both",
/cts/hostsidetests/sustainedperf/dhrystone/
DAndroid.bp43 // Include both the 32 and 64 bit versions
44 compile_multilib: "both",
/cts/tests/tests/wifi/CtsWifiLocationTestApp/
DAndroid.bp25 // Include both the 32 and 64 bit versions
26 compile_multilib: "both",
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp38 compile_multilib: "both",
56 compile_multilib: "both",
76 compile_multilib: "both",
97 compile_multilib: "both",
120 compile_multilib: "both",
/cts/hostsidetests/sustainedperf/shadertoy_android/
DAndroid.bp22 // Include both the 32 and 64 bit versions
23 compile_multilib: "both",
/cts/tests/tests/media/misc/
DAndroid.bp54 // include both the 32 and 64 bit versions
55 compile_multilib: "both",
120 // include both the 32 and 64 bit versions
121 compile_multilib: "both",
/cts/tests/tests/nativemedia/aaudio/
DAndroid.bp24 // Include both the 32 and 64 bit versions
25 compile_multilib: "both",
/cts/tests/tests/virtualdevice/sensor/
DAndroid.bp36 // include both the 32 and 64 bit versions
37 compile_multilib: "both",
/cts/tests/tests/drm/
DAndroid.bp23 // Include both the 32 and 64 bit versions of libs
24 compile_multilib: "both",
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DMatcherUtils.java19 import static org.hamcrest.CoreMatchers.both;
84 return (Matcher<SUPER>) both(CoreMatchers.instanceOf(type)).and((Matcher) cond);
/cts/tests/openglperf2/
DAndroid.bp25 // Include both the 32 and 64 bit versions
26 compile_multilib: "both",
/cts/tests/simplecpu/
DAndroid.bp25 // Include both the 32 and 64 bit versions
26 compile_multilib: "both",

123456789