HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 226 - 250 of 1319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.h 87 struct Range {
97 mutable Range r;
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
blit_engine_c2d.h 87 struct Range {
97 mutable Range r;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-2-llsc.d 3 #name: 24K: Triple Store (Range Check, sc)
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());
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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; }
  /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...]
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 104 const LiveRange &Range) {
105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range);
106 Matrix[Unit].unify(VirtReg, Range);
121 const LiveRange &Range) {
123 Matrix[Unit].extract(VirtReg, Range);
164 const LiveRange &Range) {
166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
  /external/r8/src/main/java/com/android/tools/r8/optimize/
DebugStripper.java 17 import com.android.tools.r8.naming.MemberNaming.Range;
45 private Range findRange(int value, List<Range> ranges, Range defaultRange) {
46 for (Range range : ranges) {
47 if (range.contains(value)) {
48 return range;
70 List<Range> ranges = naming.getInlineRanges();
71 // Maintain line and address but only when entering or leaving a range of line number
    [all...]
  /external/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...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringRange.java 81 // new possible range
137 static final class Range implements Comparable<Range>{
140 public Range(int min, int max) {
146 return this == obj || (obj != null && obj instanceof Range && compareTo((Range)obj) == 0);
149 public int compareTo(Range that) {
168 private final Range[] ranges;
171 ranges = new Range[array.length];
173 ranges[i] = new Range(array[i], array[i])
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringRange.java 77 // new possible range
133 static final class Range implements Comparable<Range>{
136 public Range(int min, int max) {
142 return this == obj || (obj != null && obj instanceof Range && compareTo((Range)obj) == 0);
145 public int compareTo(Range that) {
164 private final Range[] ranges;
167 ranges = new Range[array.length];
169 ranges[i] = new Range(array[i], array[i])
    [all...]

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>