/frameworks/compile/libbcc/tests/data/src/ |
D | otcc-ansi.c | 122 void ae(int g) { in ae() 130 int g; in A() local 138 int s(int g, int e) { in s() 173 int g,e,m,aa; in T() local 283 int e,g,m; in O() local 329 int m,g,e; in I() local 439 int run(int g, int e) { in run() 443 int main(int g, char** e) { in main()
|
D | flops.c | 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 | locals.c | 12 int g(int a) { in g() function
|
/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/libs/hwui/font/ |
D | FontUtil.h | 39 #define TO_GLYPH(g) g argument 46 glyph_t g = *src++; in nextGlyph() local 52 #define TO_GLYPH(g) ((SkUnichar) g) argument
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | GeocoderTest.java | 36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestGalleryLtr.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
D | BiDiTestGalleryRtl.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM.h | 561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument 568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument 569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM.h | 561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument 568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument 569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | armCOMM.h | 561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument 562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument 563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument 564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument 565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument 566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument 567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument 568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument 569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument 577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument [all …]
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | CrossProcess.java | 41 float g = f; in createTest() local
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | CrossProcess.java | 44 float g = f; in createTest() local
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | CrossProcess.java | 44 float g = f; in createTest() local
|
/frameworks/rs/ |
D | rsCppUtils.h | 194 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) { in rs888to565() 204 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f); in rsBoxFilter565() local 211 … uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff); in rsBoxFilter8888() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | preemph.cpp | 239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB() 80 float g(void) const { return _g; } in g() function
|
/frameworks/native/services/sensorservice/ |
D | OrientationSensor.cpp | 43 vec3_t g; in process() local
|
D | GravitySensor.cpp | 49 vec3_t g; in process() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 33 uint8_t r, uint8_t g, uint8_t b) { in fillSurfaceRGBA8() 68 void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) { in checkPixel()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Color.java | 120 int g = (color >> 8) & 0xFF; in hue() local 162 int g = (color >> 8) & 0xFF; in saturation() local 189 int g = (color >> 8) & 0xFF; in brightness() local
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationBuilderTest.java | 446 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioChecked() local 451 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioTag() local
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 63 EGLint r,g,b,a, vid; in main() local
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridDelete.java | 57 GridView g = getGridView(); in onKeyDown() local
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | LightBase.java | 50 public void setColor(float r, float g, float b) { in setColor()
|