/external/deqp/modules/gles31/functional/ |
es31fFboColorbufferTests.cpp | 103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); 105 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage; 107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
/cts/tests/tests/display/src/android/display/cts/ |
VirtualDisplayTest.java | 422 // We use this threshold in case the display is being letterboxed when 428 final int threshold = width * height / 4; local 429 if (bluePixels > threshold) { 433 if (greenPixels > threshold) { 437 if (blackPixels > threshold) {
|
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/ |
native_heap_classifier_unittest.py | 136 nheap, threshold=0.05)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
network_quiescence.js | 58 * resources requested via XMLHttpRequest) has exceeded a threshold defined 63 * threshold. This state is sticky, so once this function returns true for a
|
/external/deqp/modules/gles2/functional/ |
es2fFlushFinishTests.cpp | 402 const float threshold = ndx == 0 ? m_waitThreshold : m_readThreshold; 403 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold : 404 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false; 410 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
|
es2fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 42 unsigned int threshold; local 50 "numdirs_threshold", 0, 0, &threshold); 55 (threshold && num_dirs <= threshold))
|
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR.h | 218 * For that, it uses the threshold value that you can control by calling 225 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); 235 * For that, it uses the threshold value that you can control by calling 248 * For that, it uses the threshold value that you can control by calling 261 * For that, it uses the threshold value that you can control by calling 273 * For that, it uses the threshold value that you can control by calling 305 /** Allows to prescribe a threshold to be used by certain methods, such as rank(), 309 * When it needs to get the threshold value, Eigen calls threshold(). By default, this 310 * uses a formula to automatically determine a reasonable threshold 347 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR [all...] |
ColPivHouseholderQR_MKL.h | 75 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); \
|
FullPivHouseholderQR.h | 215 * For that, it uses the threshold value that you can control by calling 222 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); 232 * For that, it uses the threshold value that you can control by calling 245 * For that, it uses the threshold value that you can control by calling 258 * For that, it uses the threshold value that you can control by calling 270 * For that, it uses the threshold value that you can control by calling 301 /** Allows to prescribe a threshold to be used by certain methods, such as rank(), 305 * When it needs to get the threshold value, Eigen calls threshold(). By default, this 306 * uses a formula to automatically determine a reasonable threshold 343 RealScalar threshold() const function in class:Eigen::FullPivHouseholderQR [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 69 float threshold; member in struct:CvHidHaarTreeNode 89 float threshold; member in struct:CvHidHaarStageClassifier 288 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 318 node->threshold = classifier->threshold[l]; 369 ipp_thresholds[j] = classifier->threshold[0]; 673 double t = node->threshold * variance_norm_factor; 744 if( stage_sum >= ptr->threshold ) 772 double sum, t = node->threshold*variance_norm_factor, a, b 1545 float threshold = 0; local [all...] |
cvpyrsegmentation.cpp | 97 double threshold, 102 double threshold, 108 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); 112 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); [all...] |
/external/pdfium/core/src/reflow/ |
autoreflow.cpp | 669 FX_FLOAT threshold = rcCurObj.Width() / 4; local 671 if(FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2 672 && FXSYS_fabs(pPreObj->m_Top - pCurObj->m_Top) < threshold * 2) { 680 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold * 2 681 && FXSYS_fabs(pPreObj->m_Right - pCurObj->m_Right) < threshold * 2) { 689 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold && 690 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) > threshold * 2) { 693 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) > threshold && 694 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2) {
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
AbstractHashedMap.java | 60 * The default threshold to use 91 protected transient int threshold; field in class:AbstractHashedMap 121 * @param threshold the threshold, must be sensible 123 protected AbstractHashedMap(int initialCapacity, float loadFactor, int threshold) { 127 this.threshold = threshold; 160 this.threshold = calculateThreshold(initialCapacity, loadFactor); 574 * This implementation uses the threshold to check if the map needs enlarging 577 if (size >= threshold) { [all...] |
/external/srec/portable/src/ |
phashtable.c | 62 unsigned int threshold; member in struct:PHashTable_t 121 tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.maxLoadFactor); 291 table->threshold = (unsigned int)(newCapacity * table->args.maxLoadFactor); 361 if (table->size >= table->threshold)
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 476 // We use this threshold in case the display is being letterboxed when 482 final int threshold = width * height / 4; local 483 if (bluePixels > threshold) { 487 if (greenPixels > threshold) { 491 if (blackPixels > threshold) {
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 1683 FT_Int threshold; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1682 FT_Int threshold; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshalgo.c | 1683 FT_Int threshold; local [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
StandardDeviationVerification.java | 36 // sensorType: threshold 52 * @param threshold the thresholds 54 public StandardDeviationVerification(float[] threshold) { 55 mThreshold = threshold;
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
MSSIMComparer.java | 46 public MSSIMComparer(double threshold) { 47 mThreshold = threshold;
|
/external/ceres-solver/internal/ceres/ |
incomplete_lq_factorization.cc | 131 const double threshold = drop_tolerance * max_value; local 135 if (fabs(dense_row[i]) > threshold) {
|
/external/chromium_org/chrome/app/ |
client_util.cc | 126 double threshold = (channel == installer::kChromeChannelStable) ? 0.01 : 0.10; local 132 if (PreReadExperimentIsActive() && (population <= threshold)) {
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.cc | 220 const base::TimeDelta threshold = local 222 if ((base::Time::Now() + threshold) > x509->valid_expiry()) {
|