HomeSort by relevance Sort by last modified time
    Searched full:adjacent (Results 126 - 150 of 948) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/include/llvm/ADT/
IntervalMap.h 116 // Adjacent intervals that map to the same value are coalesced.
119 // in an interval, and if two intervals are adjacent so they can be coalesced.
146 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
148 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo
167 /// adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
168 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapHalfOpenInfo
544 // The intervals are kept sorted and fully coalesced so there are no adjacent
553 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
634 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
637 if (i != Size && value(i) == y && Traits::adjacent(b, start(i)))
    [all...]
  /external/chromium_org/media/filters/
source_buffer_stream.h 123 // Returns the largest distance between two adjacent buffers in this stream,
124 // or an estimate if no two adjacent buffers have been appended to the stream
355 // Stores the largest distance between two adjacent buffers in this stream.
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 344 // Verifies that we never select any of the adjacent separators (multiple
369 // Verifies that we never select any of the adjacent separators (multiple
386 // Verifies that we never select any of the adjacent separators (multiple
  /external/qemu/android/camera/
camera-format-converters.c 366 * Ys, and U/V for adjacent pairs is the same.
404 * line in the U/V panes table is shared between two adjacent lines in Y pane,
493 /* Distance between first Y values of the adjacent pixel pairs in a fully
496 /* Increment between adjacent U/V values in a YUV framebuffer. */
772 /* Gets an average value of colors that are horisontally adjacent to a pixel in
781 * Average color for horisontally adjacent pixels.
801 /* Gets an average value of colors that are vertically adjacent to a pixel in
810 * Average color for vertically adjacent pixels.
830 /* Gets an average value of colors that are horisontally and vertically adjacent
839 * Average color for horisontally and vertically adjacent pixels
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 39 /* The following platform-specific rule is necessary to get adjacent
104 /* For better alignment between adjacent buttons and inputs. */
  /external/chromium_org/ui/webui/resources/css/
widgets.css 38 /* The following platform-specific rule is necessary to get adjacent
104 /* For better alignment between adjacent buttons and inputs. */
  /external/clang/lib/Edit/
EditedSource.cpp 245 // \brief Returns true if it is ok to make the two given characters adjacent.
248 // making two '<' adjacent.
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 166 /* Flags if coalesce with adjacent block. */
271 /* There is a last freed block, but it is not adjacent to the
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 100 adjacent to the icon.</li>
237 consistent visual weight with adjacent icons. For example, a 96 x 96 pixel <code>xhdpi</code>
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 30 * Maintains a list that groups adjacent items sharing the same value of
122 * Finds all groups of adjacent items in the cursor and calls {@link #addGroup} for
  /system/core/libsparse/
backed_block.c 208 /* Blocks are not adjacent */
237 /* Blocks are compatible and adjacent, with a before b. Merge b into a,
  /art/runtime/
oat_file.h 39 // Returns an .odex file name next adjacent to the dex location.
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 136 * @param targetCategory {@code 1..2;} the number of adjacent new-namespace
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.h 148 /* Defines byte distance between adjacent U, and V values. */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 112 if ( addition.adjacent(r) || !addition.disjoint(r) ) {
120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) {
156 if ( addition.adjacent(r) || !addition.disjoint(r) ) {
165 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) {
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 113 // |group| are adjacent. The resulting metrics will be arranged as:
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 30 * placed adjacent to each other.
  /external/chromium_org/chrome/browser/resources/net_internals/
socket_pool_wrapper.js 33 * id are placed adjacent to each other.
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h 160 State state; // The adjacent |State| transitioned to; not the final state.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
sampler.rst 112 If set, the bilinear filter of a cube map may take samples from adjacent
  /external/chromium_org/third_party/tcmalloc/chromium/src/
span.h 85 // pointers of adjacent Spans and setting span's next and prev to NULL.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
span.h 85 // pointers of adjacent Spans and setting span's next and prev to NULL.
  /external/chromium_org/ui/views/window/
dialog_delegate.h 39 // Override this function to display an extra view adjacent to the buttons.
  /external/chromium_org/v8/src/
conversions.h 42 // mean of 2 adjacent doubles (that could have up to 769 digits) the result
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
InterferenceRegisterMapper.java 138 * @param targetCategory {@code 1..2;} the number of adjacent new-namespace

Completed in 494 milliseconds

1 2 3 4 56 7 8 91011>>