/external/chromium_org/net/http/ |
http_server_properties_manager.h | 130 double threshold) OVERRIDE;
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aftypes.h | 92 FT_Pos threshold );
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
onyx.h | 214 /* early breakout threshold: for video conf recommend 800 */ 272 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.c | 389 * is greater than this threshold. 392 draw_wide_point_threshold(struct draw_context *draw, float threshold) 395 draw->pipeline.wide_point_threshold = threshold; 412 * is greater than this threshold. 415 draw_wide_line_threshold(struct draw_context *draw, float threshold) 418 draw->pipeline.wide_line_threshold = roundf(threshold);
|
/external/chromium_org/v8/src/heap/ |
store-buffer.cc | 165 int threshold; member in struct:v8::internal::Samples 173 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold); 184 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) { 201 if (old_counter >= threshold) {
|
store-buffer.h | 146 void ExemptPopularPages(int prime_sample_step, int threshold);
|
/external/chromium_org/v8/test/mjsunit/ |
generated-transition-stub.js | 136 // Large array under the deopt threshold should be able to trigger GC without 190 // Large array under the deopt threshold should be able to trigger GC without
|
/external/deqp/modules/gles2/functional/ |
es2fBufferTestUtil.cpp | 417 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(3,3,3,3); 469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT)) 574 const tcu::RGBA threshold (0,0,0,0); 633 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
|
es2fDepthTests.cpp | 177 const float threshold = 0.02f; local 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles3/functional/ |
es3fFlushFinishTests.cpp | 473 const float threshold = ndx == 0 ? m_waitThreshold : m_readThreshold; 474 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold : 475 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false; 481 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
|
es3fTextureFormatTests.cpp | 160 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 211 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 350 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 393 return compareImages(log, referenceFrame, renderedFrame, threshold); 512 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 550 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold); 664 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 703 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold); 811 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 846 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 961 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 1080 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 1192 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local [all...] |
es3fDepthTests.cpp | 180 const float threshold = 0.02f; local 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es3fFboMultisampleTests.cpp | 229 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12))); 231 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles31/functional/ |
es31fTextureFormatTests.cpp | 179 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 222 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold); 317 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 355 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
|
/external/eigen/lapack/ |
dlamch.f | 46 *> rmin = underflow threshold - base**(emin-1) 48 *> rmax = overflow threshold - (base**emax)*(1-eps)
|
slamch.f | 50 *> rmin = underflow threshold - base**(emin-1) 52 *> rmax = overflow threshold - (base**emax)*(1-eps)
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 203 /* early breakout threshold: for video conf recommend 800 */ 261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.c | 389 * is greater than this threshold. 392 draw_wide_point_threshold(struct draw_context *draw, float threshold) 395 draw->pipeline.wide_point_threshold = threshold; 412 * is greater than this threshold. 415 draw_wide_line_threshold(struct draw_context *draw, float threshold) 418 draw->pipeline.wide_line_threshold = roundf(threshold);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassWriter.java | 261 * The threshold of the constant pool's hash table.
263 int threshold;
field in class:ClassWriter 538 threshold = (int) (0.75d * items.length);
[all...] |
/external/oprofile/libpp/ |
diff_container.cpp | 52 if (fabs(sym.diffs[0]) < choice.threshold)
|
/external/chromium_org/content/browser/media/capture/ |
video_capture_oracle.cc | 46 // to lock-in. This is the threshold at which the "smoothness" problem is no 306 const base::TimeDelta threshold = local 308 while ((event_time - observations_.front().event_time) > threshold)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
Shape.cpp | 187 PassOwnPtr<Shape> Shape::createRasterShape(Image* image, float threshold, const LayoutRect& imageR, const LayoutRect& marginR, WritingMode writingMode, float margin) 201 uint8_t alphaPixelThreshold = threshold * 255;
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
cluster.h | 61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap. 91 double threshold = pairs->empty() ? 1e99 : local 96 if (cost_combo < threshold - p.cost_diff) {
|
/external/chromium_org/v8/test/webkit/ |
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 38 // Since the function contains unreachable code we need a higher optimization threshold.
|
/external/opencv/cv/src/ |
cvmatchcontours.cpp | 219 // threshold - threshold for the contour trees matching 224 int method, double threshold ) 383 while( i > 0 && match_v < threshold );
|