Searched defs:encloses (Results 1 - 16 of 16) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractRangeSet.java58 if (!encloses(range)) {
80 public abstract boolean encloses(Range<C> otherRange); method in class:AbstractRangeSet
H A DRangeSet.java65 * {@linkplain Range#encloses encloses} the specified range.
67 boolean encloses(Range<C> otherRange); method in interface:RangeSet
71 * this range set which {@linkplain Range#encloses encloses} it. It follows that
75 * <p>This is equivalent to checking if this range set {@link #encloses} each of the ranges in
86 * Returns the minimal range which {@linkplain Range#encloses(Range) encloses} all ranges
116 * {@linkplain #add(Range) add} any range not {@linkplain Range#encloses(Range) enclosed} by
126 * range set for which both {@code a.enclosesAll(b)} and {@code a.encloses(rang
[all...]
H A DImmutableRangeSet.java90 } else if (rangeSet.encloses(Range.<C>all())) {
115 public boolean encloses(Range<C> otherRange) { method in class:ImmutableRangeSet
122 return index != -1 && ranges.get(index).encloses(otherRange);
263 } else if (range.encloses(span())) {
319 if (range.encloses(span)) {
562 } else if (!rangeSet.complement().encloses(range)) {
H A DTreeRangeSet.java109 public boolean encloses(Range<C> range) { method in class:TreeRangeSet
112 return floorEntry != null && floorEntry.getValue().encloses(range);
119 return (floorEntry != null && floorEntry.getValue().encloses(range))
798 public boolean encloses(Range<C> range) { method in class:TreeRangeSet.SubRangeSet
799 if (!restriction.isEmpty() && restriction.encloses(range)) {
818 checkArgument(restriction.encloses(rangeToAdd), "Cannot add range %s to subRangeSet(%s)",
842 if (view.encloses(restriction)) {
H A DRange.java99 * <i>P</i> if, for all ranges {@code b} also having property <i>P</i>, {@code a.encloses(b)}.
100 * Likewise, {@code a} is <i>minimal</i> when {@code b.encloses(a)} for all {@code b} having
490 * <li>{@code [3..6]} encloses {@code [4..5]}
491 * <li>{@code (3..6)} encloses {@code (3..6)}
492 * <li>{@code [3..6]} encloses {@code [4..4)} (even though the latter is empty)
500 * <p>Note that if {@code a.encloses(b)}, then {@code b.contains(v)} implies
504 * <p>Being reflexive, antisymmetric and transitive, the {@code encloses} relation defines a
509 public boolean encloses(Range<C> other) { method in class:Range
515 * Returns {@code true} if there exists a (possibly empty) range which is {@linkplain #encloses
544 * Returns the maximal range {@linkplain #encloses enclose
[all...]
/external/clang/lib/CodeGen/
H A DEHScopeStack.h118 /// Returns true if this scope encloses I.
121 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
123 /// Returns true if this scope strictly encloses I: that is,
124 /// if it encloses I and is not I.
/external/vboot_reference/futility/
H A Dcmd_dump_fmap.c242 static int encloses(int i, int j) function
366 if (encloses(j, i)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.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.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 194 milliseconds