Searched refs:Range (Results 151 - 175 of 747) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc92 return Range(paths_, 0, paths_.size());
95 std::string Path::Range(size_t start, size_t end) const { function in class:nacl_io::Path
96 return Range(paths_, start, end);
155 return Range(paths, 0, paths.size());
159 std::string Path::Range(const StringArray_t& paths, size_t start, size_t end) { function in class:nacl_io::Path
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h131 void SelectRange(const gfx::Range& range);
190 base::string16 GetTextFromRange(const gfx::Range& range) const;
193 void GetTextRange(gfx::Range* range) const;
210 void GetCompositionTextRange(gfx::Range* range) const;
237 void ExecuteAndRecordDelete(gfx::Range range, bool mergeable);
/external/clang/include/clang/AST/
H A DRawCommentList.h110 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; member in class:clang::RawComment
150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularContiguousSet.java35 private final Range<C> range;
37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) {
78 return right != null && Range.compareOrThrow(left, right) == 0;
142 @Override public Range<C> range() {
146 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) {
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc435 Range range,
439 Range* chars,
440 Range* glyphs) {
451 *glyphs = Range(glyphs->end(), glyphs->start());
479 Range* chars,
480 Range* glyphs) const {
481 DCHECK(range.Contains(Range(pos, pos + 1)));
487 *glyphs = Range();
501 Range TextRunHarfBuzz::CharRangeToGlyphRange(const Range
[all...]
H A Drender_text_win.h26 Range range;
79 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
80 virtual std::vector<Rect> GetSubstringBounds(const Range& range) OVERRIDE;
H A Dselection_model.cc20 SelectionModel::SelectionModel(const Range& selection,
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp233 void mangleType(QualType T, SourceRange Range,
259 void mangleArgumentType(QualType T, SourceRange Range);
265 SourceRange Range);
1320 SourceRange Range) {
1346 mangleType(T, Range, QMM_Drop);
1361 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, argument
1421 mangleType(cast<CLASS##Type>(ty), Range); \
1431 SourceRange Range) {
1507 Diags.Report(Range.getBegin(), DiagID)
1509 << Range;
1319 mangleArgumentType(QualType T, SourceRange Range) argument
1430 mangleType(const BuiltinType *T, SourceRange Range) argument
1536 SourceRange Range; local
1702 mangleType(const UnresolvedUsingType *T, SourceRange Range) argument
1817 mangleType(const MemberPointerType *T, SourceRange Range) argument
1831 mangleType(const TemplateTypeParmType *T, SourceRange Range) argument
1840 mangleType( const SubstTemplateTypeParmPackType *T, SourceRange Range) argument
1853 mangleType(const PointerType *T, SourceRange Range) argument
1858 mangleType(const ObjCObjectPointerType *T, SourceRange Range) argument
1869 mangleType(const LValueReferenceType *T, SourceRange Range) argument
1879 mangleType(const RValueReferenceType *T, SourceRange Range) argument
1886 mangleType(const ComplexType *T, SourceRange Range) argument
1895 mangleType(const VectorType *T, SourceRange Range) argument
1929 mangleType(const ExtVectorType *T, SourceRange Range) argument
1937 mangleType(const DependentSizedExtVectorType *T, SourceRange Range) argument
1953 mangleType(const ObjCObjectType *T, SourceRange Range) argument
1960 mangleType(const BlockPointerType *T, SourceRange Range) argument
1973 mangleType(const TemplateSpecializationType *T, SourceRange Range) argument
1982 mangleType(const DependentNameType *T, SourceRange Range) argument
1991 mangleType( const DependentTemplateSpecializationType *T, SourceRange Range) argument
2001 mangleType(const PackExpansionType *T, SourceRange Range) argument
2010 mangleType(const TypeOfType *T, SourceRange Range) argument
2019 mangleType(const TypeOfExprType *T, SourceRange Range) argument
2028 mangleType(const DecltypeType *T, SourceRange Range) argument
2037 mangleType(const UnaryTransformType *T, SourceRange Range) argument
2046 mangleType(const AutoType *T, SourceRange Range) argument
2056 mangleType(const AtomicType *T, SourceRange Range) argument
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_file_job_unittest.cc132 struct Range { struct in namespace:net::__anon9794
136 Range() { function in struct:net::__anon9794::Range
141 Range(int start, int end) { function in struct:net::__anon9794::Range
156 // and makes sure that the callbacks observed the correct bytes. If a Range
157 // is provided, this function will add the appropriate Range http header to
160 void RunRequest(const std::string& content, const Range* range);
170 const Range* range) {
246 TEST_F(URLRequestFileJobEventsTest, Range) {
250 Range range(1701, (6 * 1024) + 3);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp159 if (RefPtrWillBeRawPtr<Range> selectedRange = frame().selection().toNormalizedRange())
172 Range::selectNodeContents(frame().document(), spellingSearchStart, spellingSearchEnd);
236 RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
341 RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange();
370 RefPtrWillBeRawPtr<Range> misspellingRange = nullptr;
403 RefPtrWillBeRawPtr<Range> misspellingRange = nullptr;
435 void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
479 void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
486 RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
490 void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRang
[all...]
H A DMarkupAccumulator.h40 class Range;
69 MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >*, EAbsoluteURLs, const Range* = 0, SerializationType = AsOwnerDocument);
107 RawPtrWillBeMember<const Range> const m_range;
H A DSelection.idl36 // * RemoveRange(Range range) method
60 [RaisesException] Range getRangeAt([Default=Undefined] optional long index);
61 void addRange([Default=Undefined] optional Range range);
77 // WebKit's "type" accessor returns "None", "Range" and "Caret"
/external/guava/guava/src/com/google/common/collect/
H A DRegularContiguousSet.java37 private final Range<C> range;
39 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) {
80 return right != null && Range.compareOrThrow(left, right) == 0;
144 @Override public Range<C> range() {
148 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) {
173 final Range<C> range;
176 private SerializedForm(Range<C> range, DiscreteDomain<C> domain) {
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp101 bool matchesRange(const SourceRange &Range, unsigned StartLine, argument
103 EXPECT_EQ(StartLine, Range.Start.Line);
104 EXPECT_EQ(EndLine, Range.End.Line);
105 EXPECT_EQ(StartColumn, Range.Start.Column);
106 EXPECT_EQ(EndColumn, Range.End.Column);
107 return Range.Start.Line == StartLine && Range.End.Line == EndLine &&
108 Range.Start.Column == StartColumn && Range.End.Column == EndColumn;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
218 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
305 decl.Range.First =
306 decl.Range.Last = wincoordInput;
314 decl.Range.First =
315 decl.Range
[all...]
/external/clang/include/clang/Lex/
H A DPPCallbacks.h242 SourceRange Range, const MacroArgs *Args) {
260 SourceRange Range) {
264 /// \param Range The SourceRange that was skipped. The range begins at the
266 virtual void SourceRangeSkipped(SourceRange Range) { argument
441 SourceRange Range, const MacroArgs *Args) override {
442 First->MacroExpands(MacroNameTok, MD, Range, Args);
443 Second->MacroExpands(MacroNameTok, MD, Range, Args);
458 SourceRange Range) override {
459 First->Defined(MacroNameTok, MD, Range);
460 Second->Defined(MacroNameTok, MD, Range);
241 MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range, const MacroArgs *Args) argument
259 Defined(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
218 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
305 decl.Range.First =
306 decl.Range.Last = wincoordInput;
314 decl.Range.First =
315 decl.Range
[all...]
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp128 int Rewriter::getRangeSize(const CharSourceRange &Range, argument
130 if (!isRewritable(Range.getBegin()) ||
131 !isRewritable(Range.getEnd())) return -1;
136 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID);
137 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
155 if (Range.isTokenRange())
156 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
161 int Rewriter::getRangeSize(SourceRange Range, RewriteOptions opts) const { argument
162 return getRangeSize(CharSourceRange::getTokenRange(Range), opts);
172 std::string Rewriter::getRewrittenText(SourceRange Range) cons
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DRangeTest.java35 * Unit test for {@link Range}.
42 Range<Integer> range = Ranges.open(4, 8);
69 Range<Integer> range = Ranges.closed(5, 7);
91 Range<Integer> range = Ranges.openClosed(4, 7);
105 Range<Integer> range = Ranges.closedOpen(5, 8);
128 private static void checkContains(Range<Integer> range) {
136 Range<Integer> range = Ranges.closed(4, 4);
152 Range<Integer> range = Ranges.closedOpen(4, 4);
168 Range<Integer> range = Ranges.openClosed(4, 4);
184 Range<Intege
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.cc59 gfx::Range(offsets[0], offsets[0] + service_name.length()),
65 label_->AddStyleRange(gfx::Range(offsets[1], offsets[1] + link.length()),
89 label_->AddStyleRange(gfx::Range(offset, offset + link.length()), link_style);
154 void EchoDialogView::StyledLabelLinkClicked(const gfx::Range& range,
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.h39 virtual void StyledLabelLinkClicked(const gfx::Range& range, int event_flags)
/external/chromium_org/media/filters/
H A Dh264_bitstream_buffer_unittest.cc54 ::testing::Range(static_cast<uint64>(1),
/external/chromium_org/net/base/
H A Dip_pattern.cc25 struct Range { struct in class:net::IPPattern::ComponentPattern
27 Range(uint32 min, uint32 max) : minimum(min), maximum(max) {} function in struct:net::IPPattern::ComponentPattern::Range
31 typedef std::vector<Range> RangeVector;
41 ranges_.push_back(Range(min, max));
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Daltref_test.cc68 ::testing::Range(kLookAheadMin, kLookAheadMax));
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string.cc40 mappings_.push_back(gfx::Range(word_start + term_iter.prev(),

Completed in 555 milliseconds

1234567891011>>