/external/guava/guava-tests/test/com/google/common/collect/ |
RangeTest.java | 307 assertTrue(range.encloses(range)); 308 assertTrue(range.encloses(Ranges.open(2, 4))); 309 assertTrue(range.encloses(Ranges.open(3, 5))); 310 assertTrue(range.encloses(Ranges.closed(3, 4))); 312 assertFalse(range.encloses(Ranges.openClosed(2, 5))); 313 assertFalse(range.encloses(Ranges.closedOpen(2, 5))); 314 assertFalse(range.encloses(Ranges.closed(1, 4))); 315 assertFalse(range.encloses(Ranges.closed(3, 6))); 316 assertFalse(range.encloses(Ranges.greaterThan(3))); 317 assertFalse(range.encloses(Ranges.lessThan(3))) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Range.java | 92 * 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(a)} implies {@cod 281 public boolean encloses(Range<C> other) { method in class:Range [all...] |
/external/chromium_org/ui/gfx/ |
rect_conversions.h | 13 // Returns the smallest Rect that encloses the given RectF.
|
/external/chromium_org/ui/views/corewm/ |
shadow.h | 75 // Bounds of the content that the shadow encloses.
|
/external/junit/src/org/junit/rules/ |
RuleChain.java | 77 * Create a new {@code RuleChain}, which encloses the {@code nextRule} with
|
/external/chromium_org/chrome/browser/ui/panels/ |
stacked_panel_collection.h | 153 // The main background window that encloses all panels in the stack when 161 // The additional background window that encloses those panels that are
|
/external/chromium/webkit/glue/ |
context_menu.h | 49 // This is the URL of the link that encloses the node the context menu was
|
/external/chromium_org/cc/layers/ |
draw_properties.h | 77 // In target surface space, the rect that encloses the clipped, drawable
|
render_surface.h | 28 // Returns the rect that encloses the RenderSurfaceImpl including any
|
render_surface_impl.h | 42 // Returns the rect that encloses the RenderSurfaceImpl including any
|
/external/chromium_org/remoting/base/ |
util.h | 73 // coordinate rectangle that wholly encloses it is returned.
|
/external/chromium_org/ui/events/gestures/ |
gesture_point.h | 127 // Represents the rectangle that encloses the circles/ellipses
|
/external/clang/lib/CodeGen/ |
EHScopeStack.h | 108 /// 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.
|
/dalvik/vm/native/ |
java_lang_Class.cpp | 582 * Get the class that encloses this class (if any). 597 * Get the class that encloses this class (if any). 612 * Get the constructor that encloses this class (if any). 633 * Get the method that encloses this class (if any).
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 49 # Which recognizer encloses this DFA? Needed to check backtracking
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.cc | 147 // most tightly encloses the specified point.
|
/external/chromium/chrome/browser/printing/ |
print_job_worker.h | 72 // thread, so this class encloses the necessary information to send the
|
/external/chromium_org/chrome/browser/printing/ |
print_job_worker.h | 80 // thread, so this class encloses the necessary information to send the
|
/external/chromium_org/chrome/common/ |
automation_messages.h | 92 // This is the URL of the link that encloses the node the context menu was
|
/external/chromium_org/content/public/common/ |
context_menu_params.h | 58 // This is the URL of the link that encloses the node the context menu was
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
LayoutState.h | 133 // The current page height for the pagination model that encloses us.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.h | 190 * left coordinates of the a block that fully encloses the triangle.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.h | 190 * left coordinates of the a block that fully encloses the triangle.
|
/external/chromium_org/third_party/skia/include/core/ |
SkClipStack.h | 278 * 'canvFiniteBound' is a normal bounding box then it encloses all writeable 280 * encloses all the un-writeable pixels and the true/normal bound is the
|
/external/skia/include/core/ |
SkClipStack.h | 278 * 'canvFiniteBound' is a normal bounding box then it encloses all writeable 280 * encloses all the un-writeable pixels and the true/normal bound is the
|