Searched refs:paramArray (Results 1 – 5 of 5) sorted by relevance
81 Object[] paramArray = {new String("BUG"), new Date()}; in Test4074764() local82 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()94 tempBuffer = messageFormatter.format(paramArray); in Test4074764()139 Object[] paramArray = {new Integer(7)}; in Test4031438() local140 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()
78 Object[] paramArray = {new String("BUG"), new Date()}; in Test4074764() local79 String tempBuffer = messageFormatter.format(paramArray); in Test4074764()91 tempBuffer = messageFormatter.format(paramArray); in Test4074764()136 Object[] paramArray = {new Integer(7)}; in Test4031438() local137 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()
79 float VectorLength(const TConstantUnion *paramArray, size_t paramArraySize) in VectorLength() argument84 float f = paramArray[i].getFConst(); in VectorLength()110 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() argument116 elements.push_back(paramArray[i].getFConst()); in GetMatrix()123 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() argument127 elements.push_back(paramArray[i].getFConst()); in GetMatrix()
3629 constant program parameter offset for relative addressing. "paramArray"3642 return paramArray[index];
3639 constant program parameter offset for relative addressing. "paramArray"3652 return paramArray[index];