HomeSort by relevance Sort by last modified time
    Searched refs:setThreshold (Results 1 - 25 of 30) sorted by null

1 2

  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
AppenderSkeleton.java 31 public void setThreshold(Priority threshold) {
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
LoggerRepository.java 46 * <code>level</code> parameter. See also {@link #setThreshold}
56 public void setThreshold(Level level);
59 * Another form of {@link #setThreshold(Level)} accepting a string
62 public void setThreshold(String val);
68 * #setThreshold(Level)} for an explanation.
  /external/eigen/doc/examples/
TutorialLinAlgSetThreshold.cpp 14 lu.setThreshold(1e-5);
  /frameworks/av/media/libaaudio/src/fifo/
FifoControllerBase.h 110 void setThreshold(fifo_frames_t threshold);
FifoControllerBase.cpp 61 void FifoControllerBase::setThreshold(fifo_frames_t threshold) {
FifoBuffer.h 59 void setThreshold(fifo_frames_t threshold);
FifoBuffer.cpp 183 void FifoBuffer::setThreshold(fifo_frames_t threshold) {
184 mFifo->setThreshold(threshold);
  /external/llvm/lib/CodeGen/
SpillPlacement.h 163 void setThreshold(const BlockFrequency &Entry);
SpillPlacement.cpp 202 setThreshold(MBFI->getEntryFreq());
246 void SpillPlacement::setThreshold(const BlockFrequency &Entry) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SpillPlacement.h 163 void setThreshold(const BlockFrequency &Entry);
SpillPlacement.cpp 210 setThreshold(MBFI->getEntryFreq());
254 void SpillPlacement::setThreshold(const BlockFrequency &Entry) {
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 106 * cod.setThreshold(Default);
231 * calling setThreshold(const RealScalar&).
240 * calling setThreshold(const RealScalar&).
249 * calling setThreshold(const RealScalar&).
258 * calling setThreshold(const RealScalar&).
267 * calling setThreshold(const RealScalar&).
305 * setThreshold(const RealScalar&), your value is used instead.
315 * setThreshold(Default_t)
317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold)
    [all...]
ColPivHouseholderQR.h 253 * setThreshold(const RealScalar&).
270 * setThreshold(const RealScalar&).
283 * setThreshold(const RealScalar&).
296 * setThreshold(const RealScalar&).
308 * setThreshold(const RealScalar&).
342 * Once you have called the present method setThreshold(const RealScalar&),
351 * If you want to come back to the default behavior, call setThreshold(Default_t)
353 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)
364 * \code qr.setThreshold(Eigen::Default); \endcode
366 * See the documentation of setThreshold(const RealScalar&)
    [all...]
FullPivHouseholderQR.h 244 * setThreshold(const RealScalar&).
261 * setThreshold(const RealScalar&).
274 * setThreshold(const RealScalar&).
287 * setThreshold(const RealScalar&).
299 * setThreshold(const RealScalar&).
333 * Once you have called the present method setThreshold(const RealScalar&),
342 * If you want to come back to the default behavior, call setThreshold(Default_t)
344 FullPivHouseholderQR& setThreshold(const RealScalar& threshold)
355 * \code qr.setThreshold(Eigen::Default); \endcode
357 * See the documentation of setThreshold(const RealScalar&)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 215 mAutoCompleteTextView.setThreshold(3);
247 autoCompleteTextView.setThreshold(4);
317 autoCompleteTextView.setThreshold(4);
503 mAutoCompleteTextView.setThreshold(3);
546 mAutoCompleteTextView.setThreshold(3);
554 mAutoCompleteTextView.setThreshold(4);
562 mAutoCompleteTextView.setThreshold(5);
583 mAutoCompleteTextView.setThreshold(5);
604 mAutoCompleteTextView.setThreshold(5);
625 mAutoCompleteTextView.setThreshold(5)
    [all...]
MultiAutoCompleteTextViewTest.java 113 mMultiAutoCompleteTextView_country.setThreshold(3);
114 mMultiAutoCompleteTextView_name.setThreshold(2);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/
CallbackLessAutoCompleteSignInActivity.java 71 mUsernameAutoCompleteField.setThreshold(1);
  /external/eigen/Eigen/src/SVD/
SVDBase.h 128 * setThreshold(const RealScalar&).
153 * If you want to come back to the default behavior, call setThreshold(Default_t)
155 Derived& setThreshold(const RealScalar& threshold)
166 * \code svd.setThreshold(Eigen::Default); \endcode
168 * See the documentation of setThreshold(const RealScalar&).
170 Derived& setThreshold(Default_t)
178 * See the documentation of setThreshold(const RealScalar&).
  /frameworks/av/media/libaaudio/src/client/
AudioEndpoint.cpp 184 mDataQueue->setThreshold(threshold);
246 mDataQueue->setThreshold(requestedFrames);
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPBase.cpp 97 setThreshold(threshold);
172 setThreshold(threshold);
DPBase.h 139 void setThreshold(float threshold) {
239 void setThreshold(float threshold) {
  /external/eigen/test/
svd_common.h 119 if(internal::is_same<RealScalar,double>::value) svd.setThreshold(1e-8);
120 else if(internal::is_same<RealScalar,float>::value) svd.setThreshold(2e-4);
193 } while(SVD_FOR_MIN_NORM(MatrixType2)(m2).setThreshold(test_precision<Scalar>()).rank()!=rank && (++guard)<10);
lu.cpp 70 lu.setThreshold(RealScalar(0.01));
134 lu.setThreshold(RealScalar(0.01));
  /external/eigen/Eigen/src/LU/
FullPivLU.h 182 * setThreshold(const RealScalar&).
207 * setThreshold(const RealScalar&).
281 * Once you have called the present method setThreshold(const RealScalar&),
290 * If you want to come back to the default behavior, call setThreshold(Default_t)
292 FullPivLU& setThreshold(const RealScalar& threshold)
303 * \code lu.setThreshold(Eigen::Default); \endcode
305 * See the documentation of setThreshold(const RealScalar&).
307 FullPivLU& setThreshold(Default_t)
315 * See the documentation of setThreshold(const RealScalar&).
330 * setThreshold(const RealScalar&)
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_atomic_fifo.cpp 123 mFifoBuffer.setThreshold(threshold);

Completed in 1281 milliseconds

1 2