Searched defs:paramSet (Results 1 - 4 of 4) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/
H A DUtils.java15 public static String stringify(Object paramSet, int paramIdx) { argument
18 return result + stringify(paramSet);
21 public static String stringify(Object paramSet) { argument
23 if (paramSet == null)
25 else if (paramSet instanceof String)
26 result = paramSet.toString();
28 result = asCsvString(safelyCastParamsToArray(paramSet));
33 public static String getParameterStringByIndexOrEmpty(Object paramSet, int parameterIndex) { argument
34 Object[] params = safelyCastParamsToArray(paramSet);
35 if (paramSet instanceo
77 safelyCastParamsToArray(Object paramSet) argument
132 uniqueMethodId(int index, Object paramSet, String methodName) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp216 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; local
221 log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << TestLog::EndMessage;
222 log << TestLog::Message << "RGB src func = " << getBlendFactorName(paramSet.srcFuncRGB) << TestLog::EndMessage;
223 log << TestLog::Message << "RGB dst func = " << getBlendFactorName(paramSet.dstFuncRGB) << TestLog::EndMessage;
224 log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << TestLog::EndMessage;
225 log << TestLog::Message << "Alpha src func = " << getBlendFactorName(paramSet.srcFuncAlpha) << TestLog::EndMessage;
226 log << TestLog::Message << "Alpha dst func = " << getBlendFactorName(paramSet.dstFuncAlpha) << TestLog::EndMessage;
227 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp264 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; local
269 log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << TestLog::EndMessage;
270 log << TestLog::Message << "RGB src func = " << getBlendFactorName(paramSet.srcFuncRGB) << TestLog::EndMessage;
271 log << TestLog::Message << "RGB dst func = " << getBlendFactorName(paramSet.dstFuncRGB) << TestLog::EndMessage;
272 log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << TestLog::EndMessage;
273 log << TestLog::Message << "Alpha src func = " << getBlendFactorName(paramSet.srcFuncAlpha) << TestLog::EndMessage;
274 log << TestLog::Message << "Alpha dst func = " << getBlendFactorName(paramSet.dstFuncAlpha) << TestLog::EndMessage;
275 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 193 milliseconds