HomeSort by relevance Sort by last modified time
    Searched full:any_present (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
splitting_filter_unittest.cc 96 bool any_present = false; local
98 any_present |= is_present[j];
100 if (any_present) {
  /external/pdfium/core/fxcrt/
bytestring_unittest.cpp     [all...]
widestring_unittest.cpp     [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SortedListsTest.java 52 case ANY_PRESENT:
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeMap.java 166 Cut.belowValue(key), KeyPresentBehavior.ANY_PRESENT, KeyAbsentBehavior.NEXT_LOWER);
179 Cut.belowValue(key), KeyPresentBehavior.ANY_PRESENT, KeyAbsentBehavior.NEXT_LOWER);
240 KeyPresentBehavior.ANY_PRESENT, KeyAbsentBehavior.NEXT_HIGHER);
RegularImmutableSortedSet.java 23 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
275 ANY_PRESENT, INVERTED_INSERTION_INDEX);
ImmutableRangeSet.java 20 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
120 ANY_PRESENT,
131 ANY_PRESENT,
SortedLists.java 53 ANY_PRESENT {
  /external/guava/guava-tests/test/com/google/common/collect/
SortedListsTest.java 54 case ANY_PRESENT:

Completed in 112 milliseconds