Searched defs:adjacent (Results 1 - 16 of 16) sorted by relevance

/external/libese/libese/tests/
H A Dbitspec_unittests.cpp32 } adjacent; member in struct:TestSpec
53 .adjacent = {
119 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.high, byte));
120 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.mid, byte));
121 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.low, byte));
123 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent.high, byte));
124 EXPECT_EQ(0xf, bs_get(kTestSpec.adjacent.mid, byte));
125 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent.low, byte));
127 bs_assign(&byte, kTestSpec.adjacent.mid, i);
128 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DInterval.java100 /** Are two intervals adjacent such as 0..41 and 42..42? */
101 public boolean adjacent(Interval other) { method in class:Interval
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h120 // 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))) {
660 if (value(i) == y && Traits::adjacent(
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h119 // 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
524 // The intervals are kept sorted and fully coalesced so there are no adjacent
533 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
614 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
617 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) {
639 if (value(i) == y && Traits::adjacent(b, start(i))) {
1070 /// insert - Add a mapping of [a;b] to y, coalesce with adjacent intervals.
1599 Traits::adjacent(Nod
[all...]
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 6367 milliseconds