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

1 2

  /external/eigen/doc/examples/
TutorialLinAlgSetThreshold.cpp 14 lu.setThreshold(1e-5);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextViewTest.java 45 autoCompleteTextView.setThreshold(123);
55 autoCompleteTextView.setThreshold(-1);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextView.java 38 public void setThreshold(int threshold) {
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 149 mAutoCompleteTextView.setThreshold(3);
176 autoCompleteTextView.setThreshold(4);
240 autoCompleteTextView.setThreshold(4);
350 autoCompleteTextView.setThreshold(3);
354 autoCompleteTextView.setThreshold(-5);
358 autoCompleteTextView.setThreshold(0);
376 mAutoCompleteTextView.setThreshold(4);
MultiAutoCompleteTextViewTest.java 105 mMultiAutoCompleteTextView_country.setThreshold(3);
106 mMultiAutoCompleteTextView_name.setThreshold(2);
  /external/eigen/test/
lu.cpp 65 lu.setThreshold(RealScalar(0.01));
107 lu.setThreshold(RealScalar(0.01));
jacobisvd.cpp 86 if(internal::is_same<RealScalar,double>::value) svd.setThreshold(1e-8);
87 else if(internal::is_same<RealScalar,float>::value) svd.setThreshold(1e-4);
132 } while(m2.jacobiSvd().setThreshold(test_precision<Scalar>()).rank()!=rank && (++guard)<10);
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 76 static void setThreshold(const BlockFrequency &Entry) {
210 setThreshold(MBFI->getEntryFreq());
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 219 * setThreshold(const RealScalar&).
236 * setThreshold(const RealScalar&).
249 * setThreshold(const RealScalar&).
262 * setThreshold(const RealScalar&).
274 * setThreshold(const RealScalar&).
311 * Once you have called the present method setThreshold(const RealScalar&),
320 * If you want to come back to the default behavior, call setThreshold(Default_t)
322 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)
333 * \code qr.setThreshold(Eigen::Default); \endcode
335 * See the documentation of setThreshold(const RealScalar&)
    [all...]
FullPivHouseholderQR.h 216 * setThreshold(const RealScalar&).
233 * setThreshold(const RealScalar&).
246 * setThreshold(const RealScalar&).
259 * setThreshold(const RealScalar&).
271 * setThreshold(const RealScalar&).
307 * Once you have called the present method setThreshold(const RealScalar&),
316 * If you want to come back to the default behavior, call setThreshold(Default_t)
318 FullPivHouseholderQR& setThreshold(const RealScalar& threshold)
329 * \code qr.setThreshold(Eigen::Default); \endcode
331 * See the documentation of setThreshold(const RealScalar&)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 100 setThreshold(1);
  /external/eigen/Eigen/src/LU/
FullPivLU.h 155 * setThreshold(const RealScalar&).
180 * setThreshold(const RealScalar&).
244 * Once you have called the present method setThreshold(const RealScalar&),
253 * If you want to come back to the default behavior, call setThreshold(Default_t)
255 FullPivLU& setThreshold(const RealScalar& threshold)
266 * \code lu.setThreshold(Eigen::Default); \endcode
268 * See the documentation of setThreshold(const RealScalar&).
270 FullPivLU& setThreshold(Default_t)
278 * See the documentation of setThreshold(const RealScalar&).
293 * setThreshold(const RealScalar&)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
AutoCompleteTextView.java 488 * @see #setThreshold(int)
510 public void setThreshold(int threshold) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 85 setThreshold(1); // pop-up the list after a single char is typed
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 681 * setThreshold(const RealScalar&).
706 * If you want to come back to the default behavior, call setThreshold(Default_t)
708 JacobiSVD& setThreshold(const RealScalar& threshold)
719 * \code svd.setThreshold(Eigen::Default); \endcode
721 * See the documentation of setThreshold(const RealScalar&).
723 JacobiSVD& setThreshold(Default_t)
731 * See the documentation of setThreshold(const RealScalar&).
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 1082 milliseconds

1 2