Searched refs:adjacent (Results 1 - 21 of 21) sorted by relevance

/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
H A DIntervalSet.java112 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/
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
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))) {
659 if (value(i) == y && Traits::adjacent(
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm222 ; phaddd only operates on adjacent double words.
241 ; phaddw could be used to sum adjacent values but we want
/external/chromium_org/ui/gfx/
H A Drender_text.cc936 size_t adjacent = (caret_affinity == CURSOR_BACKWARD) ? local
938 return range.Contains(ui::Range(caret_pos, adjacent));
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvariance_neon.asm46 ;VPADAL adds adjacent pairs of elements of a vector, and accumulates
/external/clang/lib/Lex/
H A DLiteralSupport.cpp550 // Check for long long. The L's need to be adjacent and the same case.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1774 adjacent: function() {
2906 adjacent: "/following-sibling::*[1]",
3020 adjacent: 'c = "adjacent";',
3029 adjacent: /^\s*\+\s*/,
3134 adjacent: function(nodes) {
3193 } else if (combinator == 'adjacent') {
H A Dconcat-jquery-mootools-prototype.js10153 adjacent: function() {
11285 adjacent: "/following-sibling::*[1]",
11399 adjacent: 'c = "adjacent";',
11408 adjacent: /^\s*\+\s*/,
11513 adjacent: function(nodes) {
11572 } else if (combinator == 'adjacent') {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dinspector.css1026 .console-adjacent-user-command-result {
1030 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2075 'open' => $open, // needed for grouping of adjacent code blocks (see below)
2148 // group adjacent script blocks, e.g. <foobar><asdf> should be one block, not three!
2161 // merge adjacent but make sure we don't merge things like <tag><!-- comment -->
/external/dropbear/libtommath/
H A Dbn.tex1693 \hline LTM\_PRIME\_2MSB\_OFF & Makes sure that the bit adjacent to the most significant bit \\
1695 \hline LTM\_PRIME\_2MSB\_ON & Makes sure that the bit adjacent to the most significant bit \\
/external/blktrace/btt/doc/
H A Dbtt.tex259 the block IO layer in adjacent sectors. (Obviously, the higher this
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js2240 adjacent: function(element) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2776 /// 1. for any inserts to same index, combine even if not adjacent.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.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/ ...

Completed in 676 milliseconds