Searched defs:Span (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h67 struct Span { struct in class:blink::Region
68 Span(int y, size_t segmentIndex) function in struct:blink::Region::Span
87 typedef const Span* SpanIterator;
131 Vector<Span, 16> m_spans;
141 friend bool operator==(const Span&, const Span&);
178 inline bool operator==(const Region::Span& a, const Region::Span& b)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.h33 // A Span is a contiguous run of pages.
44 struct Span { struct in namespace:tcmalloc
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
68 void Event(Span* span, char op, int v = 0);
74 Span* NewSpan(PageID p, Length len);
75 void DeleteSpan(Span* span);
82 void DLL_Init(Span* list);
86 void DLL_Remove(Span* span);
89 inline bool DLL_IsEmpty(const Span* lis
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.h33 // A Span is a contiguous run of pages.
44 struct Span { struct in namespace:tcmalloc
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
68 void Event(Span* span, char op, int v = 0);
74 Span* NewSpan(PageID p, Length len);
75 void DeleteSpan(Span* span);
82 void DLL_Init(Span* list);
86 void DLL_Remove(Span* span);
89 inline bool DLL_IsEmpty(const Span* lis
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h43 typedef struct Span { struct
46 } Span; typedef in typeref:struct:Span
48 unsigned int Span_show(Span*, FILE *, unsigned int);
52 Span *span;
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h190 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
213 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span( function in class:Eigen::Spline
234 const DenseIndex i = Spline::Span(u, degree, knots);
272 return Spline::Span(u, degree(), knots());
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp17 // A Segment contains a Span array
18 // A Span is describes a portion of a Segment using starting and ending T
20 // An Edge is a Segment generated from a Span
655 struct Span { struct
855 int start, int end, const SkTDArray<Span>& spans) {
915 const Span& thisSpan = (*fSpans)[index];
916 const Span& nextSpan = (*fSpans)[index + step];
958 const SkTDArray<Span>* spans() const {
990 const SkTDArray<Span>* fSpans;
1308 Span* spa
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp17 // A Segment contains a Span array
18 // A Span is describes a portion of a Segment using starting and ending T
20 // An Edge is a Segment generated from a Span
655 struct Span { struct
855 int start, int end, const SkTDArray<Span>& spans) {
915 const Span& thisSpan = (*fSpans)[index];
916 const Span& nextSpan = (*fSpans)[index + step];
958 const SkTDArray<Span>* spans() const {
990 const SkTDArray<Span>* fSpans;
1308 Span* spa
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp378 RangeSpan Span(getLabelBeforeInsn(R.first), getLabelAfterInsn(R.second));
379 List.addRange(std::move(Span));
1591 RangeSpan Span(FunctionBeginSym, FunctionEndSym);
1592 TheCU.addRange(std::move(Span));
2132 ArangeSpan Span; local
2133 Span.Start = Cur.Sym;
2134 Span.End = nullptr;
2136 Spans[Cur.CU].push_back(Span);
2147 ArangeSpan Span; local
2148 Span
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp382 ConstantRange Span = local
390 Span = Span.subtract(RHSC->getValue());
395 Span = Span.inverse();
398 if (Span.getSetSize().ugt(8) || Span.isEmptySet())
401 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
/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 1807 milliseconds