Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/core/html/
DTimeRanges.h45 struct Range { struct
48 Range() { } in Range() argument
49 Range(double start, double end) in Range() argument
57 inline bool isPointInRange(double point) const in isPointInRange() argument
62 inline bool isOverlappingRange(const Range& range) const in isOverlappingRange() argument
67 inline bool isContiguousWithRange(const Range& range) const in isContiguousWithRange() argument
72 inline Range unionWithOverlappingOrContiguousRange(const Range& range) const in unionWithOverlappingOrContiguousRange() argument
82 inline bool isBeforeRange(const Range& range) const in isBeforeRange() argument
90 static PassRefPtrWillBeRawPtr<TimeRanges> create() in create() argument
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
Ddb.h33 struct Range { struct
37 Range() { } in Range() argument
38 Range(const Slice& s, const Slice& l) : start(s), limit(l) { } in Range() function
/external/llvm/lib/DebugInfo/
DDWARFDebugAranges.h34 struct Range { struct
54 bool operator<(const Range &other) const { argument
77 typedef std::vector<Range> RangeColl; argument
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeNumericFieldElement.h54 struct Range { struct
55 Range(int minimum, int maximum) : minimum(minimum), maximum(maximum) { } in Range() function
65 …DateTimeNumericFieldElement(Document&, FieldOwner&, const Range&, const Range& hardLimits, const S… argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.h191 struct Range { struct
192 Range(uint32_t f, uint32_t t, const ErrorCode& e) in Range() argument
197 typedef std::vector<Range> Ranges; argument
/external/easymock/src/org/easymock/internal/
DRange.java20 public class Range implements Serializable { class
28 public Range(int count) { in Range() method in Range
32 public Range(int minimum, int maximum) { in Range() method in Range
/external/chromium_org/net/base/
Dip_pattern.cc25 struct Range { struct in net::IPPattern::ComponentPattern
27 Range(uint32 min, uint32 max) : minimum(min), maximum(max) {} in Range() argument
28 uint32 minimum;
29 uint32 maximum;
/external/chromium_org/net/url_request/
Durl_request_file_job_unittest.cc132 struct Range { struct
133 int start;
134 int end;
136 Range() { in Range() function
141 Range(int start, int end) { in Range() function
246 TEST_F(URLRequestFileJobEventsTest, Range) { in TEST_F() argument
/external/qemu/include/qemu/
Drange.h15 struct Range { struct
20 static inline void range_extend(Range *range, Range *extend_by) in range_extend() argument
/external/lldb/include/lldb/Core/
DRangeMap.h35 struct Range struct
43 Range () : in Range() function
49 Range (BaseType b, SizeType s) : in Range() argument
64 GetRangeBase () const in GetRangeBase() argument
70 SetRangeBase (BaseType b) in SetRangeBase() argument
82 GetRangeEnd () const in GetRangeEnd() argument
88 SetRangeEnd (BaseType end) in SetRangeEnd() argument
117 return (GetRangeBase() <= r) && (r < GetRangeEnd()); in Contains() argument
127 Contains (const Range& range) const in Contains() argument
133 Overlap (const Range &rhs) const in Overlap() argument
/external/chromium_org/ui/gfx/range/
Drange.cc16 Range::Range() in Range() function in gfx::Range
21 Range::Range(size_t start, size_t end) in Range() function in gfx::Range
26 Range::Range(size_t position) in Range() function in gfx::Range
/external/clang/include/clang/Tooling/
DRefactoring.h38 Range() : Offset(0), Length(0) {} in Range() function
39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function
236 const CharSourceRange Range = in Replacement() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp152 StringRef GetSourceString(CharSourceRange Range) { in GetSourceString()
247 CharSourceRange Range = in TEST_F() local
257 CharSourceRange Range = in TEST_F() local
268 CharSourceRange Range = in TEST_F() local
279 CharSourceRange Range = in TEST_F() local
290 CharSourceRange Range = in TEST_F() local
302 CharSourceRange Range = in TEST_F() local
312 CharSourceRange Range = in TEST_F() local
323 CharSourceRange Range = in TEST_F() local
/external/clang/lib/Lex/
DPreprocessingRecord.cpp30 SourceRange Range) in InclusionDirective()
49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
129 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
195 SourceRange Range = PPE->getSourceRange(); in getLoc() local
371 SourceRange Range) { in addMacroExpansion()
402 SourceRange Range) { in Defined()
409 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped()
414 SourceRange Range, in MacroExpands()
/external/chromium-trace/trace-viewer/src/base/
Drange.js12 function Range() { class
18 Range.prototype = { class
/external/clang/lib/AST/
DMicrosoftMangle.cpp1320 SourceRange Range) { in mangleArgumentType()
1361 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType()
1431 SourceRange Range) { in mangleType()
1536 SourceRange Range; in mangleFunctionType() local
1703 SourceRange Range) { in mangleType()
1818 SourceRange Range) { in mangleType()
1832 SourceRange Range) { in mangleType()
1842 SourceRange Range) { in mangleType()
1854 SourceRange Range) { in mangleType()
1859 SourceRange Range) { in mangleType()
[all …]
/external/lldb/source/Utility/
DRange.cpp14 Range::Range (const Range& rng) : in Range() function in Range
21 Range::Range (Range::ValueType low, in Range() function in Range
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp75 uint32_t Range = 0; in EmitRegSave() local
117 uint32_t Range = 0; in EmitVFPRegSave() local
139 uint32_t Range = 0; in EmitVFPRegSave() local
/external/clang/include/clang/Lex/
DPreprocessingRecord.h78 SourceRange Range; variable
81 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity()
126 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective()
142 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) in MacroDefinition()
164 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion()
168 MacroExpansion(MacroDefinition *Definition, SourceRange Range) in MacroExpansion()
595 SourceRange Range; member
/external/chromium_org/third_party/angle/src/common/
Dmathutil.h507 struct Range struct
509 Range() {} in Range() function
510 Range(T lo, T hi) : start(lo), end(hi) { ASSERT(lo <= hi); } in Range() argument
518 typedef Range<int> RangeI; argument
/external/clang/lib/Sema/
DSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
198 SourceRange Range) { in ProcessStmtAttribute()
219 SourceRange Range) { in ProcessStmtAttributes()
/external/chromium_org/third_party/WebKit/Source/web/
DFindInPageCoordinates.h37 class Range; variable
/external/chromium_org/ui/views/controls/
Dstyled_label_listener.h11 class Range; variable
/external/chromium_org/content/common/
Dcontent_param_traits.h22 class Range; variable
/external/chromium_org/content/browser/renderer_host/
Dtext_input_client_message_filter.h13 class Range; variable

12345678910