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

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextViewTest.java 37 assertEquals(2, autoCompleteTextView.getThreshold());
47 assertEquals(123, autoCompleteTextView.getThreshold());
57 assertEquals(1, autoCompleteTextView.getThreshold());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextView.java 33 public int getThreshold() {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 173 public int getThreshold()
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 69 static BlockFrequency getThreshold() { return Threshold; }
131 SumLinkWeights = getThreshold();
189 if (SumN >= SumP + getThreshold())
191 else if (SumP >= SumN + getThreshold())
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 150 assertEquals(3, mAutoCompleteTextView.getThreshold());
349 assertEquals(1, autoCompleteTextView.getThreshold());
351 assertEquals(3, autoCompleteTextView.getThreshold());
355 assertEquals(1, autoCompleteTextView.getThreshold());
359 assertEquals(1, autoCompleteTextView.getThreshold());
  /libcore/luni/src/main/java/java/util/
IdentityHashMap.java 268 threshold = getThreshold(maxSize);
272 private int getThreshold(int maxSize) {
810 threshold = getThreshold(DEFAULT_MAX_SIZE);
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 93 * if the length of that range meets or exceeds {@link #getThreshold}.
117 * meets or exceeds {@link #getThreshold}.
130 if (end - start >= getThreshold()) {
SearchView.java     [all...]
AutoCompleteTextView.java 53 * {@link #getThreshold() the threshold}.</p>
492 public int getThreshold() {
506 * @see #getThreshold()
731 * or exceeds the {@link #getThreshold} requirement. You can override
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 158 int getThreshold() { return Threshold; }
    [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 
commons-io-2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.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 

Completed in 1292 milliseconds

1 2