Searched defs:spans (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java71 private void joinHelper(Integer... spans) throws Exception { argument
74 for (Integer span : spans) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.cc86 ACMatchClassifications spans; local
89 spans.push_back(ACMatchClassification(0, url_style));
90 return spans;
93 spans.push_back(ACMatchClassification(0, url_style));
97 spans.push_back(ACMatchClassification(offset,
105 spans.push_back(ACMatchClassification(offset, url_style));
108 return spans;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.h56 RowSpanSet spans; member in struct:webrtc::DesktopRegion::Row
80 // |row_span_| matches spans on consecutive rows then they are also merged
139 // Adds a new span to the row, coalescing spans if necessary.
145 // Calculates the intersection of two sets of spans.
154 // Merges |row| with the row above it if they contain the same spans. Doesn't
H A Ddesktop_region_unittest.cc557 } spans[3]; member in struct:webrtc::SpanSet
583 int span_set_end = span_set.spans[span_set.count - 1].end;
594 std::fill_n(x + expected_map + span_set.spans[span].start,
595 span_set.spans[span].end - span_set.spans[span].start,
597 region2.AddRect(DesktopRect::MakeLTRB(x + span_set.spans[span].start, 0,
598 x + span_set.spans[span].end, 1));
628 } spans[3]; member in struct:webrtc::SpanSet
654 int span_set_end = span_set.spans[span_set.count - 1].end;
665 std::fill_n(y + expected_map + span_set.spans[spa
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSpannableString.java16 private HashMap<Object, SpanHolder> spans = new HashMap<Object, SpanHolder>(); field in class:ShadowSpannableString
29 spans.put(what, new SpanHolder(start, end, flags) );
34 spans.remove(what);
41 for (Object s : spans.keySet()) {
43 SpanHolder h = spans.get(s);
57 SpanHolder spanHolder = spans.get(what);
67 SpanHolder spanHolder = spans.get(what);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h131 // Split an allocated span into two spans: one of length "n" pages
163 // For each free list of small spans, the length (in spans) of the
170 // Stats for free large spans (i.e., spans with more than kMaxPages pages).
172 int64 spans; // Number of such spans member in struct:tcmalloc::PageHeap::LargeSpanStats
173 int64 normal_pages; // Combined page length of normal large spans
174 int64 returned_pages; // Combined page length of unmapped spans
233 // We segregate spans o
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h123 // Split an allocated span into two spans: one of length "n" pages
153 // For each free list of small spans, the length (in spans) of the
160 // Stats for free large spans (i.e., spans with more than kMaxPages pages).
162 int64 spans; // Number of such spans member in struct:tcmalloc::PageHeap::LargeSpanStats
163 int64 normal_pages; // Combined page length of normal large spans
164 int64 returned_pages; // Combined page length of unmapped spans
221 // We segregate spans o
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_mac.cc46 std::vector<RenderText::FontSpan> spans; local
51 spans.push_back(RenderText::FontSpan(font, range));
54 return spans;
H A Drender_text_pango.cc145 std::vector<RenderText::FontSpan> spans; local
153 spans.push_back(RenderText::FontSpan(Font(desc.get()), range));
156 return spans;
H A Drender_text_unittest.cc1687 const std::vector<RenderText::FontSpan> spans = local
1692 for (size_t k = 0; k < spans.size(); ++k) {
1693 if (IndexInRange(spans[k].second, start_paren_char_index))
1695 if (IndexInRange(spans[k].second, end_paren_char_index))
1701 const Font& start_font = spans[start_paren_span_index].first;
1702 const Font& end_font = spans[end_paren_span_index].first;
H A Drender_text_harfbuzz.cc626 std::vector<RenderText::FontSpan> spans; local
631 spans.push_back(RenderText::FontSpan(font,
636 return spans;
1003 // If ICU fails to itemize the text, we create a run that spans the entire
H A Drender_text_win.cc576 std::vector<RenderText::FontSpan> spans; local
578 spans.push_back(RenderText::FontSpan(runs_[i]->font,
583 return spans;
/external/skia/tests/
H A DPathOpsDebug.cpp485 void SkPathOpsDebug::DumpSpans(const SkTDArray<SkOpSpan *>& spans) { argument
486 int count = spans.count();
488 const SkOpSpan* span = spans[index];
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp617 void SkPathOpsDebug::DumpSpans(const SkTDArray<SkOpSpan *>& spans) { argument
618 int count = spans.count();
620 const SkOpSpan* span = spans[index];
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c65 /* spans on any target surface. You can thus do direct composition on */
345 /* maximum number of gray spans in a call to the span callback */
1209 const FT_Span* spans,
1221 for ( ; count > 0; count--, spans++ )
1223 unsigned char coverage = spans->coverage;
1228 /* For small-spans it is faster to do it by ourselves than
1232 if ( spans->len >= 8 )
1233 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
1236 unsigned char* q = p + spans
1207 gray_render_span( int y, int count, const FT_Span* spans, gray_PWorker worker ) argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp855 int start, int end, const SkTDArray<Span>& spans) {
861 fSpans = &spans;
958 const SkTDArray<Span>* spans() const { function
1457 (*angles[0].spans())[angles[0].start()].fT, &angle0Pt);
1488 // at this point, spans before and after are at:
1828 // set spans from start to end to decrement by one
1834 // spans. Even if the counts work out, what if the spans aren't correctly
1836 // pointer since both coincident segments must contain the same spans.
1979 // set spans fro
854 set(const SkPoint* orig, SkPath::Verb verb, const Segment* segment, int start, int end, const SkTDArray<Span>& spans) argument
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c65 /* spans on any target surface. You can thus do direct composition on */
382 /* maximum number of gray spans in a call to the span callback */
1232 const FT_Span* spans,
1244 for ( ; count > 0; count--, spans++ )
1246 unsigned char coverage = spans->coverage;
1251 /* For small-spans it is faster to do it by ourselves than
1255 if ( spans->len >= 8 )
1256 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
1259 unsigned char* q = p + spans
1230 gray_render_span( int y, int count, const FT_Span* spans, gray_PWorker worker ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c65 /* spans on any target surface. You can thus do direct composition on */
345 /* maximum number of gray spans in a call to the span callback */
1221 const FT_Span* spans,
1233 for ( ; count > 0; count--, spans++ )
1235 unsigned char coverage = spans->coverage;
1240 /* For small-spans it is faster to do it by ourselves than
1244 if ( spans->len >= 8 )
1245 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
1248 unsigned char* q = p + spans
1219 gray_render_span( int y, int count, const FT_Span* spans, gray_PWorker worker ) argument
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp855 int start, int end, const SkTDArray<Span>& spans) {
861 fSpans = &spans;
958 const SkTDArray<Span>* spans() const { function
1457 (*angles[0].spans())[angles[0].start()].fT, &angle0Pt);
1488 // at this point, spans before and after are at:
1828 // set spans from start to end to decrement by one
1834 // spans. Even if the counts work out, what if the spans aren't correctly
1836 // pointer since both coincident segments must contain the same spans.
1979 // set spans fro
854 set(const SkPoint* orig, SkPath::Verb verb, const Segment* segment, int start, int end, const SkTDArray<Span>& spans) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... lucene/queryParser/ org/apache/lucene/search/ org/apache/lucene/search/spans/ org/apache/lucene/store/ org/apache/lucene/util/ about. ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2575 milliseconds