Home
last modified time | relevance | path

Searched refs:X (Results 1 – 25 of 315) 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/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/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/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/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.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.cpp204 #define AddInput(X) \ in SVDFOpModel() argument
205 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in SVDFOpModel()
206 inputs.push_back(model_.addOperand(&X##OpndTy)); in SVDFOpModel()
225 #define AddOutput(X) \ in SVDFOpModel() argument
226 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in SVDFOpModel()
227 outputs.push_back(model_.addOperand(&X##OpndTy)); in SVDFOpModel()
244 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in SVDFOpModel() argument
263 #define SetInputOrWeight(X) \ in Invoke() argument
264 ASSERT_EQ(execution.setInput(SVDF::k##X##Tensor, X##_.data(), \ in Invoke()
265 sizeof(float) * X##_.size()), \ in Invoke()
[all …]
DEmbeddingLookupTest.cpp98 #define SetInputOrWeight(X, T) \ in Invoke() argument
99 ASSERT_EQ(execution.setInput(EmbeddingLookup::k##X##Tensor, X##_.data(), \ in Invoke()
100 sizeof(T) * X##_.size()), \ in Invoke()
107 #define SetOutput(X, T) \ in Invoke() argument
108 ASSERT_EQ(execution.setOutput(EmbeddingLookup::k##X##Tensor, X##_.data(), \ in Invoke()
109 sizeof(T) * X##_.size()), \ in Invoke()
119 #define DefineSetter(X, T) \ argument
120 void Set##X(const std::vector<T>& f) { \
121 X##_.insert(X##_.end(), f.begin(), f.end()); \
146 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLayerNormLSTMTest.cpp106 #define AddInput(X) \ in LayerNormLSTMOpModel() argument
108 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in LayerNormLSTMOpModel()
109 inputs.push_back(model_.addOperand(&X##OpndTy)); in LayerNormLSTMOpModel()
136 #define AddOutput(X) \ in LayerNormLSTMOpModel() argument
138 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in LayerNormLSTMOpModel()
139 outputs.push_back(model_.addOperand(&X##OpndTy)); in LayerNormLSTMOpModel()
162 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LayerNormLSTMOpModel() argument
171 #define DefineSetter(X) \ argument
172 void Set##X(const std::vector<float>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
209 #define SetInputOrWeight(X) \ in Invoke() argument
[all …]
DHashtableLookupTest.cpp112 #define SetInputOrWeight(X, T) \ in Invoke() argument
113 ASSERT_EQ(execution.setInput(HashtableLookup::k##X##Tensor, X##_.data(), \ in Invoke()
114 sizeof(T) * X##_.size()), \ in Invoke()
121 #define SetOutput(X, T) \ in Invoke() argument
122 ASSERT_EQ(execution.setOutput(HashtableLookup::k##X##Tensor, X##_.data(), \ in Invoke()
123 sizeof(T) * X##_.size()), \ in Invoke()
133 #define DefineSetter(X, T) \ argument
134 void Set##X(const std::vector<T>& f) { \
135 X##_.insert(X##_.end(), f.begin(), f.end()); \
158 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLSHProjectionTest.cpp88 #define DefineSetter(X, T) \ argument
89 void Set##X(const std::vector<T>& f) { X##_.insert(X##_.end(), f.begin(), f.end()); }
104 #define SetInputOrWeight(X, T) \ in Invoke() argument
106 execution.setInput(LSHProjection::k##X##Tensor, X##_.data(), sizeof(T) * X##_.size()), \ in Invoke()
113 #define SetOutput(X, T) \ in Invoke() argument
114 ASSERT_EQ(execution.setOutput(LSHProjection::k##X##Tensor, X##_.data(), \ in Invoke()
115 sizeof(T) * X##_.size()), \ in Invoke()
DRNNTest.cpp189 #define DefineSetter(X) \ argument
190 void Set##X(const std::vector<float>& f) { \
191 X##_.insert(X##_.end(), f.begin(), f.end()); \
223 #define SetInputOrWeight(X) \ in Invoke() argument
224 ASSERT_EQ(execution.setInput(RNN::k##X##Tensor, X##_.data(), \ in Invoke()
225 sizeof(float) * X##_.size()), \ in Invoke()
232 #define SetOutput(X) \ in Invoke() argument
233 ASSERT_EQ(execution.setOutput(RNN::k##X##Tensor, X##_.data(), \ in Invoke()
234 sizeof(float) * X##_.size()), \ in Invoke()
257 #define DefineTensor(X) std::vector<float> X##_; argument
DLSTMTest.cpp96 #define AddInput(X) \ in LSTMOpModel() argument
97 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \ in LSTMOpModel()
98 inputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
123 #define AddOutput(X)\ in LSTMOpModel() argument
124 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it2++); \ in LSTMOpModel()
125 outputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
146 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LSTMOpModel() argument
155 #define DefineSetter(X) \ argument
156 void Set##X(const std::vector<float> &f) { \
157 X##_.insert(X##_.end(), f.begin(), f.end()); \
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBBootstrap.h52 #define GPB_ENUM(X) enum X : int32_t X; enum X : int32_t argument
54 #define GPB_ENUM(X) NS_ENUM(int32_t, X) argument
59 #define GPB_ENUM_FWD_DECLARE(X) enum X : int32_t argument
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Polynomial.c46 LVM_FLOAT X) in LVM_Polynomial() argument
54 if(X == -1.0f) in LVM_Polynomial()
69 XTemp = X; in LVM_Polynomial()
78 Temp = XTemp * X; in LVM_Polynomial()
87 LVM_INT32 X) in LVM_Polynomial() argument
95 if((LVM_UINT32)X==0x80000000) in LVM_Polynomial()
110 XTemp=X; in LVM_Polynomial()
119 MUL32x32INTO32(XTemp,X,Temp,31) in LVM_Polynomial()
/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/dummy/
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()

12345678910>>...13