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

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyNameArray.cpp 31 static const size_t setThreshold = 20;
38 if (size < setThreshold) {
  /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 140 mAutoCompleteTextView.setThreshold(3);
166 autoCompleteTextView.setThreshold(4);
229 autoCompleteTextView.setThreshold(4);
336 autoCompleteTextView.setThreshold(3);
340 autoCompleteTextView.setThreshold(-5);
344 autoCompleteTextView.setThreshold(0);
362 mAutoCompleteTextView.setThreshold(4);
MultiAutoCompleteTextViewTest.java 104 mMultiAutoCompleteTextView_country.setThreshold(3);
105 mMultiAutoCompleteTextView_name.setThreshold(2);
  /external/eigen/test/
lu.cpp 66 lu.setThreshold(RealScalar(0.01));
109 lu.setThreshold(RealScalar(0.01));
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 180 * setThreshold(const RealScalar&).
196 * setThreshold(const RealScalar&).
209 * setThreshold(const RealScalar&).
222 * setThreshold(const RealScalar&).
234 * setThreshold(const RealScalar&).
266 * Once you have called the present method setThreshold(const RealScalar&),
275 * If you want to come back to the default behavior, call setThreshold(Default_t)
277 ColPivHouseholderQR& setThreshold(const RealScalar& threshold)
288 * \code qr.setThreshold(Eigen::Default); \endcode
290 * See the documentation of setThreshold(const RealScalar&)
    [all...]
FullPivHouseholderQR.h 200 * setThreshold(const RealScalar&).
216 * setThreshold(const RealScalar&).
229 * setThreshold(const RealScalar&).
242 * setThreshold(const RealScalar&).
254 * setThreshold(const RealScalar&).
285 * Once you have called the present method setThreshold(const RealScalar&),
294 * If you want to come back to the default behavior, call setThreshold(Default_t)
296 FullPivHouseholderQR& setThreshold(const RealScalar& threshold)
307 * \code qr.setThreshold(Eigen::Default); \endcode
309 * See the documentation of setThreshold(const RealScalar&)
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 154 * setThreshold(const RealScalar&).
179 * setThreshold(const RealScalar&).
243 * Once you have called the present method setThreshold(const RealScalar&),
252 * If you want to come back to the default behavior, call setThreshold(Default_t)
254 FullPivLU& setThreshold(const RealScalar& threshold)
265 * \code lu.setThreshold(Eigen::Default); \endcode
267 * See the documentation of setThreshold(const RealScalar&).
269 FullPivLU& setThreshold(Default_t)
277 * See the documentation of setThreshold(const RealScalar&).
292 * setThreshold(const RealScalar&)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 109 setThreshold(1);
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
AutoCompleteTextView.java 485 * @see #setThreshold(int)
507 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 82 setThreshold(1); // pop-up the list after a single char is typed
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 502 milliseconds