/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 326 CONSTEXPR VECTOR<bool> PURE equal(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in equal() 336 CONSTEXPR VECTOR<bool> PURE notEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in notEqual() 346 CONSTEXPR VECTOR<bool> PURE lessThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in lessThan() 356 CONSTEXPR VECTOR<bool> PURE lessThanEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in lessThanEqual() 366 CONSTEXPR VECTOR<bool> PURE greaterThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThan() 376 CONSTEXPR VECTOR<bool> PURE greaterThanEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThanEqual() 403 friend inline CONSTEXPR T PURE dot(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in dot() 429 friend inline constexpr T PURE distance(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in distance() 434 friend inline constexpr T PURE distance2(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in distance2() 506 …friend inline CONSTEXPR VECTOR<T> PURE fma(const VECTOR<T>& lv, const VECTOR<T>& rv, VECTOR<T> a) { in fma()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | MultiRecyclerViewPrefetchTest.java | 74 RecyclerView rv = new RecyclerView(getContext()) { in createRecyclerView() local 115 RecyclerView rv = createRecyclerView(); in prefetchOrdering() local
|
D | GridLayoutManagerBaseConfigSetTest.java | 57 final RecyclerView rv = setupBasic(config); in scrollBackAndPreservePositionsTest() local
|
D | RecyclerViewLayoutTest.java | 106 final RecyclerView rv = new RecyclerView(getActivity()) { in triggerFocusSearchInOnRecycledCallback() local 188 final RecyclerView rv = new RecyclerView(getActivity()); in detachAttachGetReady() local 256 final RecyclerView rv = new RecyclerView(getActivity()); in setAdapterNotifyItemRangeInsertedCrashTest() local 279 final RecyclerView rv = new RecyclerView(getActivity()); in swapAdapterNotifyItemRangeInsertedCrashTest() local 302 final RecyclerView rv = new RecyclerView(getActivity()); in predictiveMeasuredCrashTest() local 362 final RecyclerView rv = new RecyclerView(getActivity()); in detachRvAndLayoutManagerProperly() local 430 RecyclerView rv = new RecyclerView(getActivity()); in focusSearchWithOtherFocusables() local 1919 RecyclerView rv = new RecyclerView(getActivity()); in avoidLeakingRecyclerViewIfViewIsNotRecycled() local 1974 RecyclerView rv = new RecyclerView(getActivity()); in avoidLeakingRecyclerViewViaViewHolder() local 2570 final RecyclerView rv = new RecyclerView(getActivity()); in smoothScrollTest() local [all …]
|
D | GridLayoutManagerRtlTest.java | 91 RecyclerView rv = setupBasic(mConfig, new GridTestAdapter(mConfig.mItemCount) { in rtlTest() local
|
D | GridLayoutManagerCustomSizeInScrollDirectionTest.java | 98 final RecyclerView rv = setupBasic(mConfig, testAdapter); in customSizeInScrollDirectionTest() local
|
D | DividerItemDecorationTest.java | 43 RecyclerView rv = new RecyclerView(context); in testNullListDivider() local
|
D | GridLayoutManagerTest.java | 717 final RecyclerView rv = setupBasic(new Config(3, 100)); in movingAGroupOffScreenForAddedItems() local 815 final RecyclerView rv = setupBasic(new Config(3, 100).orientation(orientation), in layoutParamsTest() local 1240 final RecyclerView rv = setupBasic(new Config(3, 100)); in spanSizeChange() local 1260 final RecyclerView rv = setupBasic(new Config(3, 100)); in cacheSpanIndices() local
|
D | GridLayoutManagerNoOpUpdateTest.java | 67 RecyclerView rv = createRecyclerView(); in rtlChanges() local
|
D | RecyclerViewAccessibilityLifecycleTest.java | 113 RecyclerView rv = new RecyclerView(getActivity()); in processAllViewHolders() local
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_math_agree.java | 189 float[] rv = new float[v1.length]; in min() local 213 short[] rv = new short[v1.length]; in min() local 225 int[] rv = new int[v1.length]; in min() local 237 long[] rv = new long[v1.length]; in min() local 251 float[] rv = new float[v1.length]; in max() local 275 short[] rv = new short[v1.length]; in max() local 287 int[] rv = new int[v1.length]; in max() local 299 long[] rv = new long[v1.length]; in max() local 316 float[] rv = new float[v1.length]; in fmin() local 332 float[] rv = new float[v1.length]; in fmax() local
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_math_agree.java | 154 float[] rv = new float[v1.length]; in min() local 174 short[] rv = new short[v1.length]; in min() local 184 int[] rv = new int[v1.length]; in min() local 194 long[] rv = new long[v1.length]; in min() local 207 float[] rv = new float[v1.length]; in max() local 227 short[] rv = new short[v1.length]; in max() local 237 int[] rv = new int[v1.length]; in max() local 247 long[] rv = new long[v1.length]; in max() local 262 float[] rv = new float[v1.length]; in fmin() local 276 float[] rv = new float[v1.length]; in fmax() local
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_math_agree.java | 187 float[] rv = new float[v1.length]; in min() local 211 short[] rv = new short[v1.length]; in min() local 223 int[] rv = new int[v1.length]; in min() local 235 long[] rv = new long[v1.length]; in min() local 249 float[] rv = new float[v1.length]; in max() local 273 short[] rv = new short[v1.length]; in max() local 285 int[] rv = new int[v1.length]; in max() local 297 long[] rv = new long[v1.length]; in max() local 314 float[] rv = new float[v1.length]; in fmin() local 330 float[] rv = new float[v1.length]; in fmax() local
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
D | PagerRecyclerViewActivity.java | 37 final RecyclerView rv = new RecyclerView(this); in onCreate() local
|
D | NestedRecyclerViewActivity.java | 118 RecyclerView rv = new RecyclerView(parent.getContext()); in onCreateViewHolder() local
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcStress.cpp | 242 int rv, opt; in main() local 553 int rv; in initFrames() local 622 vector<T> rv = vec; in vectorRandSelect() local 639 T rv = 0; in vectorOr() local
|
D | hwcRects.cpp | 205 int rv, opt; in main() local 363 int rv; in parseRect() local
|
D | hwcColorEquiv.cpp | 167 int rv, opt; in main() local
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 162 RemoteViews rv = null; in getViewAt() local 175 RemoteViews rv = null; in getLoadingView() local
|
D | RemoteViewsListAdapter.java | 87 RemoteViews rv = mRemoteViewsList.get(position); in getView() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerViewAccessibilityDelegate.java | 68 RecyclerView rv = (RecyclerView) host; in onInitializeAccessibilityEvent() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerViewAccessibilityDelegate.java | 70 RecyclerView rv = (RecyclerView) host; in onInitializeAccessibilityEvent() local
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/ |
D | DiffUtilActivity.java | 52 RecyclerView rv = new RecyclerView(this); in onCreate() local
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | ViewMatrix.java | 279 double[] rv = new double[]{(dx == 0) ? 1 : 0, (dx == 0) ? 0 : 1, 0}; in look() local 299 double[] rv = new double[]{1, 1, 0}; in lookAt() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsViewTouchHandler.java | 77 public RecentsViewTouchHandler(RecentsView rv) { in RecentsViewTouchHandler()
|