Searched refs:x1 (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/frameworks/native/include/android/
H A Dinput.h171 AKEY_EVENT_FLAG_WOKE_HERE = 0x1,
329 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Resize.S103 * a CHUNKSIZE window (x1), and the threshold value for when the count will be
116 udiv x1, x0, x2
117 msub x0, x1, x2, x0
118 add x0, x0, x1, LSL #32
143 * size_t count, // x1
381 cmp x13, x1
382 csel x13, x1, x13, gt
384 sub x1, x1, x13
394 cmp x1, #
[all...]
H A DrsCpuIntrinsics_advsimd_Blur.S49 * x1 -- src
60 * x1 += 16
70 ld1 {v15.16b}, [x1], #16
74 // prfm PLDL1KEEP,[x1, #16] // TODO: confirm
1156 * x1 -- src
1169 * x1 += rlf + min(count, rrt)
1206 sub x1, x1, x10
1210 add x1, x1, x1
[all...]
H A DrsCpuIntrinsics_x86.cpp305 int rct, int x1, int x2) {
313 for (; x1 < x2; x1 += 2) {
314 pi = (const char *)pin + (x1 << 2);
342 int rct, int x1, int x2) {
349 for (; x1 < x2; ++x1) {
354 pi = (const float *)pin + (x1 << 2);
375 int rct, int x1, int x2) {
382 for (; x1 < x
303 rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int x2) argument
340 rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2) argument
373 rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2) argument
[all...]
H A DrsCpuIntrinsics_advsimd_Convolve.S19 x1 = y0 base pointer
43 ld1 {v13.16b}, [x1], x4
48 // prfm PLDL1KEEP,[x1, x4] // TODO: test this
106 x1 = y0 base pointer
131 ld1 {v9.8b-v11.8b}, [x1], x6 // y0 ( y - 2 )
135 // prfm PLDL1KEEP,[x1, x6] // TODO: test this
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp656 if ((sum&0x1) == 0)
660 coeff ^= 0x1;
829 if ((sum&0x1) == 0)
833 coeff ^= 0x1;
907 if ((q_value&0x1) == 0)
956 if ((q_value&0x1) == 0)
H A Dvlc_enc_tab.h537 { 0x1, 4},
834 { 0x1, 4},
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp133 static void quadTo__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2) { argument
135 obj->quadTo(x1, y1, x2, y2);
143 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
145 obj->cubicTo(x1, y1, x2, y2, x3, y3);
148 static void rCubicTo(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
150 obj->rCubicTo(x1, y1, x2, y2, x3, y3);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp353 float x1 = x0; local
365 else if (x > x1) {
366 x1 = x;
392 float dx = x1 - x0;
410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
411 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java903 final float x0, x1, y0, y1;
910 x1 = x0; y1 = level * r.bottom;
914 x1 = level * r.left; y1 = level * r.bottom;
918 x1 = level * r.left; y1 = y0;
922 x1 = level * r.left; y1 = level * r.top;
926 x1 = x0; y1 = level * r.top;
930 x1 = level * r.right; y1 = level * r.top;
934 x1 = level * r.right; y1 = y0;
938 x1 = level * r.right; y1 = level * r.bottom;
942 mFillPaint.setShader(new LinearGradient(x0, y0, x1, y
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java230 static final int FLAG_CLIP_CHILDREN = 0x1;
405 public static final int PERSISTENT_ANIMATION_CACHE = 0x1;
3213 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { argument
3214 if (x1 != x2 && y1 != y2) {
3215 if (x1 > x2) {
3216 int tmp = x1; x1 = x2; x2 = tmp;
3221 canvas.drawRect(x1, y1, x2, y2, paint);
3229 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { argument
3230 fillRect(c, paint, x1, y
3239 drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, int lineLength, int lineWidth) argument
7749 drawRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) argument
[all...]
H A DGestureDetector.java537 final float x1 = mVelocityTracker.getXVelocity(id1);
543 final float x = x1 * mVelocityTracker.getXVelocity(id2);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h72 kStateDeferFlag_Draw = 0x1,
78 kClipSide_Left = 0x1,
87 kVertexBuffer_Offset = 0x1,
H A DRenderProperties.h63 CLIP_TO_BOUNDS = 0x1 << 0,
64 CLIP_TO_CLIP_BOUNDS = 0x1 << 1,
/frameworks/rs/api/
H A Drs_graphics.spec484 arg: float x1
508 arg: float x1
540 arg: float x1
700 float x1, y1, z1, x2, y2, z2;
701 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
702 bBoxMin->x = x1;
/frameworks/base/media/java/android/media/
H A DAudioSystem.java297 public static final int DEVICE_OUT_EARPIECE = 0x1;
366 public static final int DEVICE_IN_COMMUNICATION = DEVICE_BIT_IN | 0x1;
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java266 final float x1 = VelocityTrackerCompat.getXVelocity(mVelocityTracker, id1);
272 final float x = x1 * VelocityTrackerCompat.getXVelocity(mVelocityTracker, id2);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dbitstream_io.cpp24 const static uint8 trailing_bits[9] = {0, 0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80};
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S41 VMOV.I8 d15,#0x1
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S42 VMOV.I8 d15,#0x1
/frameworks/base/cmds/idmap/
H A Dinspect.cpp89 if ((reinterpret_cast<uintptr_t>(buf_ + pos_) & 0x1) != 0) {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java222 [#x1-#x8], [#xB-#xC], [#xE-#x1F], [#x7F-#x84], [#x86-#x9F], [#xFDD0-#xFDDF],
233 if((ch >= 0x1 && ch <= 0x8) || (ch >= 0xB && ch <= 0xC) || (ch >= 0xE && ch <= 0x1F) ||
/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java131 public static final int STATE_DEFAULT = 0x1;
/frameworks/base/core/java/android/os/
H A DAsyncTask.java212 private static final int MESSAGE_POST_RESULT = 0x1;

Completed in 770 milliseconds

1234567891011>>