Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java85 public DeferredFileOutputStream(final int threshold, final File outputFile) { in DeferredFileOutputStream()
100 … private DeferredFileOutputStream(final int threshold, final File outputFile, final String prefix, in DeferredFileOutputStream()
122 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream()
141 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… in DeferredFileOutputStream()
162 public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix, in DeferredFileOutputStream()
DThresholdingOutputStream.java48 private final int threshold; field in ThresholdingOutputStream
75 public ThresholdingOutputStream(final int threshold) { in ThresholdingOutputStream()
87 …public ThresholdingOutputStream(final int threshold, final IOConsumer<ThresholdingOutputStream> th… in ThresholdingOutputStream()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc100 float threshold = 0.5; in LatestMetrics() local
105 for (auto& threshold : ap_params.iou_thresholds()) { in LatestMetrics() local
115 for (float threshold : iou_thresholds) { in LatestMetrics() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
22 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_flow_controller_test.cc218 QuicByteCount threshold = in TEST_F() local
272 QuicByteCount threshold = in TEST_F() local
324 QuicByteCount threshold = in TEST_F() local
381 QuicByteCount threshold = in TEST_F() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DThresholdCircuitBreaker.java61 private final long threshold; field in ThresholdCircuitBreaker
73 public ThresholdCircuitBreaker(final long threshold) { in ThresholdCircuitBreaker()
/external/deqp/framework/common/
DtcuImageCompare.cpp91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels()
217 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare()
286 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
488 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
574 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
664 …nce, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLo… in floatThresholdCompare()
755 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
838 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
935 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLo… in dsThresholdCompare()
1045 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
[all …]
DtcuBilinearImageCompare.cpp114 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, int x, int… in comparePixelRGBA8()
191 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompareRGBA8()
219 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompare()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/bitmapverifiers/
DColorCountVerifier.java24 private int threshold; field in ColorCountVerifier
26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
/external/ImageMagick/MagickCore/
Dthreshold.c412 threshold; in KapurThreshold() local
502 threshold; in OTSUThreshold() local
595 threshold; in TriangleThreshold() local
675 threshold; in AutoThresholdImage() local
807 MagickExport MagickBooleanType BilevelImage(Image *image,const double threshold, in BilevelImage()
947 threshold; in BlackThresholdImage() local
1545 *threshold, in GetThresholdMapFile() local
1739 *threshold, in ListThresholdMapFile() local
2008 threshold; in OrderedDitherImage() local
2243 threshold; in RandomThresholdImage() local
[all …]
/external/libcups/tools/
Ddither.h2 const unsigned char threshold[64][64] = variable
/external/libchrome-gestures/src/
Dstationary_wiggle_filter_interpreter.cc74 bool FingerEnergyHistory::IsFingerMoving(float threshold) { in IsFingerMoving()
137 float threshold = feh.moving() ? hysteresis_.val_ : threshold_.val_; in UpdateStationaryFlags() local
/external/ComputeLibrary/tests/validation/reference/
DNonMaxSuppression.cpp86 inline bool reject_box(Box b0, Box b1, float threshold) in reject_box()
105 inline std::vector<CandidateBox> get_candidates(const SimpleTensor<float> &scores, float threshold) in get_candidates()
123 …idateBox &cb, const SimpleTensor<float> &bboxes, std::vector<int> &selected_boxes, float threshold) in is_box_selected()
/external/aac/libPCMutils/src/
Dlimiter.cpp113 FIXP_DBL threshold, unsigned int maxChannels, in pcmLimiter_Create()
183 FIXP_DBL threshold = limiter->threshold >> scaling; in pcmLimiter_Apply() local
361 FIXP_DBL threshold) { in pcmLimiter_SetThreshold()
/external/autotest/client/cros/audio/
Daudio_analysis.py239 threshold=PATTERN_MATCHING_THRESHOLD): argument
312 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp82 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
219 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
336 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu… in iterate() local
/external/licenseclassifier/tools/identify_license/
Didentify_license.go45threshold = flag.Float64("threshold", licenseclassifier.DefaultConfidenceThreshold, "confidenc… var
/external/antlr/tool/src/main/java/org/antlr/misc/
DBarrier.java36 protected int threshold; field in Barrier
/external/tensorflow/tensorflow/core/kernels/
Droll_op.cc83 gtl::InlinedVector<int32, 4> threshold(num_dims); in Compute() local
123 const T* input, T* output, const gtl::ArraySlice<int32> threshold, in DoRoll()
187 T* output, const gtl::ArraySlice<int32> threshold, in DoRollWithMemcpy()
Dsoftplus_op.h44 static const T threshold = in operator() local
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DAppenderSkeleton.java31 public void setThreshold(Priority threshold) { in setThreshold()
/external/openthread/tests/toranj/cli/
Dtest-001-get-set.py74 threshold = '1' variable
/external/deqp/modules/gles2/functional/
Des2fShaderFragDataTests.cpp64 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
/external/eigen/test/
Dqr_colpivoting.cpp129 RealScalar threshold = in qr() local
186 RealScalar threshold = in qr_fixedsize() local
233 RealScalar threshold = in qr_kahan_matrix() local
/external/pdfium/third_party/libopenjpeg/
Dtgt.c265 OPJ_INT32 threshold) in opj_tgt_encode()
308 OPJ_UINT32 leafno, OPJ_INT32 threshold) in opj_tgt_decode()

12345678910>>...21