Home
last modified time | relevance | path

Searched defs:fromInclusive (Results 1 – 25 of 46) sorted by relevance

12

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DRange.java79 …public static <T extends Comparable<? super T>> Range<T> between(final T fromInclusive, final T to… in between()
103 …public static <T> Range<T> between(final T fromInclusive, final T toInclusive, final Comparator<T>… in between()
159 …public static <T extends Comparable<? super T>> Range<T> of(final T fromInclusive, final T toInclu… in of()
182 …public static <T> Range<T> of(final T fromInclusive, final T toInclusive, final Comparator<T> comp… in of()
DDoubleRange.java48 public static DoubleRange of(final double fromInclusive, final double toInclusive) { in of()
68 public static DoubleRange of(final Double fromInclusive, final Double toInclusive) { in of()
DIntegerRange.java48 public static IntegerRange of(final int fromInclusive, final int toInclusive) { in of()
68 public static IntegerRange of(final Integer fromInclusive, final Integer toInclusive) { in of()
DLongRange.java48 public static LongRange of(final long fromInclusive, final long toInclusive) { in of()
68 public static LongRange of(final Long fromInclusive, final Long toInclusive) { in of()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DPlaybackParameters.java65 @FloatRange(from = 0, fromInclusive = false) float speed, in PlaybackParameters() argument
92 public PlaybackParameters withSpeed(@FloatRange(from = 0, fromInclusive = false) float speed) { in withSpeed() argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DPlaybackParameters.java62 @FloatRange(from = 0, fromInclusive = false) float speed, in PlaybackParameters() argument
89 public PlaybackParameters withSpeed(@FloatRange(from = 0, fromInclusive = false) float speed) { in withSpeed() argument
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DFilterTestBase.java81 AbstractInsnNode fromInclusive; field in FilterTestBase.Range
87 Range(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive) { in Range()
/external/guava/android/guava/src/com/google/common/collect/
DEmptyContiguousSet.java76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
DForwardingNavigableSet.java198 boolean fromInclusive, in subSet()
211 boolean fromInclusive, in standardSubSet()
DContiguousSet.java177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DRegularContiguousSet.java62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DDescendingImmutableSortedSet.java60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DSortedMultisets.java154 boolean fromInclusive, in subSet()
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
DForwardingNavigableSet.java198 boolean fromInclusive, in subSet()
211 boolean fromInclusive, in standardSubSet()
DContiguousSet.java177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DRegularContiguousSet.java62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DDescendingImmutableSortedSet.java60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DSortedMultisets.java154 boolean fromInclusive, in subSet()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DIFilterOutput.java34 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/
DSessionPlayerConnector.java142 @FloatRange(from = 0.0f, to = Float.MAX_VALUE, fromInclusive = false) float playbackSpeed) { in setPlaybackSpeed() argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/
DSessionPlayerConnector.java142 @FloatRange(from = 0.0f, to = Float.MAX_VALUE, fromInclusive = false) float playbackSpeed) { in setPlaybackSpeed() argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodCoverageCalculator.java156 public void ignore(final AbstractInsnNode fromInclusive, in ignore()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/video/
DVideoSize.java100 @FloatRange(from = 0, fromInclusive = false) float pixelWidthHeightRatio) { in VideoSize() argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/video/
DVideoSize.java97 @FloatRange(from = 0, fromInclusive = false) float pixelWidthHeightRatio) { in VideoSize() argument

12