/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
D | Range.java | 79 …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()
|
D | DoubleRange.java | 48 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()
|
D | IntegerRange.java | 48 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()
|
D | LongRange.java | 48 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/ |
D | PlaybackParameters.java | 65 @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/ |
D | PlaybackParameters.java | 62 @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/ |
D | FilterTestBase.java | 81 AbstractInsnNode fromInclusive; field in FilterTestBase.Range 87 Range(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive) { in Range()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | EmptyContiguousSet.java | 76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | ForwardingNavigableSet.java | 198 boolean fromInclusive, in subSet() 211 boolean fromInclusive, in standardSubSet()
|
D | ContiguousSet.java | 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | RegularContiguousSet.java | 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingImmutableSortedSet.java | 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | SortedMultisets.java | 154 boolean fromInclusive, in subSet()
|
/external/guava/guava/src/com/google/common/collect/ |
D | EmptyContiguousSet.java | 76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | ForwardingNavigableSet.java | 198 boolean fromInclusive, in subSet() 211 boolean fromInclusive, in standardSubSet()
|
D | ContiguousSet.java | 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | RegularContiguousSet.java | 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingImmutableSortedSet.java | 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | SortedMultisets.java | 154 boolean fromInclusive, in subSet()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
D | IFilterOutput.java | 34 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
D | SessionPlayerConnector.java | 142 @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/ |
D | SessionPlayerConnector.java | 142 @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/ |
D | MethodCoverageCalculator.java | 156 public void ignore(final AbstractInsnNode fromInclusive, in ignore()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoSize.java | 100 @FloatRange(from = 0, fromInclusive = false) float pixelWidthHeightRatio) { in VideoSize() argument
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoSize.java | 97 @FloatRange(from = 0, fromInclusive = false) float pixelWidthHeightRatio) { in VideoSize() argument
|