/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 72 #define X(VAL) {VAL, #VAL} in glTestPrintEGLConfiguration() macro 74 X(EGL_BUFFER_SIZE), in glTestPrintEGLConfiguration() 75 X(EGL_ALPHA_SIZE), in glTestPrintEGLConfiguration() 76 X(EGL_BLUE_SIZE), in glTestPrintEGLConfiguration() 77 X(EGL_GREEN_SIZE), in glTestPrintEGLConfiguration() 78 X(EGL_RED_SIZE), in glTestPrintEGLConfiguration() 79 X(EGL_DEPTH_SIZE), in glTestPrintEGLConfiguration() 80 X(EGL_STENCIL_SIZE), in glTestPrintEGLConfiguration() 81 X(EGL_CONFIG_CAVEAT), in glTestPrintEGLConfiguration() 82 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/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/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 …]
|
D | v21_android_custom_prop.vcf | 2 X-ANDROID-CUSTOM:custom_mime1;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15 3 X-ANDROID-CUSTOM:custom_mime2;a;b;c;d;e;f;g;h;i;j;k;l;m;n;o;p 4 X-ANDROID-CUSTOM:custom_mime3 5 X-ANDROID-CUSTOM:custom_mime4;z
|
D | v21_winmo_65.vcf | 7 X-CLASS:PUBLIC 8 X-REDUCTION: 9 X-NO:
|
D | v21_x_param.vcf | 4 ADR;X-custom:pobox;street 5 TEL;X-CuStoMpRop:1 7 EMAIL;X-cUstomPrOperty:email@example.com
|
D | v30_simple.vcf | 9 X-GNO:0 10 X-GN:group0 11 X-REDUCTION:0
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeBase.h | 33 inline void move(NodeBase *&X) in move() argument 37 inline void hook(NodeBase *X, const NodeBase *Y) in hook() argument 62 TreeIteratorBase(NodeBase *X) in TreeIteratorBase() 63 : m_pNode(X) in TreeIteratorBase() 89 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) 90 { X = X->left; } 93 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) 94 { X = X->right; } 97 inline void hook<TreeIteratorBase::Leftward>(NodeBase *X, const NodeBase *Y) 98 { X->left = const_cast<NodeBase*>(Y); } [all …]
|
D | BinTree.h | 37 DFSIterator(NodeBase *X) in DFSIterator() argument 38 : TreeIteratorBase(X) { in DFSIterator() 72 BFSIterator(NodeBase *X) in BFSIterator() argument 73 : TreeIteratorBase(X) { in BFSIterator() 123 PolicyIteratorBase(const iterator &X) in PolicyIteratorBase() argument 124 : IteratorType(X.m_pNode) {} in PolicyIteratorBase() 126 explicit PolicyIteratorBase(NodeBase* X) in PolicyIteratorBase() argument 127 : IteratorType(X) {} in PolicyIteratorBase() 159 PolicyIterator(const iterator &X) in PolicyIterator() argument 160 : Base(X.m_pNode) {} in PolicyIterator() [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/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocationFactory.cpp | 542 ARMRelocationFactory::DWord X = ((S + A) | T) - P; in call() local 544 if (X & 0x03u) { // Lowest two bit is not zero. in call() 548 assert(!helper_check_signed_overflow(X, 26) && "Jump or Call target too far!"); in call() 550 pReloc.target() = (pReloc.target() & 0xFF000000u) | ((X & 0x03FFFFFEu) >> 2); in call() 594 ARMRelocationFactory::DWord X = ((S + A) | T) - P; in thm_call() local 595 X >>= 1; in thm_call() 598 if (helper_check_signed_overflow(X, 24)) { in thm_call() 607 if ((X & 0x5000U) == 0x4000U) { in thm_call() 608 X = (X + 2) & ~0x3U; in thm_call() 611 upper16 = helper_thumb32_branch_upper(upper16, X); in thm_call() [all …]
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | calc_sbr_anafilterbank.cpp | 135 Int16 * X, in calc_sbr_anafilterbank_LC() argument 161 pt_X_1 = X; in calc_sbr_anafilterbank_LC() 173 pt_X_1 = &X[-1]; in calc_sbr_anafilterbank_LC() 174 pt_X_2 = &X[-319]; in calc_sbr_anafilterbank_LC() 249 pt_X_1 = X; in calc_sbr_anafilterbank_LC() 251 realAccu2 = fxp_mul32_by_16(Qfmt27(0.00370548843500F), X[ -32]); in calc_sbr_anafilterbank_LC() 272 Int16 * X, in calc_sbr_anafilterbank() argument 299 realAccu1 = fxp_mul32_by_16(Qfmt27(-0.36115899F), X[-192]); in calc_sbr_anafilterbank() 302 realAccu1 = fxp_mac32_by_16(Qfmt27(-0.36115899F), -X[-128], realAccu1); in calc_sbr_anafilterbank() 303 realAccu1 = fxp_mac32_by_16(Qfmt27(-0.013271822F), X[-256], realAccu1); in calc_sbr_anafilterbank() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 89 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local 103 for (X=0; X<8; X++) in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 105 I = (X>>1)+4*(Y>>1); in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 119 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 121 pThresholds[(X>>1)+4*(Y>>2)], in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 88 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local 102 for (X=0; X<8; X+=4, Internal=1) in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 106 I = (Y>>1)+4*(X>>1); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 120 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 122 pThresholds[(Y>>1)+4*(X>>2)], in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
|
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 85 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local 99 for (X=0; X<16; X++) in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 101 I = (X>>2)+4*(Y>>2); in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 114 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 84 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local 99 for (X=0; X<16; X+=4, Internal=1) in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 103 I = (Y>>2)+4*(X>>2); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 117 pSrcDst + Y*srcdstStep + X, in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 90 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 92 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 93 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 94 X(EGL_BLUE_SIZE), in printEGLConfiguration() 95 X(EGL_GREEN_SIZE), in printEGLConfiguration() 96 X(EGL_RED_SIZE), in printEGLConfiguration() 97 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 98 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 99 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 100 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | MCCacheReader.cpp | 314 #define PRINT_SHA1(PREFIX, X, POSTFIX) \ in checkDependency() argument 317 X[0], X[1], X[2], X[3], X[4], X[5], X[6], X[7], X[8], X[9], \ in checkDependency() 318 X[10],X[11],X[12],X[13],X[14],X[15],X[16],X[17],X[18],X[19]); in checkDependency()
|
/frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/ |
D | InnerTest.java | 69 public <X> void genericMethod1(X a, X[] a) { in genericMethod1() 72 public <X, Y> void genericMethod2(X a, List<Y> b) { in genericMethod2() 75 public <X, Y> void genericMethod3(X a, List<Y extends InnerTest> b) { in genericMethod3()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 983 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro 985 X(EGL_BUFFER_SIZE), in printEGLConfiguration() 986 X(EGL_ALPHA_SIZE), in printEGLConfiguration() 987 X(EGL_BLUE_SIZE), in printEGLConfiguration() 988 X(EGL_GREEN_SIZE), in printEGLConfiguration() 989 X(EGL_RED_SIZE), in printEGLConfiguration() 990 X(EGL_DEPTH_SIZE), in printEGLConfiguration() 991 X(EGL_STENCIL_SIZE), in printEGLConfiguration() 992 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration() 993 X(EGL_CONFIG_ID), in printEGLConfiguration() [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 109 pointer address(reference X) const 110 { return &X; } 112 const_pointer address(const_reference X) const 113 { return &X; } 343 pointer address(reference X) const 344 { return &X; } 346 const_pointer address(const_reference X) const 347 { return &X; } 400 pointer address(reference X) const 401 { return X; } [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Polynomial.c | 46 LVM_INT32 X) in LVM_Polynomial() argument 54 if((LVM_UINT32)X==0x80000000) in LVM_Polynomial() 69 XTemp=X; in LVM_Polynomial() 78 MUL32x32INTO32(XTemp,X,Temp,31) in LVM_Polynomial()
|