HomeSort by relevance Sort by last modified time
    Searched refs:testParam (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 760 const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confidence);
761 const float usPerCall = testParam.coefficient;
769 << "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offsetConfidenceUpper << "]us +"
770 << "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testParam.coefficientConfidenceUpper << "]"
776 if (testParam.coefficientConfidenceLower < 0.0f)
781 else if (testParam.coefficientConfidenceLower < testParam.coefficientConfidenceUpper*0.25
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]

Completed in 475 milliseconds