Searched refs:INCLUSIVE (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableMapTestSuiteBuilder.java65 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE));
68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE));
90 if (from == Bound.NO_BOUND && to == Bound.INCLUSIVE) {
96 } else if (from == Bound.EXCLUSIVE && to == Bound.INCLUSIVE) {
98 } else if (from == Bound.INCLUSIVE && to == Bound.INCLUSIVE) {
H A DNavigableSetTestSuiteBuilder.java57 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE));
60 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
61 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE));
79 if (from == Bound.NO_BOUND && to == Bound.INCLUSIVE) {
85 } else if (from == Bound.EXCLUSIVE && to == Bound.INCLUSIVE) {
87 } else if (from == Bound.INCLUSIVE && to == Bound.INCLUSIVE) {
H A DSortedSetTestSuiteBuilder.java67 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND));
68 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE));
H A DSortedMapTestSuiteBuilder.java68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND));
69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE));
H A DDerivedCollectionGenerators.java335 INCLUSIVE, enum constant in enum:DerivedCollectionGenerators.Bound
432 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) {
434 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
528 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) {
530 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java110 INCLUSIVE, EXCLUSIVE, NO_BOUND; enum constant in enum:SortedMultisetTestSuiteBuilder.Bound
129 Bound.INCLUSIVE));
135 Bound.INCLUSIVE));
136 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE,
138 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE,
140 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE,
141 Bound.INCLUSIVE));
207 if (from == Bound.INCLUSIVE) {
214 if (to == Bound.INCLUSIVE) {
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 592 milliseconds