Searched refs:Range (Results 251 - 275 of 747) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/AST/
H A DRawCommentList.cpp69 Range(SR), RawTextValid(false), BriefTextValid(false),
99 SourceMgr.getDecomposedLoc(Range.getBegin());
100 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
129 Range.getBegin(),
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h53 CXSourceRange getRange(unsigned Range) const override;
H A DCIndexDiagnostic.cpp77 CXSourceRange getRange(unsigned Range) const override {
283 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I); local
286 clang_getSpellingLocation(clang_getRangeStart(Range),
289 clang_getSpellingLocation(clang_getRangeEnd(Range),
431 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) { argument
433 if (!D || Range >= D->getNumRanges())
435 return D->getRange(Range);
H A DCIndexHigh.cpp235 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
240 Range,
330 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
335 Range);
395 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
401 Range);
/external/libvpx/libvpx/test/
H A Dactive_map_test.cc91 ::testing::Range(0, 6));
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dfpdf_cmaps.cpp83 if (pMap->m_DWordMapType == FXCMAP_CMap::Range) {
111 } else if (pMap->m_WordMapType == FXCMAP_CMap::Range) {
136 } else if (pMap->m_WordMapType == FXCMAP_CMap::Range) {
152 if (pMap->m_DWordMapType == FXCMAP_CMap::Range) {
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
H A DSkPdfLabColorSpaceDictionary_autogen.cpp35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfLabColorSpaceDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h70 class Range;
147 PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
149 void addTextMatchMarker(const Range*, bool isActive);
164 PassRefPtrWillBeRawPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength);
165 unsigned locationFromRange(Element* scope, const Range*);
166 unsigned lengthFromRange(Element* scope, const Range*);
167 String rangeAsText(const Range*);
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc87 // Returns a range in |text| to underline or Range::InvalidRange() if
89 Range StripAcceleratorChars(int flags, base::string16* text) {
95 return Range(char_pos, char_pos + char_span);
97 return Range::InvalidRange();
105 Range* range) {
113 *range = Range::InvalidRange();
254 Range range = StripAcceleratorChars(flags, &strings[i]);
281 Range range = StripAcceleratorChars(flags, &adjusted_text);
H A Drender_text.cc352 Range StyleIterator::GetRange() const {
353 Range range(colors_.GetRange(color_));
552 Range range(std::min(model.selection().start(), text_length),
563 bool RenderText::SelectRange(const Range& range) {
564 Range sel(std::min(range.start(), text().length()),
590 const Range all = reversed ? Range(length, 0) : Range(0, length);
631 const Range& RenderText::GetCompositionRange() const {
635 void RenderText::SetCompositionRange(const Range
[all...]
/external/lldb/source/Symbol/
H A DBlock.cpp60 const Range &range = m_ranges.GetEntryRef(i);
107 const Range &range = m_ranges.GetEntryRef(i);
208 const Range &range = m_ranges.GetEntryRef(i);
239 Block::Contains (const Range& range) const
276 Block::GetRangeContainingOffset (const addr_t offset, Range &range)
278 const Range *range_ptr = m_ranges.FindEntryThatContains (offset);
304 const Range *range_ptr = m_ranges.FindEntryThatContains (offset);
359 const Range &vm_range = m_ranges.GetEntryRef(range_idx);
393 Block::AddRange (const Range& range)
443 size_t mem_size = sizeof(Block) + m_ranges.GetSize() * sizeof(Range);
[all...]
/external/chromium_org/components/url_matcher/
H A Durl_matcher.h288 typedef std::pair<int, int> Range; typedef in class:url_matcher::URLMatcherPortFilter
289 explicit URLMatcherPortFilter(const std::vector<Range>& ranges);
294 static Range CreateRange(int from, int to);
296 static Range CreateRange(int port);
299 std::vector<Range> ranges_;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp120 if (RefPtrWillBeRawPtr<Range> range = textFromControlOfTarget->selection())
251 bool Editor::canDeleteRange(Range* range) const
390 RefPtrWillBeRawPtr<Range> range = selectedRange();
417 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText)
530 PassRefPtrWillBeRawPtr<Range> Editor::selectedRange()
535 bool Editor::shouldDeleteRange(Range* range) const
830 RefPtrWillBeRawPtr<Range> selection = selectedRange();
1039 RefPtrWillBeRawPtr<Range> range = makeRange(previous, next);
1058 void Editor::addToKillRing(Range* range, bool prepend)
1092 IntRect Editor::firstRectForRange(Range* rang
[all...]
H A Dmarkup.cpp47 #include "core/dom/Range.h"
135 StyledMarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAbsoluteURLs, EAnnotateForInterchange, RawPtr<const Range>, Node* highestNodeToBeSerialized = 0);
146 String renderedText(Node&, const Range*);
147 String stringValueForRange(const Node&, const Range*);
167 inline StyledMarkupAccumulator::StyledMarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, RawPtr<const Range> range, Node* highestNodeToBeSerialized)
258 String StyledMarkupAccumulator::renderedText(Node& node, const Range* range)
274 return plainText(Range::create(textNode.document(), start, end).get());
277 String StyledMarkupAccumulator::stringValueForRange(const Node& node, const Range* range)
517 static HTMLElement* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor)
565 static String createMarkupInternal(Document& document, const Range* rang
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp53 struct Range struct in namespace:deqp::gls
157 typedef Range<FormatKey> FormatKeys;
220 typedef Range<FormatEntry> FormatEntries;
231 Range<FormatKey> formats;
234 typedef Range<FormatExtEntry> FormatExtEntries;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c160 aactx->colorOutput = decl->Range.First;
164 for (i = decl->Range.First;
165 i <= decl->Range.Last; i++) {
170 if ((int) decl->Range.Last > aactx->maxInput)
171 aactx->maxInput = decl->Range.Last;
179 for (i = decl->Range.First;
180 i <= decl->Range.Last; i++) {
244 decl.Range.First =
245 decl.Range.Last = aactx->maxInput + 1;
252 decl.Range
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c160 aactx->colorOutput = decl->Range.First;
164 for (i = decl->Range.First;
165 i <= decl->Range.Last; i++) {
170 if ((int) decl->Range.Last > aactx->maxInput)
171 aactx->maxInput = decl->Range.Last;
179 for (i = decl->Range.First;
180 i <= decl->Range.Last; i++) {
244 decl.Range.First =
245 decl.Range.Last = aactx->maxInput + 1;
252 decl.Range
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp447 const MemsetRange &Range = *I; local
449 if (Range.TheStores.size() == 1) continue;
452 if (!Range.isProfitableToUseMemset(*DL))
457 StartPtr = Range.StartPtr;
460 unsigned Alignment = Range.Alignment;
468 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);
471 for (unsigned i = 0, e = Range.TheStores.size(); i != e; ++i)
472 dbgs() << *Range.TheStores[i] << '\n';
475 if (!Range
[all...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcpu.js25 this.bounds = new base.Range();
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.cc84 gfx::Range(offsets[1], offsets[1] + learn_more.size()),
129 void PlatformVerificationDialog::StyledLabelLinkClicked(const gfx::Range& range,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view_delegate.h101 virtual const std::vector<gfx::Range>& LegalDocumentLinks() = 0;
199 virtual void LegalDocumentLinkClicked(const gfx::Range& range) = 0;
H A Dpassword_generation_popup_controller_impl.cc94 link_range_ = gfx::Range(pieces[0].size(),
266 const gfx::Range& PasswordGenerationPopupControllerImpl::HelpTextLinkRange() {
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble_model.cc40 gfx::Range* link_range) {
46 *link_range = gfx::Range(pieces[0].size(),
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h174 const gfx::Range& range,
182 const gfx::Range& range) OVERRIDE;
260 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
261 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
262 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
263 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
264 virtual bool DeleteRange(const gfx::Range& range) OVERRIDE;
265 virtual bool GetTextFromRange(const gfx::Range& range,

Completed in 391 milliseconds

<<11121314151617181920>>