/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderKt.java | 127 …e(android.graphics.Rect $this$touchesRightEdge, @com.android.systemui.util.leak.RotationUtils.Rota… in touchesRightEdge() 132 …ge(android.graphics.Rect $this$touchesLeftEdge, @com.android.systemui.util.leak.RotationUtils.Rota… in touchesLeftEdge() 137 …icalTop(android.graphics.Rect $this$logicalTop, @com.android.systemui.util.leak.RotationUtils.Rota… in logicalTop() 142 …Right(android.graphics.Rect $this$logicalRight, @com.android.systemui.util.leak.RotationUtils.Rota… in logicalRight() 147 …alLeft(android.graphics.Rect $this$logicalLeft, @com.android.systemui.util.leak.RotationUtils.Rota… in logicalLeft() 152 …Width(android.graphics.Rect $this$logicalWidth, @com.android.systemui.util.leak.RotationUtils.Rota… in logicalWidth() 161 …o(android.graphics.Point $this$orientToRotZero, @com.android.systemui.util.leak.RotationUtils.Rota… in orientToRotZero() 165 …idth(android.graphics.Point $this$logicalWidth, @com.android.systemui.util.leak.RotationUtils.Rota… in logicalWidth()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | RotationUtils.java | 74 int rot = context.getDisplay().getRotation(); in getRotation() local 90 int rot = context.getDisplay().getRotation(); in getExactRotation() local 103 public static String toString(@Rotation int rot) { in toString() 126 public static Resources getResourcesForRotation(@Rotation int rot, Context context) { in getResourcesForRotation()
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix3f.java | 117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 153 public void loadRotate(float rot) { in loadRotate() 248 public void rotate(float rot, float x, float y, float z) { in rotate() 260 public void rotate(float rot) { in rotate()
|
H A D | Matrix2f.java | 107 public void loadRotate(float rot) { in loadRotate() 167 public void rotate(float rot) { in rotate()
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Matrix3f.java | 120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 156 public void loadRotate(float rot) { in loadRotate() 251 public void rotate(float rot, float x, float y, float z) { in rotate() 263 public void rotate(float rot) { in rotate()
|
H A D | Matrix2f.java | 110 public void loadRotate(float rot) { in loadRotate() 170 public void rotate(float rot) { in rotate()
|
/aosp_15_r20/external/toybox/lib/ |
H A D | hash.c | 143 unsigned in, a, rot, temp; in md5_transform() local 180 unsigned *block = hash->buffer.i32, oldstate[5], *rot[5], *temp, work; in sha1_transform() local 221 unsigned block[64], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_32_transform() local 253 unsigned long long block[80], s0, s1, S0, S1, ch, maj, temp1, temp2, rot[8]; in sha2_64_transform() local
|
/aosp_15_r20/frameworks/av/media/libheadtracking/ |
H A D | Twist-test.cpp | 38 Vector3f rot{1, 2, 3}; in TEST() local 50 Vector3f rot{0, 0, M_PI_4}; in TEST() local
|
H A D | QuaternionUtil-test.cpp | 31 Vector3f rot = {0, 0, M_PI_2}; in TEST() local 40 Vector3f rot = quaternionToRotationVector(quat); in TEST() local
|
H A D | Pose-test.cpp | 39 Quaternionf rot = Quaternionf::UnitRandom(); in TEST() local 53 Quaternionf rot = Quaternionf::UnitRandom(); in TEST() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_plane_scaling.c | 136 igt_rotation_t rot) in check_scaling_pipe_plane_rot() 175 igt_rotation_t rot) in can_rotate() 238 igt_rotation_t rot = rotations[i]; in test_scaler_with_rotation_pipe() local
|
H A D | kms_rotation_crc.c | 705 static const char *rot_test_str(igt_rotation_t rot) in rot_test_str() 739 igt_rotation_t rot; member 753 igt_rotation_t rot; member
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/ |
H A D | vp_packet_reuse_manager.cpp | 313 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in UpdateFeatureParams() local 348 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in CheckTeamsParams() local 371 SwFilterRotMir *rot = dynamic_cast<SwFilterRotMir *>(filter); in StoreTeamsParams() local 908 SwFilter *rot = pipe.GetSwFilter(true, 0, FeatureTypeRotMir); in PreparePacketPipeReuse() local
|
/aosp_15_r20/hardware/google/graphics/common/libscaler/ |
D | libscaler.cpp | 374 int rot, in exynos_sc_set_rotation() 548 unsigned int rot = 0; in exynos_sc_config_exclusive() local 683 unsigned int rot = 0; in exynos_sc_config_blend_exclusive() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuRuntimeMath.cpp | 55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 165 void __attribute__((overloadable)) rsMatrixRotate(rs_matrix4x4 *m, float rot, in rsMatrixRotate()
|
/aosp_15_r20/external/libkmsxx/py/tests/ |
H A D | rottest.py | 46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument 150 rot = rots[cursors.index(c)] variable
|
/aosp_15_r20/external/skia/tests/ |
H A D | BigImageTest.cpp | 151 int rot, in create_label() 186 int rot) { in check_pixels() 230 int rot, in difficult_case()
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 380 long rot[9], quat_geo[4]; in inv_get_rotation_geomagnetic() local 409 long rot[9], quat_6_axis[4]; in inv_get_rotation_6_axis() local 442 long rot[9]; in inv_get_rotation() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | mat2.rs | 89 let rot = $mat2::from_scale_angle($vec2::new(4.0, 2.0), deg(180.0)); localVariable 139 let rot = $mat2::from_angle(deg(90.0)); localVariable
|
/aosp_15_r20/external/skia/gm/ |
H A D | dstreadshuffle.cpp | 83 SkMatrix rot; in drawShape() local 128 SkMatrix rot; in DrawHairlines() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 426 long rot[9], quat_geo[4]; in inv_get_rotation_geomagnetic() local 455 long rot[9], quat_6_axis[4]; in inv_get_rotation_6_axis() local 488 long rot[9]; in inv_get_rotation() local
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_quaternion.c | 57 rsQuaternionLoadRotateUnit(rs_quaternion* q, float rot, float x, float y, float z) { in rsQuaternionLoadRotateUnit() 85 rsQuaternionLoadRotate(rs_quaternion* q, float rot, float x, float y, float z) { in rsQuaternionLoadRotate()
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1930 int rot) { in Cdot() 1951 int rot) { in Cdot() 2106 int rot) { in Fcadd() 2127 int rot) { in Fcmla() 2255 int rot) { in ComplexAddition() 2274 int rot) { in Cadd() 2281 int rot) { in Sqcadd()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessor.kt | 175 val rot = overlayParams.rotation in rotateToNaturalOrientation() constant
|
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test_a7xx.asm | 18 rot $04, $memdata, 0x8 label 40 rot $04, $memdata, 0x8 label 132 rot $02, $02, $regdata label 333 rot $04, $memdata, 0x8 label 502 rot $04, $memdata, 0x8 label
|