Searched refs:Range (Results 76 - 100 of 747) sorted by relevance

1234567891011>>

/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp17 SourceRange Range) {
21 data.Range = Range;
67 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, argument
73 Last.Messages.back().Range = Range;
153 static void maybeAddLineAndColumn(const SourceRange &Range, argument
155 if (Range.Start.Line > 0 && Range.Start.Column > 0) {
156 OS << Range
16 pushContextFrame(ContextType Type, SourceRange Range) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DRange.java79 * <p>Instances of {@code Range} are immutable. It is strongly encouraged to
112 public final class Range<C extends Comparable> class in inherits:Predicate,Serializable
117 Range(Cut<C> lowerBound, Cut<C> upperBound) { method in class:Range
210 * Predicate} interface. When using a reference of type {@code Range}, always
281 public boolean encloses(Range<C> other) {
313 public Range<C> intersection(Range<C> other) {
344 public boolean isConnected(Range<C> other) {
369 public Range<C> span(Range<
[all...]
/external/lzma/C/
H A DPpmd7Enc.c12 p->Range = 0xFFFFFFFF;
36 p->Low += start * (p->Range /= total);
37 p->Range *= size;
38 while (p->Range < kTopValue)
40 p->Range <<= 8;
47 p->Range = (p->Range >> 14) * size0;
48 while (p->Range < kTopValue)
50 p->Range <<= 8;
57 UInt32 newBound = (p->Range >> 1
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp26 #include "core/dom/Range.h"
58 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, rangeCounter, ("Range"));
60 inline Range::Range(Document& ownerDocument) function in class:blink::Range
72 PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument)
74 return adoptRefWillBeNoop(new Range(ownerDocument));
77 inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) function in class:blink::Range
94 PassRefPtrWillBeRawPtr<Range> Rang
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFormatBlockCommand.h38 class Range;
50 static Element* elementForFormatBlockCommand(Range*);
H A DVisibleSelectionTest.cpp9 #include "core/dom/Range.h"
81 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
94 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
105 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
118 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
131 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
142 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
153 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
164 RefPtrWillBeRawPtr<Range> range = selection().firstRange();
H A DDOMSelection.h46 class Range;
87 PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&);
89 void addRange(Range*);
H A Dmarkup.h45 class Range;
50 PassRefPtrWillBeRawPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
64 String createMarkup(const Range*, WillBeHeapVector<RawPtrWillBeMember<Node> >* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.h36 Range CharRangeToGlyphRange(const Range& range) const;
42 void GetClusterAt(size_t pos, Range* chars, Range* glyphs) const;
45 Range GetGraphemeBounds(base::i18n::BreakIterator* grapheme_iterator,
53 Range range;
87 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
98 virtual std::vector<Rect> GetSubstringBounds(const Range& range) OVERRIDE;
/external/lldb/source/Utility/
H A DAndroid.mk9 Range.cpp \
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc53 promo_label->AddStyleRange(gfx::Range(offset, offset + link_text.length()),
58 gfx::Range before_link_range(0, offset);
61 gfx::Range after_link_range(offset + link_text.length(), promo_text.length());
73 void BookmarkSyncPromoView::StyledLabelLinkClicked(const gfx::Range& range,
H A Dbookmark_sync_promo_view_unittest.cc39 listener->StyledLabelLinkClicked(gfx::Range(), ui::EF_NONE);
/external/chromium_org/content/common/mac/
H A Dattributed_string_coder.h38 FontAttribute(NSDictionary* ns_attributes, gfx::Range effective_range);
39 FontAttribute(FontDescriptor font, gfx::Range range);
54 gfx::Range effective_range() const { return effective_range_; }
58 gfx::Range effective_range_;
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Ddb.h33 struct Range { struct in namespace:leveldb
37 Range() { } function in struct:leveldb::Range
38 Range(const Slice& s, const Slice& l) : start(s), limit(l) { } function in struct:leveldb::Range
128 virtual void GetApproximateSizes(const Range* range, int n,
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match.h27 typedef std::vector<gfx::Range> Hits;
/external/chromium_org/ui/views/controls/
H A Dstyled_label.h70 void AddStyleRange(const gfx::Range& range, const RangeStyleInfo& style_info);
104 StyleRange(const gfx::Range& range,
113 gfx::Range range;
145 std::map<View*, gfx::Range> link_targets_;
/external/guava/guava-tests/test/com/google/common/collect/
H A DRangeNonGwtTest.java24 * Test cases for {@link Range} which cannot run as GWT tests.
36 tester.testAllPublicStaticMethods(Range.class);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs63 public virtual int Range { property in class:Antlr.Runtime.Misc.FastQueue
82 if (absIndex > Range)
83 Range = absIndex;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs67 public virtual int Range property in class:Antlr.Runtime.Misc.FastQueue
89 if (absIndex > Range)
90 Range = absIndex;
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar.h20 class Range;
62 const gfx::Range& selected_range) = 0;
68 virtual gfx::Range GetSelectedRange() = 0;
H A Dfind_tab_helper.h61 gfx::Range selected_range() const { return selected_range_; }
62 void set_selected_range(const gfx::Range& selected_range) {
118 gfx::Range selected_range_;
/external/chromium_org/content/common/
H A Dcontent_param_traits.h22 class Range;
32 struct ParamTraits<gfx::Range> {
33 typedef gfx::Range param_type;
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier_unittest.cc69 TEST(CubicBezierTest, Range) {
76 function->Range(&min, &max);
82 function->Range(&min, &max);
88 function->Range(&min, &max);
94 function->Range(&min, &max);
100 function->Range(&min, &max);
106 function->Range(&min, &max);
110 function->Range(&min, &max);
116 function->Range(&min, &max);
122 function->Range(
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cc49 << Range(Pointer, Pointer + sizeof(uptr), "invalid vptr");
53 << Range(Pointer, Pointer + sizeof(uptr), "vptr for %0");
61 << Range(Pointer, Pointer + sizeof(uptr), "vptr for %2 base class of %1");

Completed in 633 milliseconds

1234567891011>>