Home
last modified time | relevance | path

Searched refs:setThreshold (Results 1 – 15 of 15) sorted by relevance

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
DLoggerRepository.java56 public void setThreshold(Level level); in setThreshold() method
62 public void setThreshold(String val); in setThreshold() method
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DShadowAutoCompleteTextViewTest.java45 autoCompleteTextView.setThreshold(123); in shouldStoreThreshold()
55 autoCompleteTextView.setThreshold(-1); in shouldNotStoreThresholdLessThanOne()
/external/eigen/Eigen/src/QR/
DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
330 CompleteOrthogonalDecomposition& setThreshold(Default_t) {
331 m_cpqr.setThreshold(Default);
DColPivHouseholderQR.h353 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)
368 ColPivHouseholderQR& setThreshold(Default_t)
DFullPivHouseholderQR.h344 FullPivHouseholderQR& setThreshold(const RealScalar& threshold)
359 FullPivHouseholderQR& setThreshold(Default_t)
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DAppenderSkeleton.java31 public void setThreshold(Priority threshold) { in setThreshold() method in AppenderSkeleton
/external/eigen/doc/examples/
DTutorialLinAlgSetThreshold.cpp14 lu.setThreshold(1e-5); in main()
/external/eigen/Eigen/src/SVD/
DSVDBase.h155 Derived& setThreshold(const RealScalar& threshold) in setThreshold() function
170 Derived& setThreshold(Default_t) in setThreshold() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAutoCompleteTextView.java38 public void setThreshold(int threshold) { in setThreshold() method in ShadowAutoCompleteTextView
/external/llvm/lib/CodeGen/
DSpillPlacement.h163 void setThreshold(const BlockFrequency &Entry);
DSpillPlacement.cpp202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
246 void SpillPlacement::setThreshold(const BlockFrequency &Entry) { in setThreshold() function in SpillPlacement
/external/eigen/test/
Dsvd_common.h119 if(internal::is_same<RealScalar,double>::value) svd.setThreshold(1e-8); in svd_least_square()
120 else if(internal::is_same<RealScalar,float>::value) svd.setThreshold(2e-4); in svd_least_square()
193 …} while(SVD_FOR_MIN_NORM(MatrixType2)(m2).setThreshold(test_precision<Scalar>()).rank()!=rank && (… in svd_min_norm()
Dlu.cpp70 lu.setThreshold(RealScalar(0.01)); in lu_non_invertible()
134 lu.setThreshold(RealScalar(0.01)); in lu_invertible()
/external/eigen/Eigen/src/LU/
DFullPivLU.h292 FullPivLU& setThreshold(const RealScalar& threshold)
307 FullPivLU& setThreshold(Default_t)
/external/eigen/doc/
DTutorialLinearAlgebra.dox257 …u know what is the right threshold for your application. You can set this by calling setThreshold()