HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 101 - 125 of 844) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 32 m_conversionManager.addRange(Range(0,m_size));
41 m_conversionManager.addRange(Range(offset,size));
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 12 #include "ui/gfx/range/range.h"
22 typedef std::vector<gfx::Range> Mappings;
tokenized_string_match.h 12 #include "ui/gfx/range/range.h"
26 typedef std::vector<gfx::Range> Hits;
42 // Score in range of [0,1] representing how well the query matches the text.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc 53 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,
bookmark_sync_promo_view_unittest.cc 13 #include "ui/gfx/range/range.h"
39 listener->StyledLabelLinkClicked(gfx::Range(), ui::EF_NONE);
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 14 #include "ui/gfx/range/range.h"
38 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/ui/views/controls/
styled_label.h 15 #include "ui/gfx/range/range.h"
32 // Parameters that define label style for a styled label's text range.
37 // Creates a range style info with default values for link.
40 // The font style that will be applied to the range. Should be a bitmask of
44 // The text color for the range.
47 // Tooltip for the range.
50 // If set, the whole range will be put on a single line.
53 // If set, the range will be created as a link.
68 // Marks the given range within |text_| with style defined by |style_info|
108 gfx::Range range; member in struct:views::StyledLabel::StyleRange
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 24 * Test cases for {@link Range} which cannot run as GWT tests.
36 tester.testAllPublicStaticMethods(Range.class);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 26 #include "core/dom/Range.h"
58 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, rangeCounter, ("Range"));
60 inline Range::Range(Document& ownerDocument)
73 PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument)
75 return adoptRefWillBeNoop(new Range(ownerDocument));
78 inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset)
96 PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, (…)
1415 RefPtrWillBeRawPtr<Range> range = Range::create(node->document()); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 63 public virtual int Range {
82 if (absIndex > Range)
83 Range = absIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 67 public virtual int Range
89 if (absIndex > Range)
90 Range = absIndex;
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 11 #include "ui/gfx/range/range.h"
41 gfx::Range GetSelectionRange() const;
55 const gfx::Range& expected_selection);
91 gfx::Range selection_range_;
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h 12 #include "ui/gfx/range/range.h"
61 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/
content_param_traits.h 22 class Range;
32 struct ParamTraits<gfx::Range> {
33 typedef gfx::Range param_type;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.h 46 class Range;
51 PassRefPtrWillBeRawPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
65 String createMarkup(const Range*, WillBeHeapVector<RawPtrWillBeMember<Node> >* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 47 class Range;
87 PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&);
89 void addRange(Range*);
DOMSelection.cpp 40 #include "core/dom/Range.h"
187 return "Range";
210 RefPtrWillBeRawPtr<Range> range = Range::create(node->document());
211 range->setStart(node, offset, exceptionState);
214 range->setEnd(node, offset, exceptionState);
217 m_frame->selection().setSelectedRange(range.get(), DOWNSTREAM, m_frame->selection().isDirectional() ? FrameSelection::Directional : FrameSelection::NonDirectional);
363 PassRefPtrWillBeRawPtr<Range> DOMSelection::getRangeAt(int index, ExceptionState& exceptionState)
373 // If you're hitting this, you've added broken multi-range selection suppor
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 49 << 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");
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.h 26 typedef RangeToDIE::Entry Range;
43 // Use append range multiple times and then call sort
52 const Range*
78 const Range *range = m_aranges.GetEntryAtIndex (idx); local
79 if (range)
80 return range->data;
  /external/llvm/include/llvm/Support/
SourceMgr.h 193 /// Represents a single fixit, a replacement of one range of text with another.
195 SMRange Range;
202 : Range(Loc, Loc), Text(Insertion.str()) {
208 : Range(R), Text(Replacement.str()) {
213 SMRange getRange() const { return Range; }
216 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
217 return Range.Start.getPointer() < Other.Range.Start.getPointer();
218 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /external/qemu/include/qemu/
range.h 11 * - this can not represent a full 0 to ~0x0LL range.
14 /* A structure representing a range of addresses. */
15 struct Range {
16 uint64_t begin; /* First byte of the range, or 0 if empty. */
17 uint64_t end; /* 1 + the last byte. 0 if range empty or ends at ~0x0LL. */
20 static inline void range_extend(Range *range, Range *extend_by)
25 if (!range->begin && !range->end)
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 77 /// \brief The source range that covers this preprocessed entity.
78 SourceRange Range;
81 PreprocessedEntity(EntityKind Kind, SourceRange Range)
82 : Kind(Kind), Range(Range) { }
90 /// \brief Retrieve the source range that covers this entire preprocessed
92 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
126 PreprocessingDirective(EntityKind Kind, SourceRange Range)
127 : PreprocessedEntity(Kind, Range) { }
142 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range)
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 46 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {}
50 SourceRange Range;
88 Result.Range.Start = currentLocation();
167 Result.Range.End = currentLocation();
191 SourceRange Range;
192 Range.Start = Result->Range.Start;
193 Range.End = currentLocation();
194 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text;
226 SourceRange Range;
    [all...]
  /external/clang/include/clang/AST/
Attr.h 44 SourceRange Range;
77 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex),
89 SourceLocation getLocation() const { return Range.getBegin(); }
90 SourceRange getRange() const { return Range; }
91 void setRange(SourceRange R) { Range = R; }
RawCommentList.h 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
126 SourceRange Range;
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),

Completed in 634 milliseconds

1 2 3 45 6 7 8 91011>>