Home
last modified time | relevance | path

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

1234

/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/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DBarrier.java36 protected int threshold; field in Barrier
/external/srec/srec/clib/
Dvoicing.c60 int threshold; in voicing_analysis() local
/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/chrome/browser/history/
Dhistory_database.cc225 int64 threshold; in GetEarlyExpirationThreshold() local
236 void HistoryDatabase::UpdateEarlyExpirationThreshold(base::Time threshold) { in UpdateEarlyExpirationThreshold()
Dhistory_types_unittest.cc171 const base::Time& threshold(AutocompleteAgeThreshold()); in TEST() local
/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/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h207 #define MEMCHK(rc, val, threshold) \ argument
216 #define LENCHK(rc, val, threshold) \ argument
/external/oprofile/libpp/
Dprofile_container.h95 double threshold; member
Dcallgraph_container.cpp304 void arc_recorder::process_children(cg_symbol & sym, double threshold) in process_children()
343 process(count_array_t total, double threshold, in process()
396 extra_images const & extra, bool debug_info, double threshold, in populate()
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c17 int threshold; member
Dunion-init.c17 int threshold; /* collection threshold */ member
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaConverter.java71 public static void updateSsaMethod(SsaMethod ssaMeth, int threshold) { in updateSsaMethod()
288 LocalVariableInfo localInfo, int threshold) { in placePhiFunctions()
/external/opencv/cv/src/
Dcvcontourtree.cpp69 CvContourTree ** tree, double threshold ) in icvCreateContourTree()
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold ) in cvCreateContourTree()
688 double threshold; in cvContourFromContourTree() local
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java257 public void setCcdMotionThreshold(float threshold) { in setCcdMotionThreshold()
261 private native void setCcdMotionThreshold(long objectId, float threshold); in setCcdMotionThreshold()
DPhysicsCharacter.java247 public void setCcdMotionThreshold(float threshold) { in setCcdMotionThreshold()
251 private native void setCcdMotionThreshold(long objectId, float threshold); in setCcdMotionThreshold()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java213 … float threshold = ((float)(messageQueue.size() - LOWAT))/ ((float)(HIGHWAT - LOWAT)); in run() local
/external/opencv/cvaux/src/
Dcvcorrimages.cpp185 double threshold)/* Threshold for good points in filter */ in icvFindCorrForGivenPoints()
555 float threshold)/* Status for new points */ in icvRemoveDoublePoins()
847 double threshold)//New projection matrix in icvAddNewImageToPrevious____()
Dcvfindhandregion.cpp74 float threshold, threshold2; in icvFindHandRegion() local
297 float threshold, threshold2; in icvFindHandRegionA() local
/external/opencv/cvaux/include/
Dcvaux.hpp87 bool set_threshold( int threshold ) // threshold applied to the histogram bins in set_threshold()
/external/llvm/lib/Support/
DAllocator.cpp23 BumpPtrAllocator::BumpPtrAllocator(size_t size, size_t threshold, in BumpPtrAllocator()
/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.c271 int32_t threshold = value_best_candidate + kProbabilityOffset; in WebRtc_ProcessBinarySpectrum() local
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java248 public void setCcdMotionThreshold(float threshold) { in setCcdMotionThreshold()

1234