Home
last modified time | relevance | path

Searched refs:paramArray (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java81 Object[] paramArray = {new String("BUG"), new Date()}; in Test4074764() local
82 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()
94 tempBuffer = messageFormatter.format(paramArray); in Test4074764()
139 Object[] paramArray = {new Integer(7)}; in Test4031438() local
140 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
146 if (objs[paramArray.length] != null) in Test4031438()
149 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438()
159 tempBuffer = messageFormatter.format(paramArray); in Test4031438()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java78 Object[] paramArray = {new String("BUG"), new Date()}; in Test4074764() local
79 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()
91 tempBuffer = messageFormatter.format(paramArray); in Test4074764()
136 Object[] paramArray = {new Integer(7)}; in Test4031438() local
137 String tempBuffer = messageFormatter.format(paramArray); in Test4031438()
143 if (objs[paramArray.length] != null) in Test4031438()
146 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438()
156 tempBuffer = messageFormatter.format(paramArray); in Test4031438()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp79 float VectorLength(const TConstantUnion *paramArray, size_t paramArraySize) in VectorLength() argument
84 float f = paramArray[i].getFConst(); in VectorLength()
110 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() argument
116 elements.push_back(paramArray[i].getFConst()); in GetMatrix()
123 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() argument
127 elements.push_back(paramArray[i].getFConst()); in GetMatrix()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt3629 constant program parameter offset for relative addressing. "paramArray"
3642 return paramArray[index];
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt3639 constant program parameter offset for relative addressing. "paramArray"
3652 return paramArray[index];