/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 71 #define X(VAL) {VAL, #VAL} in glTestPrintEGLConfiguration() macro 73 X(EGL_BUFFER_SIZE), in glTestPrintEGLConfiguration() 74 X(EGL_ALPHA_SIZE), in glTestPrintEGLConfiguration() 75 X(EGL_BLUE_SIZE), in glTestPrintEGLConfiguration() 76 X(EGL_GREEN_SIZE), in glTestPrintEGLConfiguration() 77 X(EGL_RED_SIZE), in glTestPrintEGLConfiguration() 78 X(EGL_DEPTH_SIZE), in glTestPrintEGLConfiguration() 79 X(EGL_STENCIL_SIZE), in glTestPrintEGLConfiguration() 80 X(EGL_CONFIG_CAVEAT), in glTestPrintEGLConfiguration() 81 X(EGL_CONFIG_ID), in glTestPrintEGLConfiguration() [all …]
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 180 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 182 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 183 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 184 X(EGL_BLUE_SIZE), in printEGLConfiguration() 185 X(EGL_GREEN_SIZE), in printEGLConfiguration() 186 X(EGL_RED_SIZE), in printEGLConfiguration() 187 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 188 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 189 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 190 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 175 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 177 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 178 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 179 X(EGL_BLUE_SIZE), in printEGLConfiguration() 180 X(EGL_GREEN_SIZE), in printEGLConfiguration() 181 X(EGL_RED_SIZE), in printEGLConfiguration() 182 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 183 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 184 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 185 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 99 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 101 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 102 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 103 X(EGL_BLUE_SIZE), in printEGLConfiguration() 104 X(EGL_GREEN_SIZE), in printEGLConfiguration() 105 X(EGL_RED_SIZE), in printEGLConfiguration() 106 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 107 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 108 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 109 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 113 void *X = nullptr; in invokeForEach() local 136 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach() 138 lda, (float*)X, call->incX, call->beta.f, (float*)Y, call->incY); in invokeForEach() 141 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach() 143 call->alpha.f, (float*)A, lda, (float*)X, call->incX, in invokeForEach() 147 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach() 149 lda, (float*)X, call->incX); in invokeForEach() 152 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach() 154 lda, (float*)X, call->incX); in invokeForEach() 158 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach() [all …]
|
D | rsCpuBLASDispatch.h | 24 const float *X, const int incX, const float beta, 29 const float *A, const int lda, const float *X, 34 float *X, const int incX); 38 float *X, const int incX); 41 const int N, const float *Ap, float *X, const int incX); 44 const int N, const float *A, const int lda, float *X, 49 float *X, const int incX); 52 const int N, const float *Ap, float *X, const int incX); 57 const double *X, const int incX, const double beta, 62 const double *A, const int lda, const double *X, [all …]
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_multiple_entry.vcf | 4 SOUND;X-IRMC-N;CHARSET=SHIFT_JIS:���۲��3;;;; 5 TEL;X-NEC-SECRET:9 6 TEL;X-NEC-HOTEL:10 7 TEL;X-NEC-SCHOOL:11 15 SOUND;X-IRMC-N;CHARSET=SHIFT_JIS:���۲��4;;;; 18 TEL;X-NEC-FAMILY:15 19 TEL;X-NEC-GIRL:16 26 SOUND;X-IRMC-N;CHARSET=SHIFT_JIS:���۲��5;;;; 27 TEL;X-NEC-BOY:17 28 TEL;X-NEC-FRIEND:18 [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBLAS.java | 282 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… 287 !X.getType().getElement().isCompatible(e) || 291 if (X.getType().getY() > 1 || Y.getType().getY() > 1) { 306 if (X.getType().getX() != expectedXDim || 327 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV() argument 328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local 334 long xID = X.getID(mRS); in SGEMV() 338 xID = getDummyAlloc(X); in SGEMV() 359 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV() argument 360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local [all …]
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 285 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 287 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 288 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 289 X(EGL_BLUE_SIZE), in printEGLConfiguration() 290 X(EGL_GREEN_SIZE), in printEGLConfiguration() 291 X(EGL_RED_SIZE), in printEGLConfiguration() 292 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 293 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 294 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 295 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 284 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 286 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 287 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 288 X(EGL_BLUE_SIZE), in printEGLConfiguration() 289 X(EGL_GREEN_SIZE), in printEGLConfiguration() 290 X(EGL_RED_SIZE), in printEGLConfiguration() 291 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 292 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 293 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 294 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 275 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() argument 280 !X.getType().getElement().isCompatible(e) || in validateGEMV() 284 if (X.getType().getY() > 1 || Y.getType().getY() > 1) { in validateGEMV() 299 if (X.getType().getX() != expectedXDim || in validateGEMV() 320 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV() argument 321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local 324 …getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.… in SGEMV() 342 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV() argument 343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local 346 …getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.… in DGEMV() [all …]
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 176 sp<Allocation> X, int incX, sp<Allocation> Y, int incY) { in validateGEMV() argument 180 !X->getType()->getElement()->isCompatible(e) || in validateGEMV() 184 if (X->getType()->getY() > 1 || Y->getType()->getY() > 1) { in validateGEMV() 199 if ((int)X->getType()->getX() != expectedXDim || in validateGEMV() 205 …ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, sp<Allocation> A, sp<Allocation> X, in SGEMV() argument 207 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() 212 alpha, A->getID(), X->getID(), in SGEMV() 216 …criptIntrinsicBLAS::DGEMV(RsBlasTranspose TransA, double alpha, sp<Allocation> A, sp<Allocation> X, in DGEMV() argument 218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() 223 alpha, A->getID(), X->getID(), in DGEMV() [all …]
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 88 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 90 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 91 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 92 X(EGL_BLUE_SIZE), in printEGLConfiguration() 93 X(EGL_GREEN_SIZE), in printEGLConfiguration() 94 X(EGL_RED_SIZE), in printEGLConfiguration() 95 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 96 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 97 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 98 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/base/libs/hwui/ |
D | BakedOpDispatcher.h | 37 #define X(Type) \ macro 39 MAP_MERGEABLE_OPS(X) 40 #undef X 43 #define X(Type) \ macro 45 MAP_RENDERABLE_OPS(X) 46 #undef X
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local 118 for (X=0; X<8; X++) in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 120 I = (X>>1)+4*(Y>>1); in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 134 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 136 pThresholds[(X>>1)+4*(Y>>2)], in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local 117 for (X=0; X<8; X+=4, Internal=1) in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 121 I = (Y>>1)+4*(X>>1); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 135 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 137 pThresholds[(Y>>1)+4*(X>>2)], in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
|
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 100 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local 114 for (X=0; X<16; X++) in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 116 I = (X>>2)+4*(Y>>2); in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 129 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 99 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local 114 for (X=0; X<16; X+=4, Internal=1) in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 118 I = (Y>>2)+4*(X>>2); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 132 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
|
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/dummy/ |
D | InnerTest.java | 70 public <X> void genericMethod1(X a, X[] b) { in genericMethod1() 73 public <X, Y> void genericMethod2(X a, List<Y> b) { in genericMethod2() 76 public <X, Y extends InnerTest> void genericMethod3(X a, List<Y> b) { in genericMethod3()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 968 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 970 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 971 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 972 X(EGL_BLUE_SIZE), in printEGLConfiguration() 973 X(EGL_GREEN_SIZE), in printEGLConfiguration() 974 X(EGL_RED_SIZE), in printEGLConfiguration() 975 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 976 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 977 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 978 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rs | 103 int H,X,ih,is,iv; 128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; 139 rg = X; 143 rr = X; 150 rb = X; 154 rg = X; 158 rr = X; 165 rb = X;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rs | 103 int H,X,ih,is,iv; 128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; 139 rg = X; 143 rr = X; 150 rb = X; 154 rg = X; 158 rr = X; 165 rb = X;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rs | 103 int H,X,ih,is,iv; 128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; 139 rg = X; 143 rr = X; 150 rb = X; 154 rg = X; 158 rr = X; 165 rb = X;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | shadows.rs | 103 int H,X,ih,is,iv; 128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; 139 rg = X; 143 rr = X; 150 rb = X; 154 rg = X; 158 rr = X; 165 rb = X;
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 31 explicit DFSIterator(NodeBase* X) : TreeIteratorBase(X) { in DFSIterator() argument 61 explicit BFSIterator(NodeBase* X) : TreeIteratorBase(X) { in BFSIterator() argument 113 PolicyIteratorBase(const iterator& X) : IteratorType(X.m_pNode) {} in PolicyIteratorBase() argument 115 explicit PolicyIteratorBase(NodeBase* X) : IteratorType(X) {} in PolicyIteratorBase() argument 149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator() argument 151 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator() argument 201 TreeIterator(const iterator& X) : TreeIteratorBase(X.m_pNode) {} in TreeIterator() 240 explicit TreeIterator(NodeBase* X) : TreeIteratorBase(X) {} in TreeIterator()
|