| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugAranges.h | 34 struct Range { struct 54 bool operator<(const Range &other) const { argument 77 typedef std::vector<Range> RangeColl; argument
|
| /external/easymock/src/org/easymock/internal/ |
| D | Range.java | 20 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/lldb/include/lldb/Core/ |
| D | RangeMap.h | 35 struct Range struct 43 Range () : in Range() argument 49 Range (BaseType b, SizeType s) : in Range() function 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/clang/unittests/Lex/ |
| D | PPCallbacksTest.cpp | 147 StringRef GetSourceString(CharSourceRange Range) { in GetSourceString() 244 CharSourceRange Range = in TEST_F() local 254 CharSourceRange Range = in TEST_F() local 265 CharSourceRange Range = in TEST_F() local 276 CharSourceRange Range = in TEST_F() local 287 CharSourceRange Range = in TEST_F() local 299 CharSourceRange Range = in TEST_F() local 309 CharSourceRange Range = in TEST_F() local 320 CharSourceRange Range = in TEST_F() local
|
| /external/clang/lib/Lex/ |
| D | PreprocessingRecord.cpp | 30 SourceRange Range) in InclusionDirective() 49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange() 127 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow() 193 SourceRange Range = PPE->getSourceRange(); in getLoc() local 369 SourceRange Range) { in addMacroExpansion() 400 SourceRange Range) { in Defined() 407 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped() 412 SourceRange Range, in MacroExpands()
|
| /external/clang/include/clang/Tooling/Core/ |
| D | Replacement.h | 37 Range() : Offset(0), Length(0) {} in Range() function 38 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function 221 const CharSourceRange Range = in Replacement() local
|
| /external/clang/lib/AST/ |
| D | MicrosoftMangle.cpp | 1371 SourceRange Range) { in mangleArgumentType() 1412 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType() 1482 SourceRange Range) { in mangleType() 1592 SourceRange Range; in mangleFunctionType() local 1797 SourceRange Range) { in mangleType() 1912 SourceRange Range) { in mangleType() 1926 SourceRange Range) { in mangleType() 1936 SourceRange Range) { in mangleType() 1948 SourceRange Range) { in mangleType() 1953 SourceRange Range) { in mangleType() [all …]
|
| /external/clang/include/clang/Lex/ |
| D | PreprocessingRecord.h | 79 SourceRange Range; variable 82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() 127 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() 143 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) in MacroDefinition() 165 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion() 169 MacroExpansion(MacroDefinition *Definition, SourceRange Range) in MacroExpansion() 516 SourceRange Range; member
|
| /external/lldb/source/Utility/ |
| D | Range.cpp | 14 Range::Range (const Range& rng) : in Range() function in Range 21 Range::Range (Range::ValueType low, in Range() function in Range
|
| /external/jmonkeyengine/engine/src/core/com/jme3/font/ |
| D | ColorTags.java | 65 class Range { class in ColorTags 68 Range(int start, String colorStr) { in Range() method in ColorTags.Range
|
| /external/llvm/lib/CodeGen/ |
| D | LiveRegMatrix.cpp | 107 const LiveRange &Range) { in assign() 124 const LiveRange &Range) { in unassign() 159 const LiveRange &Range) { in checkRegUnitInterference()
|
| D | LiveIntervalUnion.cpp | 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
|
| /external/clang/lib/Sema/ |
| D | SemaStmtAttr.cpp | 27 SourceRange Range) { in handleFallThroughAttr() 194 SourceRange Range) { in ProcessStmtAttribute() 215 SourceRange Range) { in ProcessStmtAttributes()
|
| /external/clang/lib/ASTMatchers/Dynamic/ |
| D | Diagnostics.cpp | 16 SourceRange Range) { in pushContextFrame() 66 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, in addError() 153 static void maybeAddLineAndColumn(const SourceRange &Range, in maybeAddLineAndColumn()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | RangeDateRule.java | 161 class Range { class 162 public Range(Date start, DateRule rule) { in Range() method in Range
|
| /external/marisa-trie/lib/marisa/ |
| D | range.h | 10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
|
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| D | range.h | 10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
|
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| D | Diagnostics.h | 46 SourceRange Range; member 145 SourceRange Range; member 153 SourceRange Range; member
|
| /external/deqp/modules/glshared/ |
| D | glsFboUtil.hpp | 51 struct Range struct 53 typedef const T* const_iterator; 55 const T* m_begin; 56 const T* m_end; 58 const T* begin (void) const { return m_begin; } in begin() 59 const T* end (void) const { return m_end; } in end()
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDebugRanges.h | 24 typedef RangeList::Entry Range; typedef
|
| /external/clang/include/clang/Rewrite/Core/ |
| D | HTMLRewrite.h | 40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
|
| /external/lzma/CS/7zip/Compress/RangeCoder/ |
| D | RangeCoder.cs | 12 public uint Range; field in SevenZip.Compression.RangeCoder.Encoder 125 public uint Range; field in SevenZip.Compression.RangeCoder.Decoder
|
| /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
| D | TriangleCollector.java | 63 private static class Range { class in TriangleCollector 67 public Range(int start, int length) { in Range() method in TriangleCollector.Range
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| D | SkPdfLabColorSpaceDictionary_autogen.cpp | 35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { in Range() function in SkPdfLabColorSpaceDictionary
|
| D | SkPdfFunctionCommonDictionary_autogen.cpp | 35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { in Range() function in SkPdfFunctionCommonDictionary
|