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

1 2 34 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeSet.java 47 new ImmutableRangeSet<Comparable<?>>(ImmutableList.<Range<Comparable<?>>>of());
50 new ImmutableRangeSet<Comparable<?>>(ImmutableList.of(Range.<Comparable<?>>all()));
53 * Returns an empty immutable range set.
61 * Returns an immutable range set containing the single range {@link Range#all()}.
69 * Returns an immutable range set containing the specified single range. If {@link Range#isEmpty()
70 * range.isEmpty()}, this is equivalent to {@link ImmutableRangeSet#of()}
134 Range<C> range = ranges.get(index); local
    [all...]
  /frameworks/minikin/tests/unittest/
LayoutCacheTest.cpp 48 Range range(0, text.size());
54 layoutCache.getOrCreate(text, range, paint, false /* LTR */, StartHyphenEdit::NO_EDIT,
58 layoutCache.getOrCreate(text, range, paint, false /* LTR */, StartHyphenEdit::NO_EDIT,
76 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */,
78 layoutCache.getOrCreate(text2, Range(0, text2.size()), paint, false /* LTR */,
83 SCOPED_TRACE("Different range");
84 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */,
86 layoutCache.getOrCreate(text1, Range(1, text1.size()), paint, false /* LTR */,
92 layoutCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */
    [all...]
  /external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /external/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
  /external/easymock/src/org/easymock/internal/
Range.java 20 public class Range implements Serializable {
28 public Range(int count) {
32 public Range(int minimum, int maximum) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
Problem.java 12 private final Optional<Range> range; field in class:Problem
15 Problem(String message, Optional<Range> range, Optional<Throwable> cause) {
17 this.range = assertNotNull(range);
24 range.ifPresent(r -> str.append(" ").append(r));
32 public Optional<Range> getRange() {
33 return range;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
Type.java 24 import com.github.javaparser.Range;
47 public Type(Range range) {
48 super(range);
51 public Type(Range range, List<AnnotationExpr> annotations) {
52 super(range);
  /external/libchrome/base/trace_event/
category_registry.h 30 class Range {
32 Range(TraceCategory* begin, TraceCategory* end) : begin_(begin), end_(end) {
87 static Range GetAllCategories();
  /external/libmojo/ui/gfx/range/
range_win.cc 5 #include "ui/gfx/range/range.h"
13 Range::Range(const CHARRANGE& range, LONG total_length) {
14 // Check if this is an invalid range.
15 if (range.cpMin == -1 && range.cpMax == -1) {
18 DCHECK_GE(range.cpMin, 0);
19 set_start(range.cpMin)
    [all...]
  /external/llvm/lib/CodeGen/
SafeStackLayout.cpp 28 << "), range " << Regions[i].Range << "\n";
37 const StackColoring::LiveRange &Range) {
38 StackObjects.push_back({V, Size, Alignment, Range});
54 Regions.emplace_back(Start, End, Obj.Range);
60 << ", range " << Obj.Range << "\n");
67 << ", range " << R.Range << "\n");
73 if (Obj.Range.Overlaps(R.Range))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
HTMLRewrite.h 29 /// HighlightRange - Highlight a range in the source code with the specified
31 /// start/end tags are placed at the start/end of each line if the range is
36 /// HighlightRange - Highlight a range in the source code with the specified
37 /// start/end tags. The Start/end of the range must be in the same file.
39 /// if the range is multiline.
40 inline void HighlightRange(Rewriter &R, SourceRange Range,
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);

Completed in 1802 milliseconds

1 2 34 5 6 7 8 91011>>