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

/external/guava/guava/src/com/google/common/collect/
H A DRange.java92 * a.encloses(b)}. Likewise, {@code a} is <i>minimal</i> when {@code
93 * b.encloses(a)} for all {@code b} having property <i>P</i>. See, for example,
248 * <li>{@code [3..6]} encloses {@code [4..5]}
249 * <li>{@code (3..6)} encloses {@code (3..6)}
250 * <li>{@code [3..6]} encloses {@code [4..4)} (even though the latter is
259 * Note that if {@code a.encloses(b)}, then {@code b.contains(v)} implies
263 * <p>The encloses relation has the following properties:
266 * <li>reflexive: {@code a.encloses(a)} is always true
267 * <li>antisymmetric: {@code a.encloses(b) && b.encloses(
281 public boolean encloses(Range<C> other) { method in class:Range
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h159 /// Returns true if this scope encloses I.
162 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
164 /// Returns true if this scope strictly encloses I: that is,
165 /// if it encloses I and is not I.
1485 /// a terminate scope encloses a try.
/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 ...

Completed in 116 milliseconds