/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
Lexer.h | 107 /// text range will outlive it, so it doesn't take ownership of it. 113 /// text range will outlive it, so it doesn't take ownership of it. 326 /// \brief Given a token range, produce a corresponding CharSourceRange that 327 /// is not a token range. This allows the source range to be used by 329 /// end of the range for themselves. 330 static CharSourceRange getAsCharRange(SourceRange Range, 333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts); 336 Range.getBegin(), End.getLocWithOffset(-1)); 338 static CharSourceRange getAsCharRange(CharSourceRange Range, [all...] |
PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 241 const MacroDefinition &MD, SourceRange Range, 259 SourceRange Range) { 262 /// \brief Hook called when a source range is skipped. 263 /// \param Range The SourceRange that was skipped. The range begins at the 265 virtual void SourceRangeSkipped(SourceRange Range) { 437 SourceRange Range, const MacroArgs *Args) override { 438 First->MacroExpands(MacroNameTok, MD, Range, Args); 439 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 101 /// \param FilenameRange The character range of the quotes or angle brackets 243 const MacroDefinition &MD, SourceRange Range, 261 SourceRange Range) { 264 /// \brief Hook called when a source range is skipped. 265 /// \param Range The SourceRange that was skipped. The range begins at the 267 virtual void SourceRangeSkipped(SourceRange Range) { 439 SourceRange Range, const MacroArgs *Args) override { 440 First->MacroExpands(MacroNameTok, MD, Range, Args); 441 Second->MacroExpands(MacroNameTok, MD, Range, Args) [all...] |
/external/clang/unittests/Format/ |
SortIncludesTest.cpp | 23 std::vector<tooling::Range> GetCodeRange(StringRef Code) { 24 return std::vector<tooling::Range>(1, tooling::Range(0, Code.size()));
|
/external/libvpx/libvpx/test/ |
altref_test.cc | 19 // lookahead range: [kLookAheadMin, kLookAheadMax). 67 ::testing::Range(kLookAheadMin, kLookAheadMax)); 147 ::testing::Range(0, 9)); 151 ::testing::Range(0, 9));
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
Camera2Enumerator.java | 39 import android.util.Range; 88 final Range<Integer>[] fpsRanges = 91 for (Range<Integer> fpsRange : fpsRanges) {
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
SurfaceUtils.java | 23 import android.util.Range; 131 * and that the FPS range is supported 134 * @param fpsRange the target high-speed FPS range to validate 138 Range<Integer> fpsRange, StreamConfigurationMap config) { 148 // Check the FPS range first if provided 149 Range<Integer>[] highSpeedFpsRanges = config.getHighSpeedVideoFpsRanges(); 151 throw new IllegalArgumentException("Fps range " + fpsRange.toString() + " in the" 152 + " request is not a supported high speed fps range " +
|
/external/swiftshader/third_party/subzero/src/ |
IceOperand.cpp | 106 // Disable merging to make sure a live range 'segment' has a single node. 111 if (!Range.empty()) { 113 InstNumberT CurrentEnd = Range.back().second; 116 Range.back().second = End; 121 Range.push_back(RangeElementType(Start, End)); 124 // Returns true if this live range ends before Other's live range starts. This 125 // means that the highest instruction number in this live range is less than or 126 // equal to the lowest instruction number of the Other live range. 128 // Neither range should be empty, but let's be graceful [all...] |
/external/v8/src/crankshaft/ |
hydrogen-instructions.cc | 198 int32_t Range::Mask() const { 211 void Range::AddConstant(int32_t value) { 223 void Range::Intersect(Range* other) { 231 void Range::Union(Range* other) { 239 void Range::CombinedMax(Range* other) { 246 void Range::CombinedMin(Range* other) 1738 Range* range = r.IsSmi() local 1743 Range* range = OperandAt(0)->range()->Copy(zone); local [all...] |
/external/llvm/lib/Support/ |
YAMLParser.cpp | 140 StringRef Range; 213 static UTF8Decoded decodeUTF8(StringRef Range) { 214 StringRef::iterator Position= Range.begin(); 215 StringRef::iterator End = Range.end(); 676 OS << T.Range << "\n"; 999 , i->Tok->Range.begin()); 1019 T.Range = StringRef(Current, 1); 1038 T.Range = StringRef(Current, 0); 1086 T.Range = StringRef(Current, EI.second); [all...] |
/external/clang/lib/Format/ |
AffectedRangeManager.h | 38 // Returns true if 'Range' intersects with one of the input ranges. 39 bool affectsCharSourceRange(const CharSourceRange &Range); 42 // Returns true if the range from 'First' to 'Last' intersects with one of the
|