Searched defs:encloses (Results 1 - 9 of 9) 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 DEHScopeStack.h108 /// Returns true if this scope encloses I.
111 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
113 /// Returns true if this scope strictly encloses I: that is,
114 /// if it encloses I and is not 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 336 milliseconds