/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pv_mp3dec_fxd_op_msc_evc.h | 57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() 63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() 73 #define fxp_mul32_Q32( a, b) _MulHigh( b, a) argument 77 __inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() 83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() 90 __inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() 96 __inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32() 102 __inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32() 109 __inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29() 118 int32 b = (a < 0) ? -a : a; in pv_abs() local
|
D | pv_mp3dec_fxd_op_c_equivalent.h | 55 int32 b = (a < 0) ? -a : a; in pv_abs() local 62 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 67 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 72 __inline Int32 fxp_mul32_Q32(const Int32 a, const Int32 b) in fxp_mul32_Q32() 78 __inline Int32 fxp_mul32_Q28(const Int32 a, const Int32 b) in fxp_mul32_Q28() 83 __inline Int32 fxp_mul32_Q27(const Int32 a, const Int32 b) in fxp_mul32_Q27() 88 __inline Int32 fxp_mul32_Q26(const Int32 a, const Int32 b) in fxp_mul32_Q26() 94 __inline Int32 fxp_mac32_Q32(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q32() 99 __inline Int32 fxp_msb32_Q32(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msb32_Q32() 105 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b) in fxp_mul32_Q29()
|
D | pv_mp3dec_fxd_op_arm_gcc.h | 58 static inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() 75 static inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() 97 static inline int32 fxp_mul32_Q32(const int32 a, const int32 b) in fxp_mul32_Q32() 114 static inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29() 131 static inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() 150 static inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() 168 static inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() 187 static inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32() 207 static inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32()
|
/frameworks/native/services/surfaceflinger/ |
D | clz.h | 28 static inline T min(T a, T b) { in min() 32 static inline T min(T a, T b, T c) { in min() 36 static inline T min(T a, T b, T c, T d) { in min() 41 static inline T max(T a, T b) { in max() 45 static inline T max(T a, T b, T c) { in max() 49 static inline T max(T a, T b, T c, T d) { in max() 55 void swap(T& a, T& b) { in swap()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | TestBase.java | 60 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 65 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 70 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 75 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 80 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup() 91 …public final void createBaseTest(ImageProcessingActivity2 ipact, Bitmap b, Bitmap b2, Bitmap outb)… in createBaseTest() 117 public void updateBitmap(Bitmap b) { in updateBitmap()
|
D | Mandelbrot.java | 28 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 39 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 52 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 65 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
|
D | LevelsV4.java | 86 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 91 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 97 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 103 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 109 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
/frameworks/compile/libbcc/tests/data/src/ |
D | structs.c | 4 int b; member 17 struct b {int a; int b; }; argument 28 struct a {int a[10]; char c;} a, b; in testCopying() local 44 void add(struct v* result, struct v* a, struct v* b) { in add() 63 struct v a, b, c; in testArgs() local
|
D | flops.c | 42 void comparisonTestdd(double a, double b) { in comparisonTestdd() 55 void comparisonTestdf(double a, float b) { in comparisonTestdf() 67 void comparisonTestff(float a, float b) { in comparisonTestff() 79 void comparisonTestid(int a, double b) { in comparisonTestid() 90 void comparisonTestdi(double a, int b) { in comparisonTestdi() 121 void testpassi(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j, int k, int l) { in testpassi() 125 void testpassf(float a, float b, float c, float d, float e, float f, float g, float h, float i, flo… in testpassf() 129 void testpassd(double a, double b, double c, double d, double e, double f, double g, double h, doub… in testpassd()
|
D | expr-ansi.c | 3 void testInc() { int a, b; a = 3; b = a++; printf("3++ = %d %d\n", b, a); } in testInc() local 4 void testDec() { int a, b; a = 3; b = a--; printf("3-- = %d %d\n", b, a); } in testDec() local 21 void testAssignment(){ int a, b; a = 3; b = a; printf("b == %d\n", b); } in testAssignment() local 25 void testPointerIndirection(){ int a, b; a = &b; b = 17; printf("*%d = %d =?= %d\n", a, * (int*) a… in testPointerIndirection() local 31 int main(int a, char** b) { in main()
|
D | expr.c | 3 testInc() { int a, b; a = 3; b = a++; printf("3++ = %d %d\n", b, a); } in testInc() local 4 testDec() { int a, b; a = 3; b = a--; printf("3-- = %d %d\n", b, a); } in testDec() local 21 testAssignment(){ int a, b; a = 3; b = a; printf("b == %d\n", b); } in testAssignment() local 25 testPointerIndirection(){ int a, b; a = &b; b = 17; printf("*%d = %d =?= %d\n", a, * (int*) a, b);… in testPointerIndirection() local 31 main(a,b) { in main() argument
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | TestBase.java | 76 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 81 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 86 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 91 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 96 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup() 107 …public final void createBaseTest(ImageProcessingActivity ipact, Bitmap b, Bitmap b2, Bitmap outb) { in createBaseTest() 140 public void updateBitmap(Bitmap b) { in updateBitmap()
|
D | Mandelbrot.java | 34 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 45 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 58 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 71 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
|
D | LevelsV4.java | 92 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 97 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 103 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 109 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 115 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Sampler.java | 107 Builder b = new Builder(rs); in CLAMP_NEAREST() local 127 Builder b = new Builder(rs); in CLAMP_LINEAR() local 147 Builder b = new Builder(rs); in CLAMP_LINEAR_MIP_LINEAR() local 167 Builder b = new Builder(rs); in WRAP_NEAREST() local 187 Builder b = new Builder(rs); in WRAP_LINEAR() local 207 Builder b = new Builder(rs); in WRAP_LINEAR_MIP_LINEAR() local 227 Builder b = new Builder(rs); in MIRRORED_REPEAT_NEAREST() local 247 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR() local 267 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR_MIP_LINEAR() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Sampler.java | 107 Builder b = new Builder(rs); in CLAMP_NEAREST() local 127 Builder b = new Builder(rs); in CLAMP_LINEAR() local 147 Builder b = new Builder(rs); in CLAMP_LINEAR_MIP_LINEAR() local 167 Builder b = new Builder(rs); in WRAP_NEAREST() local 187 Builder b = new Builder(rs); in WRAP_LINEAR() local 207 Builder b = new Builder(rs); in WRAP_LINEAR_MIP_LINEAR() local 227 Builder b = new Builder(rs); in MIRRORED_REPEAT_NEAREST() local 247 Builder b = new Builder(rs); in MIRRORED_REPEAT_LINEAR() local 327 SamplerThunker.Builder b = new SamplerThunker.Builder(rst); in create() local
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | TestBase.java | 78 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 83 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 88 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 93 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 98 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup() 109 …public final void createBaseTest(ImageProcessingActivityJB ipact, Bitmap b, Bitmap b2, Bitmap outb… in createBaseTest() 142 public void updateBitmap(Bitmap b) { in updateBitmap()
|
D | Mandelbrot.java | 34 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 45 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 58 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 71 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
|
D | LevelsV4.java | 92 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 97 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 103 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 109 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 115 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/ |
D | AndroidJUnitRunnerTest.java | 70 Bundle b = new Bundle(); in testBuildRequest_singleClass() local 82 Bundle b = new Bundle(); in testBuildRequest_multiClass() local 95 Bundle b = new Bundle(); in testBuildRequest_method() local
|
D | TestRequestBuilderTest.java | 87 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testNoSize() local 100 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testSize() local 114 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testSize_class() local 129 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testSize_classFiltered() local 154 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testAddAnnotationInclusionFilter() local 169 TestRequestBuilder b = new TestRequestBuilder(new PrintStream(new ByteArrayOutputStream())); in testAddAnnotationExclusionFilter() local
|
/frameworks/base/core/java/android/util/ |
D | MathUtils.java | 58 public static float pow(float a, float b) { in pow() 62 public static float max(float a, float b) { in max() 66 public static float max(int a, int b) { in max() 70 public static float max(float a, float b, float c) { in max() 74 public static float max(int a, int b, int c) { in max() 78 public static float min(float a, float b) { in min() 82 public static float min(int a, int b) { in min() 86 public static float min(float a, float b, float c) { in min() 90 public static float min(int a, int b, int c) { in min() 107 public static float mag(float a, float b) { in mag() [all …]
|
D | Base64OutputStream.java | 70 public void write(int b) throws IOException { in write() 98 public void write(byte[] b, int off, int len) throws IOException { in write() 136 private void internalWrite(byte[] b, int off, int len, boolean finish) throws IOException { in internalWrite() 148 private byte[] embiggen(byte[] b, int len) { in embiggen()
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
D | M4VIFI_Defines.h | 33 #define Y16(r, g, b) CLIP( ( ( (80593 * r)+(77855 * g)+(30728 * b)) >> 15)) argument 34 #define U16(r, g, b) CLIP(128+ ( ( -(45483 * r)-(43936 * g)+(134771 * b)) >> 15 )) argument 35 #define V16(r, g, b) CLIP(128+ ( ( (134771 * r)-(55532 * g)-(21917 * b)) >> 15 )) argument 81 #define GET_RGB565(r, g, b, data) {b = ((data) & 31); g =\ argument 83 #define GET_BGR565(b, g, r, data) \ argument 92 #define GET_RGB565(r, g, b, data) { b = (M4VIFI_UInt8)(((data) & 0x1F00) >> 8); g =\ argument 95 #define GET_BGR565(b, g, r, data) \ argument 103 #define Y24(r,g,b) CLIP(( ( (19595 * r) + (38470 * g) + (9437 * b) ) >>16)) argument 104 #define U24(r,g,b) CLIP(128 + ( ( -(11059 * r) - (21709 * g) + (32768 * b)) >>16)) argument 105 #define V24(r,g,b) CLIP(128 + ( ( (32768 * r) - (27426 * g) - (5329 * b)) >>16)) argument [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | StaticLayoutTest.java | 43 LayoutBuilder b = builder(); in testGetters1() local 69 LayoutBuilder b = builder() in testGetters2() local 84 LayoutBuilder b = builder() in testGetters3() local 101 LayoutBuilder b = builder() in testGetters4() local 121 LayoutBuilder b = builder() in testGetters5() local 149 LayoutBuilder b = builder() in testGetters6() local 169 LayoutBuilder b = builder() in testGetters7() local 191 LayoutBuilder b = builder() in testGetters8() local
|