/frameworks/base/packages/SystemUI/tests/goldens/ |
D | doubleClick_swapSide.json | 25 "x": 0, number 29 "x": 0, number 33 "x": 0, number 37 "x": 0, number 41 "x": 45.009, number 45 "x": 123.20912, number 49 "x": 194.33762, number 53 "x": 248.24419, number 57 "x": 285.66364, number 61 "x": 310.326, number [all …]
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | bit_util.h | 42 constexpr bool IsPowerOf2(T x) { in IsPowerOf2() 49 constexpr bool IsPowerOf2(Raw<T> x) { in IsPowerOf2() 54 constexpr bool IsPowerOf2(Saturating<T> x) { in IsPowerOf2() 59 constexpr bool IsPowerOf2(Wrapping<T> x) { in IsPowerOf2() 64 constexpr T AlignDown(T x) { in AlignDown() 72 constexpr T AlignDown(T x, size_t align) { in AlignDown() 79 constexpr Raw<T> AlignDown(Raw<T> x) { in AlignDown() 84 constexpr Saturating<T> AlignDown(Saturating<T> x) { in AlignDown() 89 constexpr Wrapping<T> AlignDown(Wrapping<T> x) { in AlignDown() 105 constexpr T AlignUp(T x) { in AlignUp() [all …]
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 53 #define LITERAL_TO_STRING_INTERNAL(x) #x argument 54 #define LITERAL_TO_STRING(x) LITERAL_TO_STRING_INTERNAL(x) argument 68 #define CHECK_OP(x,y,suffix,op) \ argument 83 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument 84 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument 85 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=) argument 86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument 87 #define CHECK_GE(x,y) CHECK_OP(x,y,GE,>=) argument 88 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument 108 #define CHECK_EQ_DBG(x,y) argument [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | ClassifierTest.java | 90 protected MotionEvent appendDownEvent(float x, float y) { in appendDownEvent() 94 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent() 98 protected MotionEvent appendMoveEvent(float x, float y) { in appendMoveEvent() 102 protected MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent() 107 protected MotionEvent appendUpEvent(float x, float y) { in appendUpEvent() 111 protected MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent() 115 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent() 122 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent() 135 protected MotionEvent appendTrackpadDownEvent(float x, float y) { in appendTrackpadDownEvent() 139 protected MotionEvent appendTrackpadMoveEvent(float x, float y, int pointerCount) { in appendTrackpadMoveEvent() [all …]
|
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | motion_comp.h | 57 #define CLIP_RESULT(x) if((x) & -256){(x) = 0xFF & (~((x)>>31));} argument 58 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); argument 59 #define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF); CLIP_RESULT(x); argument 60 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); argument 61 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); argument 63 #define ADD_AND_CLIP(x,y) { x9 = ~((x)>>8); \ argument
|
/frameworks/base/core/java/android/util/ |
D | Spline.java | 32 public abstract float interpolate(float x); in interpolate() 40 public static Spline createSpline(float[] x, float[] y) { in createSpline() 71 public static Spline createMonotoneCubicSpline(float[] x, float[] y) { in createMonotoneCubicSpline() 90 public static Spline createLinearSpline(float[] x, float[] y) { in createLinearSpline() 94 private static boolean isStrictlyIncreasing(float[] x) { in isStrictlyIncreasing() 109 private static boolean isMonotonic(float[] x) { in isMonotonic() 129 public MonotoneCubicSpline(float[] x, float[] y) { in MonotoneCubicSpline() 183 public float interpolate(float x) { in interpolate() 237 public LinearSpline(float[] x, float[] y) { in LinearSpline() 252 public float interpolate(float x) { in interpolate()
|
/frameworks/base/core/java/android/os/ |
D | HwBlob.java | 187 public native final void putBool(long offset, boolean x); in putBool() 195 public native final void putInt8(long offset, byte x); in putInt8() 203 public native final void putInt16(long offset, short x); in putInt16() 211 public native final void putInt32(long offset, int x); in putInt32() 219 public native final void putInt64(long offset, long x); in putInt64() 227 public native final void putFloat(long offset, float x); in putFloat() 235 public native final void putDouble(long offset, double x); in putDouble() 243 public native final void putString(long offset, String x); in putString() 251 public native final void putNativeHandle(long offset, @Nullable NativeHandle x); in putNativeHandle() 260 public native final void putBoolArray(long offset, boolean[] x); in putBoolArray() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 68 public float get(int x, int y) { in get() 78 public void set(int x, int y, float v) { in set() 117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 171 public void loadScale(float x, float y) { in loadScale() 184 public void loadScale(float x, float y, float z) { in loadScale() 198 public void loadTranslate(float x, float y) { in loadTranslate() 248 public void rotate(float rot, float x, float y, float z) { in rotate() 273 public void scale(float x, float y) { in scale() 287 public void scale(float x, float y, float z) { in scale() 300 public void translate(float x, float y) { in translate()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix3f.java | 71 public float get(int x, int y) { in get() 81 public void set(int x, int y, float v) { in set() 120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 174 public void loadScale(float x, float y) { in loadScale() 187 public void loadScale(float x, float y, float z) { in loadScale() 201 public void loadTranslate(float x, float y) { in loadTranslate() 251 public void rotate(float rot, float x, float y, float z) { in rotate() 276 public void scale(float x, float y) { in scale() 290 public void scale(float x, float y, float z) { in scale() 303 public void translate(float x, float y) { in translate()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | memory_order_test.cc | 26 void ReleaseStore(uint32_t* x, std::atomic<UIntType>* y, std::atomic<uint32_t>* thread_cnt) { in ReleaseStore() 36 void AcquireLoad(uint32_t* x, in AcquireLoad() 52 uint32_t x = 0U; in ReleaseAcquireTest() local 67 void WriteX(std::atomic<uint32_t>* x, std::atomic<uint32_t>* thread_cnt) { in WriteX() 84 void ReadXAndY(std::atomic<uint32_t>* x, in ReadXAndY() 100 void ReadYAndX(std::atomic<uint32_t>* x, in ReadYAndX() 117 std::atomic<uint32_t> x = {0U}; in SequentiallyConsistentTest() local
|
/frameworks/base/libs/hwui/ |
D | SafeMath.h | 36 size_t mul(size_t x, size_t y) { in mul() 40 size_t add(size_t x, size_t y) { in add() 62 static size_t Add(size_t x, size_t y) { in Add() 68 static size_t Mul(size_t x, size_t y) { in Mul() 75 uint32_t mul32(uint32_t x, uint32_t y) { in mul32() 84 uint64_t mul64(uint64_t x, uint64_t y) { in mul64()
|
/frameworks/libs/binary_translation/tests/perf_tests/ |
D | fp_perf_test.cc | 24 double x = 0.0; in TEST() local 32 double x = 0.0; in TEST() local 40 double x = 1.0e308; in TEST() local 48 double x = 1.0e308; in TEST() local 56 volatile double x = 1.0e-307; in TEST() local
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | DataSourceBase.h | 50 bool getUInt16(off64_t offset, uint16_t *x) { in getUInt16() 63 bool getUInt24(off64_t offset, uint32_t *x) { in getUInt24() 75 bool getUInt32(off64_t offset, uint32_t *x) { in getUInt32() 87 bool getUInt64(off64_t offset, uint64_t *x) { in getUInt64() 101 bool getUInt16Var(off64_t offset, uint16_t *x, size_t size) { in getUInt16Var() 114 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var() 127 bool getUInt64Var(off64_t offset, uint64_t *x, size_t size) { in getUInt64Var()
|
/frameworks/rs/driver/runtime/ |
D | rs_f16_math.c | 21 extern half __attribute__((overloadable)) copysign(half x, half y) { in copysign() 31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() 58 extern int __attribute__((overloadable)) ilogb(half x) { in ilogb() 82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { in modf() 117 extern half __attribute__((overloadable)) nextafter(half x, half y) { in nextafter()
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | pvamrwb_math_op.h | 119 #define norm_s( x) (normalize_amr_wb( x) - 16) argument 122 #define extract_h( x) (int16)((x)>>16) argument 123 #define L_deposit_h( x) (int32)((x)<<16) argument
|
D | normalize_amr_wb.h | 73 __inline int16 normalize_amr_wb(int32 x) in normalize_amr_wb() 78 clz y, x; in normalize_amr_wb() local 88 __inline int16 normalize_amr_wb(int32 x) in normalize_amr_wb()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Point.java | 28 public float x; field in Point 37 public Point(float x, float y) { in Point() 42 public void set(float x, float y) { in set() 52 public Point plus(float x, float y) { in plus() 60 public Point minus(float x, float y) { in minus() 72 public Point mult(float x, float y) { in mult()
|
/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_normalize.h | 62 __inline int32 pvmp3_normalize(int32 x) in pvmp3_normalize() 67 clz y, x; in pvmp3_normalize() local 76 __inline int32 pvmp3_normalize(int32 x) in pvmp3_normalize()
|
/frameworks/base/graphics/java/android/graphics/ |
D | PointF.java | 28 public float x; field in PointF 33 public PointF(float x, float y) { in PointF() 58 public final void set(float x, float y) { in set() 84 public final boolean equals(float x, float y) { in equals() 123 public static float length(float x, float y) { in length()
|
/frameworks/libs/binary_translation/tests/jni_tests/src/com/berberis/jnitests/ |
D | JniTests.java | 62 static native int add42(int x); in add42() 70 static int add(int x, int y) { in add() 74 static native int callAdd(int x, int y); in callAdd() 81 static native int callAddA(int x, int y); in callAddA()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 45 float SC_tgammaf(float x) { in SC_tgammaf() 55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 58 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale() 61 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate() 64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 67 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale() 70 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate() 158 float x, float y, float z) { in rsMatrixLoadScale() 162 float x, float y, float z) { in rsMatrixLoadTranslate() 166 float x, float y, float z) { in rsMatrixRotate() [all …]
|
/frameworks/minikin/include/minikin/ |
D | Macros.h | 39 #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) argument 41 #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op argument 54 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) argument
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 27 public final float x; field in GesturePoint 32 public GesturePoint(float x, float y, long t) { in GesturePoint() 40 final float x = in.readFloat(); in deserialize() local
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 39 int x = *exp_ptr; in fast_log2() local 57 inline T ExpApproximationViaTaylorExpansionOrder5(T x) { in ExpApproximationViaTaylorExpansionOrder5() 81 inline T round(const T &x) { in round()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerLog.h | 25 #define LLOGV(LAYER_ID, x, ...) \ argument 28 #define LLOGV(LAYER_ID, x, ...) ALOGV("[%d] %s " x, (LAYER_ID), __func__, ##__VA_ARGS__); argument 31 #define LLOGD(LAYER_ID, x, ...) ALOGD("[%d] %s " x, (LAYER_ID), __func__, ##__VA_ARGS__); argument
|