Home
last modified time | relevance | path

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

12345678910>>...13

/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(Translate)
25 X(ClipPath)
26 X(ClipRect)
[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/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/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 …]
/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/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/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/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java282 …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/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java275 …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/
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 …]
/frameworks/ml/nn/common/operations/
DSVDFTest.cpp184 #define AddInput(X) \ in SVDFOpModel() argument
185 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in SVDFOpModel()
186 inputs.push_back(model_.addOperand(&X##OpndTy)); in SVDFOpModel()
205 #define AddOutput(X) \ in SVDFOpModel() argument
206 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in SVDFOpModel()
207 outputs.push_back(model_.addOperand(&X##OpndTy)); in SVDFOpModel()
226 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in SVDFOpModel() argument
245 #define SetInputOrWeight(X) \ in Invoke() argument
246 ASSERT_EQ(execution.setInput(SVDF::k##X##Tensor, X##_.data(), sizeof(float) * X##_.size()), \ in Invoke()
253 #define SetOutput(X) \ in Invoke() argument
[all …]
DEmbeddingLookupTest.cpp100 #define SetInputOrWeight(X, T) \ in Invoke() argument
101 ASSERT_EQ(execution.setInput(EmbeddingLookup::k##X##Tensor, X##_.data(), \ in Invoke()
102 sizeof(T) * X##_.size()), \ in Invoke()
109 #define SetOutput(X, T) \ in Invoke() argument
110 ASSERT_EQ(execution.setOutput(EmbeddingLookup::k##X##Tensor, X##_.data(), \ in Invoke()
111 sizeof(T) * X##_.size()), \ in Invoke()
121 #define DefineSetter(X, T) \ argument
122 void Set##X(const std::vector<T>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
146 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLayerNormLSTMTest.cpp105 #define AddInput(X) \ in LayerNormLSTMOpModel() argument
107 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in LayerNormLSTMOpModel()
108 inputs.push_back(model_.addOperand(&X##OpndTy)); in LayerNormLSTMOpModel()
135 #define AddOutput(X) \ in LayerNormLSTMOpModel() argument
137 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in LayerNormLSTMOpModel()
138 outputs.push_back(model_.addOperand(&X##OpndTy)); in LayerNormLSTMOpModel()
161 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LayerNormLSTMOpModel() argument
170 #define DefineSetter(X) \ argument
171 void Set##X(const std::vector<float>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
208 #define SetInputOrWeight(X) \ in Invoke() argument
[all …]
DHashtableLookupTest.cpp115 #define SetInputOrWeight(X, T) \ in Invoke() argument
116 ASSERT_EQ(execution.setInput(HashtableLookup::k##X##Tensor, X##_.data(), \ in Invoke()
117 sizeof(T) * X##_.size()), \ in Invoke()
124 #define SetOutput(X, T) \ in Invoke() argument
125 ASSERT_EQ(execution.setOutput(HashtableLookup::k##X##Tensor, X##_.data(), \ in Invoke()
126 sizeof(T) * X##_.size()), \ in Invoke()
136 #define DefineSetter(X, T) \ argument
137 void Set##X(const std::vector<T>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
159 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLSHProjectionTest.cpp89 #define DefineSetter(X, T) \ argument
90 void Set##X(const std::vector<T>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
105 #define SetInputOrWeight(X, T) \ in Invoke() argument
107 execution.setInput(LSHProjection::k##X##Tensor, X##_.data(), sizeof(T) * X##_.size()), \ in Invoke()
114 #define SetOutput(X, T) \ in Invoke() argument
115 ASSERT_EQ(execution.setOutput(LSHProjection::k##X##Tensor, X##_.data(), \ in Invoke()
116 sizeof(T) * X##_.size()), \ in Invoke()
DRNNTest.cpp167 #define DefineSetter(X) \ argument
168 void Set##X(const std::vector<float>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
199 #define SetInputOrWeight(X) \ in Invoke() argument
200 ASSERT_EQ(execution.setInput(RNN::k##X##Tensor, X##_.data(), sizeof(float) * X##_.size()), \ in Invoke()
207 #define SetOutput(X) \ in Invoke() argument
208 ASSERT_EQ(execution.setOutput(RNN::k##X##Tensor, X##_.data(), sizeof(float) * X##_.size()), \ in Invoke()
230 #define DefineTensor(X) std::vector<float> X##_; argument
DLSTMTest.cpp100 #define AddInput(X) \ in LSTMOpModel() argument
101 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in LSTMOpModel()
102 inputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
127 #define AddOutput(X) \ in LSTMOpModel() argument
128 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in LSTMOpModel()
129 outputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
152 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LSTMOpModel() argument
161 #define DefineSetter(X) \ argument
162 void Set##X(const std::vector<float>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
198 #define SetInputOrWeight(X) \ in Invoke() argument
[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/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/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()

12345678910>>...13