HomeSort by relevance Sort by last modified time
    Searched defs:Range (Results 126 - 150 of 843) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
MCAsmParser.h 77 SMRange Range;
139 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
144 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
151 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
157 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
164 printError(Err.Loc, Twine(Err.Msg), Err.Range);
180 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Attr.h 45 SourceRange Range;
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
91 SourceLocation getLocation() const { return Range.getBegin(); }
92 SourceRange getRange() const { return Range; }
93 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
MCAsmParser.h 77 SMRange Range;
139 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
144 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
151 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
157 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
164 printError(Err.Loc, Twine(Err.Msg), Err.Range);
180 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Attr.h 45 SourceRange Range;
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
91 SourceLocation getLocation() const { return Range.getBegin(); }
92 SourceRange getRange() const { return Range; }
93 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Attr.h 45 SourceRange Range;
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
91 SourceLocation getLocation() const { return Range.getBegin(); }
92 SourceRange getRange() const { return Range; }
93 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
  /prebuilts/clang/host/linux-x86/clang-4639204/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Attr.h 45 SourceRange Range;
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
91 SourceLocation getLocation() const { return Range.getBegin(); }
92 SourceRange getRange() const { return Range; }
93 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
  /prebuilts/clang/host/linux-x86/clang-4691093/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Attr.h 45 SourceRange Range;
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
91 SourceLocation getLocation() const { return Range.getBegin(); }
92 SourceRange getRange() const { return Range; }
93 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
  /prebuilts/clang/host/linux-x86/clang-stable/bin/
git-clang-format 58 Range = collections.namedtuple('Range', 'start, count')
301 list of line `Range`s."""
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
  /system/core/libmemunreachable/
HeapWalker.h 30 // A range [begin, end)
31 struct Range {
36 bool operator==(const Range& other) const {
39 bool operator!=(const Range& other) const { return !(*this == other); }
44 bool operator()(const Range& a, const Range& b) const { return a.end <= b.begin; }
73 bool Leaked(allocator::vector<Range>&, size_t limit, size_t* num_leaks, size_t* leak_bytes);
78 void ForEachPtrInRange(const Range& range, F&& f);
88 void RecurseRoot(const Range& root)
124 const Range& range = it.first; local
    [all...]
  /system/update_engine/common/
multi_range_http_fetcher.h 33 // for the last range specified to have unlimited length, tho it is legal for
62 ranges_.push_back(Range(offset, size));
66 ranges_.push_back(Range(offset));
122 // A range object defining the offset and length of a download chunk. Zero
124 // request a zero-length range in HTTP).
125 class Range {
127 Range(off_t offset, size_t length) : offset_(offset), length_(length) {}
128 explicit Range(off_t offset) : offset_(offset), length_(0) {}
142 typedef std::vector<Range> RangesVect;
  /external/guava/guava-tests/test/com/google/common/collect/
RangeTest.java 38 * Unit test for {@link Range}.
45 Range<Integer> range = Range.open(4, 8); local
46 checkContains(range);
47 assertTrue(range.hasLowerBound());
48 assertEquals(4, (int) range.lowerEndpoint());
49 assertEquals(OPEN, range.lowerBoundType());
50 assertTrue(range.hasUpperBound());
51 assertEquals(8, (int) range.upperEndpoint())
72 Range<Integer> range = Range.closed(5, 7); local
94 Range<Integer> range = Range.openClosed(4, 7); local
108 Range<Integer> range = Range.closedOpen(5, 8); local
139 Range<Integer> range = Range.closed(4, 4); local
155 Range<Integer> range = Range.closedOpen(4, 4); local
171 Range<Integer> range = Range.openClosed(4, 4); local
187 Range<Integer> range = Range.lessThan(5); local
201 Range<Integer> range = Range.greaterThan(5); local
215 Range<Integer> range = Range.atLeast(6); local
229 Range<Integer> range = Range.atMost(4); local
243 Range<Integer> range = Range.all(); local
294 Range<Integer> range = Range.closed(3, 5); local
310 Range<Integer> range = Range.open(2, 5); local
328 Range<Integer> range = Range.closed(2, 5); local
345 Range<Integer> range = Range.closedOpen(3, 3); local
361 Range<Integer> range = Range.open(3, 4); local
386 Range<Integer> range = Range.closed(3, 3); local
412 Range<Integer> range = Range.closed(4, 8); local
465 Range<Integer> range = Range.closed(4, 8); local
535 Range<LegacyComparable> range local
    [all...]
TreeRangeMapTest.java 47 suite.addTest(MapTestSuiteBuilder.using(new TestMapGenerator<Range<Integer>, String>() {
49 public SampleElements<Entry<Range<Integer>, String>> samples() {
50 return new SampleElements<Entry<Range<Integer>, String>>(
51 mapEntry(Range.singleton(0), "banana"),
52 mapEntry(Range.closedOpen(3, 5), "frisbee"),
53 mapEntry(Range.atMost(-1), "fruitcake"),
54 mapEntry(Range.open(10, 15), "elephant"),
55 mapEntry(Range.closed(20, 22), "umbrella"));
59 public Map<Range<Integer>, String> create(Object... elements) {
63 Entry<Range<Integer>, String> entry = (Entry<Range<Integer>, String>) o
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
RangeTest.java 23 import android.util.Range;
35 // Trivial, same range
36 Range<Integer> intRange = new Range<>(1, 1);
41 // Different values in range
42 Range<Integer> intRange2 = new Range<>(100, 200);
46 Range<Float> floatRange = new Range<>(Float.NEGATIVE_INFINITY,
54 new Range<Integer>(null, null)
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
CbParseLib.c 87 bytes range.
249 struct cb_memory_range *Range;
267 Range = MEM_RANGE_PTR(rec, Index);
268 Start = cb_unpack64(Range->start);
269 Size = cb_unpack64(Range->size);
271 Index, Start, Start + Size - 1, Range->type));
273 MemInfoCallback (Start, Size, Range->type, pParam);
301 struct cb_memory_range *Range;
324 Range = MEM_RANGE_PTR(rec, Index);
325 Start = cb_unpack64(Range->start);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 19 Allocate a MTFTP4 block range, then init it to the range of [Start, End]
22 @param End The last block number in the range
24 @return Pointer to the created block range, NULL if failed to allocate memory.
33 MTFTP4_BLOCK_RANGE *Range;
35 Range = AllocateZeroPool (sizeof (MTFTP4_BLOCK_RANGE));
37 if (Range == NULL) {
41 InitializeListHead (&Range->Link);
42 Range->Start = Start;
43 Range->End = End;
    [all...]

Completed in 1002 milliseconds

1 2 3 4 56 7 8 91011>>