/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 339 CONSTEXPR VECTOR<bool> PURE equal(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in equal() 349 CONSTEXPR VECTOR<bool> PURE notEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in notEqual() 359 CONSTEXPR VECTOR<bool> PURE lessThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in lessThan() 369 CONSTEXPR VECTOR<bool> PURE lessThanEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in lessThanEqual() 379 CONSTEXPR VECTOR<bool> PURE greaterThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThan() 389 CONSTEXPR VECTOR<bool> PURE greaterThanEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThanEqual() 416 friend inline CONSTEXPR T PURE dot(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in dot() 442 friend inline constexpr T PURE distance(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in distance() 447 friend inline constexpr T PURE distance2(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in distance2() 519 …friend inline CONSTEXPR VECTOR<T> PURE fma(const VECTOR<T>& lv, const VECTOR<T>& rv, VECTOR<T> a) { in fma()
|
/frameworks/libs/systemui/tracinglib/demo/src/experiments/ |
D | SharedFlowUsage.kt | 59 val rv = it * it in <lambda>() constant 66 val rv = it % 4 == 0 in <lambda>() constant
|
/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/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/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsTest.java | 897 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in layoutInflaterFactory_nothingSet_returnsNull() local 903 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in layoutInflaterFactory_replacesImageView_viewReplaced() local 923 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in layoutInflaterFactory_replacesImageView_settersStillFunctional() local 948 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in estimateMemoryUsage() local 981 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in estimateMemoryUsage_landscapePortrait() local 1012 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in estimateMemoryUsage_sizedViews() local 1042 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in estimateMemoryUsage_nestedViews() local 1061 final RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in estimateMemoryUsage_remoteCollectionItems() local 1079 RemoteViews rv = new RemoteViews(mPackage, R.layout.remote_views_test); in remoteResponse_FillInIntentNestedIntentKeysCollected() 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
|
D | hwcCommit.cpp | 341 int rv, opt; in main() local 675 list<uint32_t> rv; in supportedTransforms() local 700 list<uint32_t> rv; in supportedBlends() local
|
D | hwcTestLib.cpp | 141 int rv; in hwcTestOpenHwc() local
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 211 RemoteViews rv = null; in getViewAt() local 224 RemoteViews rv = null; in getLoadingView() local
|
D | RemoteViewsAdapter.java | 1108 RemoteViews rv = mCache.getRemoteViewsAt(position); in getView() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerViewAccessibilityDelegate.java | 68 RecyclerView rv = (RecyclerView) host; in onInitializeAccessibilityEvent() local
|
D | RecyclerView.java | 9928 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent e) { in onInterceptTouchEvent() 9933 public void onTouchEvent(RecyclerView rv, MotionEvent e) { in onTouchEvent()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | signal_test.cc | 116 int rv = pthread_create(&g_params[i].self, nullptr, ThreadRunner, &g_params[i]); in TEST() local 128 int rv = pthread_kill(g_params[i].self, sig_num); in TEST() local 139 int rv = pthread_join(g_params[i].self, nullptr); in TEST() 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/tests/UiBench/src/com/android/test/uibench/ |
D | SlowNestedRecyclerViewActivity.java | 140 RecyclerView rv = new RecyclerView(parent.getContext()) { in onCreateViewHolder() local
|
/frameworks/base/tools/incident_report/ |
D | main.cpp | 61 bool rv = read_message(in, field->message_type(), child); in read_length_delimited() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserTargetActionsDialogFragment.java | 144 RecyclerView rv = v.findViewById(R.id.listContainer); in onCreateView() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationVisitUrisTest.java | 712 RemoteViews rv = new RemoteViews(mContext.getPackageName(), /* layoutId= */ 10); in generate() local
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 1742 public static void getQuaternionFromVector(float[] Q, float[] rv) { in getQuaternionFromVector()
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 348 ResourceValue rv = getArrayResourceValue(resources, id); in getIntArray() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 516 String formatRemoteViews(RemoteViews rv) { in formatRemoteViews()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 602 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType, in select() local
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 3193 private static RemoteViews cloneIfLocalBinder(RemoteViews rv) { in cloneIfLocalBinder()
|