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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 296 * @brief Return differences between adjacent values.
298 * Computes the difference between adjacent values in the range
333 * @brief Return differences between adjacent values.
335 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_numeric.h 296 * @brief Return differences between adjacent values.
298 * Computes the difference between adjacent values in the range
333 * @brief Return differences between adjacent values.
335 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_numeric.h 303 * @brief Return differences between adjacent values.
305 * Computes the difference between adjacent values in the range
343 * @brief Return differences between adjacent values.
345 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_numeric.h 303 * @brief Return differences between adjacent values.
305 * Computes the difference between adjacent values in the range
343 * @brief Return differences between adjacent values.
345 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_numeric.h 303 * @brief Return differences between adjacent values.
305 * Computes the difference between adjacent values in the range
343 * @brief Return differences between adjacent values.
345 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_numeric.h 303 * @brief Return differences between adjacent values.
305 * Computes the difference between adjacent values in the range
343 * @brief Return differences between adjacent values.
345 * Computes the difference between adjacent values in the range
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_numeric.h 302 * @brief Return differences between adjacent values.
304 * Computes the difference between adjacent values in the range
342 * @brief Return differences between adjacent values.
344 * Computes the difference between adjacent values in the range
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 100 /** Are two intervals adjacent such as 0..41 and 42..42? */
101 public boolean adjacent(Interval other) { method in class:Interval
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafMultiplier.java 6 * Class implementing the WNAF (Window Non-Adjacent Form) multiplication
12 * Computes the Window NAF (non-adjacent Form) of an integer.
WTauNafMultiplier.java 7 * <code>&tau;</code>-adic Non-Adjacent Form) algorithm.
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc 37 // tab, insert it adjacent to the tab that opened that link.
54 // Otherwise insert adjacent to opener...
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button.cc 18 // adjacent to the size button morphing into buttons for snapping left and
138 // Set the buttons adjacent to the size button to snap left and right early
  /external/chromium_org/content/browser/resources/media/
disjoint_range_set.js 30 * 1 removes adjacent ones.
54 * Joins adjacent and overlapping ranges together.
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 222 ; phaddd only operates on adjacent double words.
241 ; phaddw could be used to sum adjacent values but we want
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 35 * step: the 1d pixel distance between adjacent pixels in the chosen axis.
36 * shift: the 1d pixel distance between adjacent lines in the chosen axis.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 212 * to avoid oscillations between adjacent orientations.
345 // The gap angle in degrees between adjacent orientation angles for hysteresis.
347 // adjacent orientation. No orientation proposal is made when the orientation
348 // angle is within the gap between the current orientation and the adjacent
578 * This function takes into account the gap between adjacent orientations
587 // If the specified rotation is the same or is counter-clockwise adjacent
606 // If the specified rotation is the same or is clockwise adjacent,
    [all...]
  /external/chromium_org/net/quic/
iovector_test.cc 237 // Note: IOVector merges adjacent Appends() into a single iov.
239 // that the items we are appending are not adjacent. To achieve that
241 // and makes them non-adjacent).
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 59 never return eString twice in a row; instead, multiple adjacent
111 merge adjacent strings. It looks forward a bit, and if the next
113 well. If two adjacent strings are quoted, they are merged without
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_decompose_tmp.h 359 * The adjacent vertices are stored in
380 * corresponding adjacent vertices (idx[3] and idx[5]) to have
406 * corresponding adjacent vertices (idx[1] and idx[5]) to have
  /external/icu4c/tools/genrb/
read.c 60 never return eString twice in a row; instead, multiple adjacent
113 merge adjacent strings. It looks forward a bit, and if the next
115 well. If two adjacent strings are quoted, they are merged without
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_decompose_tmp.h 359 * The adjacent vertices are stored in
380 * corresponding adjacent vertices (idx[3] and idx[5]) to have
406 * corresponding adjacent vertices (idx[1] and idx[5]) to have
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 85 /* threshold rearrangement for flat region adjacent to non-flat region */
139 /* threshold rearrangement for flat region adjacent to non-flat region */
201 /* threshold rearrangement for flat region adjacent to non-flat region */
  /frameworks/base/core/java/android/widget/
FastScroller.java 574 * of an adjacent view. If no adjacent view is provided, lays out against
578 * @param adjacent (Optional) The adjacent view, may be null to align to the
583 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) {
600 if (adjacent == null) {
603 maxWidth = adjacent.getLeft();
605 maxWidth = containerWidth - adjacent.getRight();
618 right = (adjacent == null ? container.right : adjacent.getLeft()) - marginRight
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 247 * Returns the node at or adjacent to the given key, creating it if requested.
381 * adjacent node from one of those subtrees into this node's place.
383 * Removing the adjacent node may change this node's subtrees. This
384 * node may no longer have two subtrees once the adjacent node is
388 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first(); local
389 removeInternal(adjacent); // takes care of rebalance and size--
395 adjacent.left = left;
396 left.parent = adjacent;
403 adjacent.right = right;
404 right.parent = adjacent;
    [all...]
  /dalvik/vm/os/
android.cpp 33 * of the system. In some cases adjacent entries may overlap.

Completed in 632 milliseconds

1 2 34 5 6 7 8 91011>>