Home
last modified time | relevance | path

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

123456

/external/chromium_org/chrome/browser/extensions/api/idle/
Didle_api.cc19 int ClampThreshold(int threshold) { in ClampThreshold()
34 int threshold; in RunImpl() local
51 int threshold; in RunImpl() local
/external/chromium_org/ui/views/
Dview_win.cc15 static int threshold = -1; in GetHorizontalDragThreshold() local
22 static int threshold = -1; in GetVerticalDragThreshold() 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/chrome/browser/extensions/
Dextension_idle_api.cc87 IdleState CalculateIdleStateAndUpdateTimestamp(int threshold) { in CalculateIdleStateAndUpdateTimestamp()
99 IdleState ThrottledCalculateIdleState(int threshold, Profile* profile) { in ThrottledCalculateIdleState()
138 int threshold; in RunImpl() local
/external/skia/src/effects/
DSkBitmapAlphaThresholdShader.cpp39 U8CPU threshold) { in Create()
44 BATShader::BATShader(const SkBitmap& bitmap, SkRegion region, U8CPU threshold) in BATShader()
87 U8CPU threshold) { in Create()
132 const char* threshold; in emitCode() local
173 SkScalar threshold) in ThresholdEffect()
/external/chromium_org/third_party/skia/src/effects/
DSkBitmapAlphaThresholdShader.cpp39 U8CPU threshold) { in Create()
44 BATShader::BATShader(const SkBitmap& bitmap, SkRegion region, U8CPU threshold) in BATShader()
87 U8CPU threshold) { in Create()
132 const char* threshold; in emitCode() local
173 SkScalar threshold) in ThresholdEffect()
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DBarrier.java36 protected int threshold; field in Barrier
/external/chromium/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/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/chromium/chrome/browser/history/
Dhistory_database.cc225 int64 threshold; in GetEarlyExpirationThreshold() local
236 void HistoryDatabase::UpdateEarlyExpirationThreshold(base::Time threshold) { in UpdateEarlyExpirationThreshold()
/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/iptables/include/linux/netfilter/
Dxt_NFLOG.h14 __u16 threshold; member
/external/chromium_org/content/test/
Dimage_decoder_test.cc29 const int64 threshold) { in ShouldSkipFile()
156 const int64 threshold) { in TestDecoding()
/external/chromium_org/chrome/browser/history/
Dhistory_database.cc272 int64 threshold; in GetEarlyExpirationThreshold() local
283 void HistoryDatabase::UpdateEarlyExpirationThreshold(base::Time threshold) { in UpdateEarlyExpirationThreshold()
/external/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h207 #define MEMCHK(rc, val, threshold) \ argument
216 #define LENCHK(rc, val, threshold) \ argument
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DDynamicsCompressorNode.h52 AudioParam* threshold() { return m_threshold.get(); } in threshold() function
DDynamicsCompressorNode.cpp70 float threshold = m_threshold->value(); in process() local
/external/oprofile/libpp/
Dprofile_container.h95 double threshold; member
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c17 int threshold; member
/external/chromium_org/media/base/
Daudio_timestamp_helper.cc61 double threshold = microseconds_per_frame_ / 2; in GetFramesToTarget() local
/external/libvpx/libvpx/test/
Dset_roi.cc35 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; in TEST() local

123456