HomeSort by relevance Sort by last modified time
    Searched refs:adjacent (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium-libpac/test/js-unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /ndk/build/core/toolchains/aarch64-linux-android-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/aarch64-linux-android-clang3.6/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/arm-linux-androideabi-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/
config.mk 17 # the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/mips64el-linux-android-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/mips64el-linux-android-clang3.6/
config.mk 17 # is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/mipsel-linux-android-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/mipsel-linux-android-clang3.6/
config.mk 17 # in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/x86-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/x86-clang3.6/
config.mk 17 # in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/x86_64-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/build/core/toolchains/x86_64-clang3.6/
config.mk 17 # is in the setup.mk file adjacent to this one
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-8.s 1 # Range check after alignment between adjacent offsets >= 24 ??
  /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
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/llvm/include/llvm/ADT/
IntervalMap.h 117 // Adjacent intervals that map to the same value are coalesced.
120 // in an interval, and if two intervals are adjacent so they can be coalesced.
147 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
149 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo
168 /// adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
169 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapHalfOpenInfo
545 // The intervals are kept sorted and fully coalesced so there are no adjacent
554 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
635 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
638 if (i != Size && value(i) == y && Traits::adjacent(b, start(i)))
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 40 # and for 2 adjacent labels that both point to the correct instruction
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 43 // YStride is the Y slice index delta between vertically adjacent pixels.
44 // CStride is the Cb and Cr slice index delta between vertically adjacent pixels
image.go 64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
163 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
275 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
374 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
486 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
578 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
673 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
752 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
834 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
920 // Stride is the Pix stride (in bytes) between vertically adjacent pixels
    [all...]
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 43 // YStride is the Y slice index delta between vertically adjacent pixels.
44 // CStride is the Cb and Cr slice index delta between vertically adjacent pixels
image.go 64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
163 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
275 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
374 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
486 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
578 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
673 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
752 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
834 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
920 // Stride is the Pix stride (in bytes) between vertically adjacent pixels
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 630 * of an adjacent view. If no adjacent view is provided, lays out against
634 * @param adjacent (Optional) The adjacent view, may be null to align to the
639 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) {
656 if (adjacent == null) {
659 maxWidth = adjacent.getLeft();
661 maxWidth = containerWidth - adjacent.getRight();
676 right = (adjacent == null ? container.right : adjacent.getLeft()) - marginRight
    [all...]
  /prebuilts/go/darwin-x86/doc/play/
life.go 44 // Count the adjacent cells that are alive.
  /prebuilts/go/linux-x86/doc/play/
life.go 44 // Count the adjacent cells that are alive.

Completed in 928 milliseconds

1 2 3 4 5