/external/opencv3/modules/java/src/ |
photo+CalibrateRobertson.java | 45 // C++: float getThreshold() 48 //javadoc: CalibrateRobertson::getThreshold() 49 public float getThreshold() 99 // C++: float getThreshold()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ShadowAutoCompleteTextViewTest.java | 37 assertEquals(2, autoCompleteTextView.getThreshold()); 47 assertEquals(123, autoCompleteTextView.getThreshold()); 57 assertEquals(1, autoCompleteTextView.getThreshold());
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
AutoCompleteTextViewBindingAdapterTest.java | 43 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold()); 47 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold());
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAutoCompleteTextView.java | 33 public int getThreshold() {
|
/external/lzma/C/ |
Ppmd7Dec.c | 73 p->p.GetThreshold = Range_GetThreshold;
89 if ((count = rc->GetThreshold(rc, p->MinContext->SummFreq)) < (hiCnt = s->Freq))
168 count = rc->GetThreshold(rc, freqSum);
|
Ppmd7.h | 102 UInt32 (*GetThreshold)(void *p, UInt32 total);
|
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 91 * if the length of that range meets or exceeds {@link #getThreshold}. 115 * meets or exceeds {@link #getThreshold}. 128 if (end - start >= getThreshold()) {
|
AutoCompleteTextView.java | 57 * {@link #getThreshold() the threshold}.</p> 602 public int getThreshold() { 616 * @see #getThreshold() 841 * or exceeds the {@link #getThreshold} requirement. You can override [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
HifiUltrasoundSpeakerTestActivity.java | 316 Double[] passY = new Double[] {wavAnalyzerTask.getThreshold(), wavAnalyzerTask.getThreshold()}; 377 double getThreshold() { 378 return wavAnalyzer.getThreshold();
|
HifiUltrasoundTestActivity.java | 277 Double[] passY = new Double[] {wavAnalyzerTask.getThreshold(), wavAnalyzerTask.getThreshold()}; 338 double getThreshold() { 339 return wavAnalyzer.getThreshold();
|
WavAnalyzer.java | 248 double getThreshold() {
|
/external/opencv3/apps/traincascade/ |
boost.h | 72 float getThreshold() const { return threshold; }
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/ |
LoggerRepository.java | 70 public Level getThreshold();
|
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 134 UInt32 GetThreshold(UInt32 total)
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoder.cs | 170 public uint GetThreshold(uint total)
|
/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());
|
/external/opencv3/modules/cudafeatures2d/src/ |
fast.cpp | 76 virtual int getThreshold() const { return threshold_; }
|
/external/opencv3/modules/cudaimgproc/src/ |
hough_lines.cpp | 88 int getThreshold() const { return threshold_; }
|
/external/opencv3/modules/features2d/src/ |
akaze.cpp | 90 double getThreshold() const { return threshold; }
|
kaze.cpp | 79 double getThreshold() const { return threshold; }
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ThresholdingOutputStream.java | 173 public int getThreshold()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
btSoftColliders.java | 142 public float getThreshold() {
|
/external/opencv3/modules/photo/src/ |
calibrate.cpp | 246 float getThreshold() const { return threshold; }
|
/external/llvm/lib/Analysis/ |
InlineCost.cpp | 179 int getThreshold() { return Threshold; } 838 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); [all...] |
/frameworks/base/libs/hwui/ |
PathTessellator.cpp | [all...] |