Home
last modified time | relevance | path

Searched refs:X (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/frameworks/base/libs/hwui/
DDisplayListOps.in17 X(Flush)
18 X(Save)
19 X(Restore)
20 X(SaveLayer)
21 X(SaveBehind)
22 X(Concat)
23 X(SetMatrix)
24 X(Scale)
25 X(Translate)
26 X(ClipPath)
[all …]
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp71 #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/lib/include/
DEGLUtils.h190 #define X(VAL) \ in printEGLConfiguration() macro
196 X(EGL_BUFFER_SIZE), in printEGLConfiguration()
197 X(EGL_ALPHA_SIZE), in printEGLConfiguration()
198 X(EGL_BLUE_SIZE), in printEGLConfiguration()
199 X(EGL_GREEN_SIZE), in printEGLConfiguration()
200 X(EGL_RED_SIZE), in printEGLConfiguration()
201 X(EGL_DEPTH_SIZE), in printEGLConfiguration()
202 X(EGL_STENCIL_SIZE), in printEGLConfiguration()
203 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
204 X(EGL_CONFIG_ID), in printEGLConfiguration()
[all …]
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp175 #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/opt/vcard/tests/res/raw/
Dv21_multiple_entry.vcf4 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 …]
Dv21_android_custom_prop.vcf2 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
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp189 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro
191 X(EGL_BUFFER_SIZE), in printEGLConfiguration()
192 X(EGL_ALPHA_SIZE), in printEGLConfiguration()
193 X(EGL_BLUE_SIZE), in printEGLConfiguration()
194 X(EGL_GREEN_SIZE), in printEGLConfiguration()
195 X(EGL_RED_SIZE), in printEGLConfiguration()
196 X(EGL_DEPTH_SIZE), in printEGLConfiguration()
197 X(EGL_STENCIL_SIZE), in printEGLConfiguration()
198 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
199 X(EGL_CONFIG_ID), in printEGLConfiguration()
[all …]
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp285 #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/rs/cpu_ref/
DrsCpuBLASDispatch.h27 const float *X, const int incX, const float beta,
32 const float *A, const int lda, const float *X,
37 float *X, const int incX);
41 float *X, const int incX);
44 const int N, const float *Ap, float *X, const int incX);
47 const int N, const float *A, const int lda, float *X,
52 float *X, const int incX);
55 const int N, const float *Ap, float *X, const int incX);
60 const double *X, const int incX, const double beta,
65 const double *A, const int lda, const double *X,
[all …]
DrsCpuIntrinsicBLAS.cpp254 void *X = nullptr; in invokeForEach() local
279 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach()
281 lda, (float*)X, call->incX, call->beta.f, (float*)Y, call->incY); in invokeForEach()
284 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach()
286 call->alpha.f, (float*)A, lda, (float*)X, call->incX, in invokeForEach()
290 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach()
292 lda, (float*)X, call->incX); in invokeForEach()
295 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach()
297 lda, (float*)X, call->incX); in invokeForEach()
301 initABC(ain, sizeof(float), &A, &X, nullptr, &lda, &ldb, nullptr); in invokeForEach()
[all …]
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp284 #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/native/opengl/tests/gl_basic/
Dgl_basic.cpp101 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro
103 X(EGL_BUFFER_SIZE), in printEGLConfiguration()
104 X(EGL_ALPHA_SIZE), in printEGLConfiguration()
105 X(EGL_BLUE_SIZE), in printEGLConfiguration()
106 X(EGL_GREEN_SIZE), in printEGLConfiguration()
107 X(EGL_RED_SIZE), in printEGLConfiguration()
108 X(EGL_DEPTH_SIZE), in printEGLConfiguration()
109 X(EGL_STENCIL_SIZE), in printEGLConfiguration()
110 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
111 X(EGL_CONFIG_ID), in printEGLConfiguration()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java286 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y…
291 !X.getType().getElement().isCompatible(e) ||
295 if (X.getType().getY() > 1 || Y.getType().getY() > 1) {
310 if (X.getType().getX() != expectedXDim ||
331 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV() argument
332 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
338 long xID = X.getID(mRS); in SGEMV()
342 xID = getDummyAlloc(X); in SGEMV()
363 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV() argument
364 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java279 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() argument
284 !X.getType().getElement().isCompatible(e) || in validateGEMV()
288 if (X.getType().getY() > 1 || Y.getType().getY() > 1) { in validateGEMV()
303 if (X.getType().getX() != expectedXDim || in validateGEMV()
324 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV() argument
325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
328 …getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.… in SGEMV()
346 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV() argument
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
350 …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/
DScriptIntrinsicBLAS.cpp184 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateGEMV() argument
188 !X->getType()->getElement()->isCompatible(e) || in validateGEMV()
192 if (X->getType()->getY() > 1 || Y->getType()->getY() > 1) { in validateGEMV()
207 if ((int)X->getType()->getX() != expectedXDim || in validateGEMV()
213 …cBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, in SGEMV() argument
215 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
220 alpha, A->getID(), X->getID(), in SGEMV()
224 …BLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, in DGEMV() argument
226 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
231 alpha, A->getID(), X->getID(), in DGEMV()
[all …]
DrsCppStructs.h1850 float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1869 double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1888 Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1907 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1935 … int KL, int KU, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1963 int KL, int KU, double alpha, const sp<Allocation>& A, const sp<Allocation>& X,
1991 int KL, int KU, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X,
2019 … int KL, int KU, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
2036 const sp<Allocation>& A, const sp<Allocation>& X, int incX);
2052 const sp<Allocation>& A, const sp<Allocation>& X, int incX);
[all …]
/frameworks/rs/driver/
DrsdGL.cpp84 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() macro
86 X(EGL_BUFFER_SIZE), in printEGLConfiguration()
87 X(EGL_ALPHA_SIZE), in printEGLConfiguration()
88 X(EGL_BLUE_SIZE), in printEGLConfiguration()
89 X(EGL_GREEN_SIZE), in printEGLConfiguration()
90 X(EGL_RED_SIZE), in printEGLConfiguration()
91 X(EGL_DEPTH_SIZE), in printEGLConfiguration()
92 X(EGL_STENCIL_SIZE), in printEGLConfiguration()
93 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
94 X(EGL_CONFIG_ID), in printEGLConfiguration()
[all …]
/frameworks/layoutlib/create/tests/res/mock_data/mock_android/fake/
DInnerTest.java70 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/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_GetDisplayNativePrimariesTest.cpp46 primaries.red.X = startingVal++; in populateDummyDisplayNativePrimaries()
49 primaries.green.X = startingVal++; in populateDummyDisplayNativePrimaries()
52 primaries.blue.X = startingVal++; in populateDummyDisplayNativePrimaries()
55 primaries.white.X = startingVal++; in populateDummyDisplayNativePrimaries()
63 EXPECT_EQ(primaries.red.X, startingVal++); in checkDummyDisplayNativePrimaries()
66 EXPECT_EQ(primaries.green.X, startingVal++); in checkDummyDisplayNativePrimaries()
69 EXPECT_EQ(primaries.blue.X, startingVal++); in checkDummyDisplayNativePrimaries()
72 EXPECT_EQ(primaries.white.X, startingVal++); in checkDummyDisplayNativePrimaries()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp968 #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/compile/mclinker/include/mcld/ADT/
DBinTree.h31 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()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Polynomial.cpp43 LVM_FLOAT LVM_Polynomial(LVM_UINT16 N, LVM_FLOAT* pCoefficients, LVM_FLOAT X) { in LVM_Polynomial() argument
50 if (X == -1.0f) { in LVM_Polynomial()
60 XTemp = X; in LVM_Polynomial()
68 Temp = XTemp * X; in LVM_Polynomial()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_no_password6 $�(I���$�%Hz��?3;��vg��y���T��_Wխ{o�������-m��*�r�x�;b�<���1X/o)� ����-P�����z���*������…
10 ��x�@ �7f��0X������a(4
15 …8�`��GC`��-0!`x��84����,�������C �(�oJ�q����!��[k��B�X�?p�GD����#���3v�w…
17 ? �/L��`������W�!�(�/�1���?_��=�X��A�@>�a|N#q�;��'$��������{��y��`8|�����C��ߔǻ…
20 �A�B�G94����y(o�~-���X;/ �_�p;���@$��B��xh�!P �`�T����P���?�'�Ͻ�����
23 …�Gٽ9qmq�kNȸxϖ1��3�gQ�g2��_��K�7��O>Vkq;U:7fH���Z��"���H�y\QV�f�fjܭ� �ś���W\X韋���=�&�\� ޻_W��
26 …��K4U������N���&��x�T� )G:�����4�Y��Ƹ�aF:CYb���5r�O��\���A��!j��U��m��X��ۦL������-[u{�vށ…
27 …��#������O"jL)?� ����4ǔ��ҽjQ��2�#�g;�]�.�=��T���t�-E��z�V@� ֳ�x=���X@hM�2��\����t�;�����…
32 ����lĬ�"��#诰_��!��h���XG�#}J����LSiz�h�W��[���m�uo�Ȩ藫o���-��-X"pم��,�2���<h��M��|���…
33 …g{4i����)�tJ��T/~$��Q^��6M#i���H���Yi�tˬ~�c���*�����Z�7����H�84JX,"�S�yF���$TZ�C����…
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp915 Relocator::DWord X = S + A - P; in thm_jump8() local
916 if (helper_check_signed_overflow(X, 9)) in thm_jump8()
919 pReloc.target() = (pReloc.target() & 0xFFFFFF00u) | ((X & 0x01FEu) >> 1); in thm_jump8()
933 Relocator::DWord X = S + A - P; in thm_jump11() local
934 if (helper_check_signed_overflow(X, 12)) in thm_jump11()
937 pReloc.target() = (pReloc.target() & 0xFFFFF800u) | ((X & 0x0FFEu) >> 1); in thm_jump11()
970 Relocator::DWord X = ((S + A) | T) - P; in thm_jump19() local
971 if (helper_check_signed_overflow(X, 21)) in thm_jump19()
974 upper_inst = helper_thumb32_cond_branch_upper(upper_inst, X); in thm_jump19()
975 lower_inst = helper_thumb32_cond_branch_lower(lower_inst, X); in thm_jump19()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h110 pointer address(reference X) const { return &X; } in address() argument
112 const_pointer address(const_reference X) const { return &X; } in address() argument
327 pointer address(reference X) const { return &X; } in address() argument
329 const_pointer address(const_reference X) const { return &X; } in address() argument
374 pointer address(reference X) const { return X; } in address() argument
376 const_pointer address(const_reference X) const { return X; } in address() argument

12345678910>>...17