HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 426 - 450 of 1970) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@24k-triple-stores-2-llsc.d 3 #name: 24K: Triple Store (Range Check, sc)
mipsr6@24k-triple-stores-2-llsc.d 4 #name: 24K: Triple Store (Range Check, sc)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c 85 Construct the system base memory range through GCD service.
89 @retval EFI_SUCCESS Successful construct the base memory range through GCD service.
91 @retval Others Failed to construct base memory range through GCD service.
156 NONTESTED_MEMORY_RANGE *Range;
161 Range = NONTESTED_MEMORY_RANGE_FROM_LINK (Link);
164 Range->StartAddress,
165 Range->Length
170 Range->StartAddress,
171 Range->Length,
172 Range->Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNT (…)
    [all...]
  /external/clang/include/clang/AST/
Attr.h 47 SourceRange Range;
81 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
94 SourceLocation getLocation() const { return Range.getBegin(); }
95 SourceRange getRange() const { return Range; }
96 void setRange(SourceRange R) { Range = R; }
  /external/clang/lib/Format/
AffectedRangeManager.cpp 61 const CharSourceRange &Range) {
65 if (!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), I->getBegin()) &&
66 !SourceMgr.isBeforeInTranslationUnit(I->getEnd(), Range.getBegin()))
80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End);
81 return affectsCharSourceRange(Range);
TokenAnalyzer.cpp 41 ArrayRef<tooling::Range> Ranges) {
67 for (const tooling::Range &Range : Ranges) {
68 SourceLocation Start = StartOfFile.getLocWithOffset(Range.getOffset());
69 SourceLocation End = Start.getLocWithOffset(Range.getLength());
  /external/dagger2/core/src/test/java/dagger/internal/
SetFactoryTest.java 20 import com.google.common.collect.Range;
109 integerSetProvider(Range.closed(5, 9)),
110 integerSetProvider(Range.closed(3, 6)),
111 integerSetProvider(Range.closed(0, 5)));
125 private static Provider<Set<Integer>> integerSetProvider(Range<Integer> range) {
126 final ContiguousSet<Integer> set = ContiguousSet.create(range, integers());
  /frameworks/minikin/include/minikin/
Layout.h 28 #include "minikin/Range.h"
88 void doLayout(const U16StringPiece& str, const Range& range, Bidi bidiFlags,
91 void doLayoutWithPrecomputedPieces(const U16StringPiece& str, const Range& range,
96 const Range& range,
101 static float measureText(const U16StringPiece& str, const Range& range, Bidi bidiFlags,
163 static float doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/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; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/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; }
  /prebuilts/clang/host/darwin-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; }
  /prebuilts/clang/host/darwin-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; }
  /prebuilts/clang/host/darwin-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; }
  /prebuilts/clang/host/darwin-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; }
  /prebuilts/clang/host/darwin-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; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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; }
  /prebuilts/clang/host/linux-x86/clang-4393122/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; }
  /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; }
  /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; }
  /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; }
  /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; }
  /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; }
  /system/update_engine/common/
multi_range_http_fetcher.cc 73 Range range = ranges_[current_index_]; local
74 LOG(INFO) << "starting transfer of range " << range.ToString();
77 base_fetcher_->SetOffset(range.offset());
78 if (range.HasLength())
79 base_fetcher_->SetLength(range.length());
83 delegate_->SeekToOffset(range.offset());
96 Range range = ranges_[current_index_] local
135 Range range = ranges_[current_index_]; local
    [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 27 SourceRange Range) {
34 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
227 SourceRange Range) {
273 SourceRange Range) {
281 return handleFallThroughAttr(S, St, A, Range);
283 return handleLoopHintAttr(S, St, A, Range);
285 return handleOpenCLUnrollHint(S, St, A, Range);
296 SourceRange Range) {
299 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range))
308 return ActOnAttributedStmt(Range.getBegin(), Attrs, S)
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 307 void mangleType(QualType T, SourceRange Range,
333 void mangleArgumentType(QualType T, SourceRange Range);
341 SourceRange Range);
684 // in the range of ASCII characters 'A' to 'P'.
    [all...]

Completed in 1086 milliseconds

<<11121314151617181920>>