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

1 2 3

  /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 107 void setThreshold(fifo_frames_t threshold);
FifoControllerBase.cpp 61 void FifoControllerBase::setThreshold(fifo_frames_t threshold) {
FifoBuffer.h 58 void setThreshold(fifo_frames_t threshold);
FifoBuffer.cpp 205 void FifoBuffer::setThreshold(fifo_frames_t threshold) {
206 mFifo->setThreshold(threshold);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextViewTest.java 45 autoCompleteTextView.setThreshold(123);
55 autoCompleteTextView.setThreshold(-1);
  /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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextView.java 38 public void setThreshold(int threshold) {
  /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...]
  /libcore/ojluni/src/main/java/java/lang/
ThreadLocal.java 342 private void setThreshold(int len) {
370 setThreshold(INITIAL_CAPACITY);
382 setThreshold(len);
704 setThreshold(newLen);
  /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 183 mDataQueue->setThreshold(threshold);
245 mDataQueue->setThreshold(requestedFrames);
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 202 mAutoCompleteTextView.setThreshold(3);
234 autoCompleteTextView.setThreshold(4);
304 autoCompleteTextView.setThreshold(4);
470 mAutoCompleteTextView.setThreshold(3);
474 mAutoCompleteTextView.setThreshold(-5);
478 mAutoCompleteTextView.setThreshold(0);
499 mAutoCompleteTextView.setThreshold(4);
    [all...]
MultiAutoCompleteTextViewTest.java 112 mMultiAutoCompleteTextView_country.setThreshold(3);
113 mMultiAutoCompleteTextView_name.setThreshold(2);
  /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));
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/
maven-invoker-2.0.11.jar 
  /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...]
  /prebuilts/misc/common/robolectric/lib/
plexus-container-default-1.0-alpha-9-stable-1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/
plexus-container-default-1.0-alpha-9-stable-1.jar 

Completed in 505 milliseconds

1 2 3