/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
PreprocessingRecord.h | 77 /// \brief The source range that covers this preprocessed entity. 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 82 : Kind(Kind), Range(Range) { } 90 /// \brief Retrieve the source range that covers this entire preprocessed 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 124 PreprocessingDirective(EntityKind Kind, SourceRange Range) 125 : PreprocessedEntity(Kind, Range) { } 141 SourceRange Range) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ITokenStream.cs | 48 int Range {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ITokenStream.cs | 50 int Range
|
/external/clang/include/clang/Sema/ |
LoopHint.h | 22 // Source range of the directive. 23 SourceRange Range;
|
/external/clang/tools/clang-format/fuzzer/ |
ClangFormatFuzzer.cpp | 24 Style, s, {clang::tooling::Range(0, s.size())}));
|
/external/easymock/src/org/easymock/internal/ |
IMocksBehavior.java | 21 void addExpected(ExpectedInvocation expected, Result result, Range count);
|
/external/libcxx/benchmarks/ |
string.bench.cpp | 12 std::string s1(state.range(0), '-'); 17 BENCHMARK(BM_StringFindNoMatch)->Range(10, MAX_STRING_LEN); 22 std::string s2(state.range(0), '-'); 26 BENCHMARK(BM_StringFindAllMatch)->Range(1, MAX_STRING_LEN); 31 s1 += std::string(state.range(0), '-'); 32 std::string s2(state.range(0), '-'); 36 BENCHMARK(BM_StringFindMatch1)->Range(1, MAX_STRING_LEN / 4); 41 s1 += std::string(state.range(0), '-'); 42 s1 += std::string(state.range(0), '*'); 43 std::string s2(state.range(0), '-') [all...] |
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugAranges.h | 34 struct Range { 35 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL, 54 bool operator<(const Range &other) const { 58 uint64_t LowPC; // Start of address range. 59 uint32_t Length; // End of address range (not including this address). 77 typedef std::vector<Range> RangeColl;
|
/external/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { 33 return Value < Range.Lower; 35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { 36 return Range.Upper < Value; 73 /// \brief Returns true if each of the ranges is a proper closed range
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
HighSpeedVideoConfiguration.java | 23 import android.util.Range; 64 mFpsRange = new Range<Integer>(mFpsMin, mFpsMax); 122 * Convenience method to return the FPS range of this high speed video configuration. 124 * @return a Range with high bound >= {@value #HIGH_SPEED_MAX_MINIMAL_FPS} 126 public Range<Integer> getFpsRange() { 171 private final Range<Integer> mFpsRange;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
LoopHint.h | 22 // Source range of the directive. 23 SourceRange Range;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugAranges.h | 35 struct Range { 36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL, 57 bool operator<(const Range &other) const { 61 uint64_t LowPC; // Start of address range. 62 uint32_t Length; // End of address range (not including this address). 79 typedef std::vector<Range> RangeColl;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { 33 return Value < Range.Lower; 35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { 36 return Range.Upper < Value; 73 /// \brief Returns true if each of the ranges is a proper closed range
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
LoopHint.h | 22 // Source range of the directive. 23 SourceRange Range;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugAranges.h | 35 struct Range { 36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL, 57 bool operator<(const Range &other) const { 61 uint64_t LowPC; // Start of address range. 62 uint32_t Length; // End of address range (not including this address). 79 typedef std::vector<Range> RangeColl;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { 33 return Value < Range.Lower; 35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { 36 return Range.Upper < Value; 73 /// \brief Returns true if each of the ranges is a proper closed range
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
LoopHint.h | 22 // Source range of the directive. 23 SourceRange Range;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugAranges.h | 35 struct Range { 36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL, 57 bool operator<(const Range &other) const { 61 uint64_t LowPC; // Start of address range. 62 uint32_t Length; // End of address range (not including this address). 79 typedef std::vector<Range> RangeColl;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { 33 return Value < Range.Lower; 35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { 36 return Range.Upper < Value; 73 /// \brief Returns true if each of the ranges is a proper closed range
|