Searched defs:range (Results 1 - 25 of 658) sorted by path

1234567891011>>

/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/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c2483 ANTLR3_UINT32 range; local
2486 range = edges->size(edges); // Number of set bits
2492 for (i=0; i<= numBits && range > 0; i++)
2496 range--; // About to check another one
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java69 protected int range = -1; // how deep have we gone? field in class:BufferedTokenStream
81 public int range() { return range; } method in class:BufferedTokenStream
143 throw new NoSuchElementException("token index "+i+" out of range 0.."+(tokens.size()-1));
180 if ( i>range ) range = i;
H A DLegacyCommonTokenStream.java62 protected int range = -1; // how deep have we gone? field in class:LegacyCommonTokenStream
265 if ( i>range ) range = i;
334 public int range() { method in class:LegacyCommonTokenStream
335 return range;
H A DTokenStream.java45 int range(); method in interface:TokenStream
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTokenStream.java110 public int range() { method in class:DebugTokenStream
111 return input.range();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DFastQueue.java49 protected int range = -1; // how deep have we gone? field in class:FastQueue
70 public int range() { return range; } method in class:FastQueue
86 if ( absIndex>range ) range = absIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTokenStream.h53 NSInteger range; // how deep have we gone? variable
60 @property (assign, getter=getRange,setter=setRange) NSInteger range; variable
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTokenStream.h53 NSInteger range; // how deep have we gone? variable
60 @property (assign, getter=getRange,setter=setRange) NSInteger range; variable
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTokenStream.h53 NSInteger range; // how deep have we gone? variable
60 @property (assign, getter=getRange,setter=setRange) NSInteger range; variable
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h55 NSInteger range; // how deep have we gone? variable
62 @property (assign, getter=getRange,setter=setRange:) NSInteger range; variable
H A DANTLRFastQueue.h39 NSUInteger range; variable
44 @property (assign) NSUInteger range; variable
57 - (NSUInteger) range;
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
37 @property (assign) NSRange range; variable
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py267 def range(self): member in class:TokenStream
906 def range(self): member in class:CommonTokenStream
996 I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
1200 "replace: range invalid: %d..%d (size=%d)"
1283 # ensure start/end are in range
1369 1. wipe out any insertions before op within that range.
1371 that range.
1379 3. throw exception if index in same range as previous replace
1385 inserted stuff would be before the replace range. But, if you
1400 # Wipe prior inserts within range
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb180 stream_position = start ? "(#{ range.inspect })" : ''
194 def range method in class:ANTLR3.Token
387 token's type falls within a range, which is not possible with symbols.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java105 this.orInPlace(BitSet.range(I.a,I.b));
306 /** complement bits in the range 0..maxBit. */
311 /** complement bits in the range minBit..maxBit.*/
361 public static BitSet range(int a, int b) { method in class:BitSet
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java196 public void range() { // must be char range method in class:GrammarSerializerFoo
/external/bison/examples/calc++/
H A Dstack.hh111 slice (const S& stack, unsigned int range) argument
113 , range_ (range)
/external/chromium_org/ash/wm/workspace/
H A Dmagnetism_matcher.cc69 const Range range(GetSecondaryRange(bounds));
71 std::lower_bound(ranges_.begin(), ranges_.end(), range);
73 if ((i != ranges_.begin() && RangesIntersect(*(i - 1), range)) ||
74 (i != ranges_.end() && RangesIntersect(*i, range))) {
88 void MagnetismEdgeMatcher::UpdateRanges(const Range& range) { argument
90 std::lower_bound(ranges_.begin(), ranges_.end(), range);
91 if (it != ranges_.begin() && RangesIntersect(*(it - 1), range))
97 i < ranges_.size() && RangesIntersect(ranges_[i], range); ) {
98 if (range.first <= ranges_[i].first &&
99 range
[all...]
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc6 // 1. Convert the complete unicode range of code points, except for the
10 // sequence. For each range, ensure the bytes on the left and the ranges
86 // Add a byte to the range. We intentionally only support adding a byte at the
111 // the appropriate range.
204 // characters and adds a range to the set on the right. For example, the first
205 // pass converts the range from "\xe0\xa0\x80" to "\xe0\xa0\xbf" to ("\xe0\xa0",
206 // [\x80-\xbf]), then the second pass converts the range from ("\xe0\xa0",
229 // that each byte range will be contiguous. This would not necessarily be
280 // start bytes and target states. All input bytes in the range between the start
292 // range ar
294 const StateRange range = {0, 1}; local
308 const Range& range = set.front(); local
336 const Range& range = it->set.front(); local
[all...]
/external/chromium_org/base/metrics/
H A Dbucket_ranges.cc75 HistogramBase::Sample range; member in union:base::__anon2378
78 converter.range = value;
86 HistogramBase::Sample range; member in union:base::__anon2379
90 converter.range = value;
H A Dbucket_ranges.h37 HistogramBase::Sample range(size_t i) const { return ranges_[i]; } function in class:base::BucketRanges

Completed in 675 milliseconds

1234567891011>>