Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 88) 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/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/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()
/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/libvpx/libvpx/test/
Dset_roi.cc31 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; in TEST() local
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c17 int threshold; member
Dunion-init.c17 int threshold; /* collection threshold */ member
/external/eigen/Eigen/src/IterativeLinearSolvers/
DConjugateGradient.h52 RealScalar threshold = tol*tol*rhsNorm2; in conjugate_gradient() local
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h277 ColPivHouseholderQR& setThreshold(const RealScalar& threshold) in setThreshold()
302 RealScalar threshold() const in threshold() function
/external/eigen/Eigen/src/LU/
DFullPivLU.h254 FullPivLU& setThreshold(const RealScalar& threshold) in setThreshold()
279 RealScalar threshold() const in threshold() function
/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()
/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____()
/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.cpp24 BumpPtrAllocator::BumpPtrAllocator(size_t size, size_t threshold, in BumpPtrAllocator()

1234