Home
last modified time | relevance | path

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

12345678910

/external/chromium_org/chrome/browser/extensions/api/idle/
Didle_api.cc19 int ClampThreshold(int threshold) { in ClampThreshold()
34 int threshold; in RunAsync() local
51 int threshold; in RunSync() local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dprune.h34 Weight threshold; variable
46 : threshold(t), filter(f), idistance(id), fdistance(fd) {} in threshold() function
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { in Prune()
240 typename Arc::Weight threshold) { in Prune()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAutoCompleteTextView.java19 private int threshold = 2; field in ShadowAutoCompleteTextView
38 public void setThreshold(int threshold) { in setThreshold()
/external/chromium_org/tools/python/google/
Dlogging_utils.py16 def __init__(self, threshold=logging.WARNING, err=sys.stderr, out=sys.stdout): argument
62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT, argument
/external/deqp/framework/common/
DtcuImageCompare.cpp90 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels()
209 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare()
278 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
410 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
503 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
590 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
672 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
767 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
846 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationErrorThresholdCompare()
913 …r* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLo… in pixelThresholdCompare()
[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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DBarrier.java36 protected int threshold; field in Barrier
/external/chromium_org/chrome/browser/net/
Dreferrer.cc106 bool Referrer::Trim(double reduce_rate, double threshold) { in Trim()
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) { in Trim()
/external/srec/srec/clib/
Dvoicing.c60 int threshold; in voicing_analysis() local
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.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
319 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
/external/aac/libPCMutils/src/
Dlimiter.cpp98 FIXP_PCM threshold; member
117 INT_PCM threshold, in createLimiter()
239 FIXP_DBL threshold = FX_PCM2FX_DBL(limiter->threshold)>>TDL_GAIN_SCALING; in applyLimiter() local
491 TDLIMITER_ERROR setLimiterThreshold(TDLimiterPtr limiter, INT_PCM threshold) in setLimiterThreshold()
/external/chromium_org/remoting/host/
Daudio_silence_detector.cc20 AudioSilenceDetector::AudioSilenceDetector(int threshold) in AudioSilenceDetector()
/external/oprofile/pp/
Dcommon_option.cpp30 double threshold = 0.0; variable
55 double handle_threshold(string threshold) in handle_threshold()
/external/chromium_org/content/test/
Dimage_decoder_test.cc31 const int64 threshold) { in ShouldSkipFile()
152 const int64 threshold) { in TestDecoding()
/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/chromium_org/ui/display/util/
Ddisplay_util.cc65 const unsigned int threshold = in GetScaleFactor() local
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dtgt.c262 void opj_tgt_encode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) { in opj_tgt_encode()
302 …NT32 opj_tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) { in opj_tgt_decode()
/external/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h207 #define MEMCHK(rc, val, threshold) \ argument
216 #define LENCHK(rc, val, threshold) \ argument
/external/chromium_org/chrome/browser/history/
Dhistory_database.cc268 int64 threshold; in GetEarlyExpirationThreshold() local
279 void HistoryDatabase::UpdateEarlyExpirationThreshold(base::Time threshold) { in UpdateEarlyExpirationThreshold()
/external/iptables/include/linux/netfilter/
Dxt_NFLOG.h14 __u16 threshold; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_NFLOG.h14 __u16 threshold; member
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DDynamicsCompressorNode.h53 AudioParam* threshold() { return m_threshold.get(); } in threshold() function
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_nflog.h17 __u16 threshold; member
/external/oprofile/libpp/
Dprofile_container.h95 double threshold; member
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c17 int threshold; member

12345678910