HomeSort by relevance Sort by last modified time
    Searched defs:Span (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 67 struct Span {
68 Span(int y, size_t segmentIndex)
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/
span.h 33 // A Span is a contiguous run of pages.
43 // Information kept for a span (a contiguous run of pages).
44 struct Span {
46 Length length; // Number of pages in span
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
52 unsigned int location : 2; // Is the span on a freelist, and if so, which?
57 // For debugging, we can keep a log events per span
63 // What freelist the span is on: IN_USE if on none, or normal or returned
68 void Event(Span* span, char op, int v = 0)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
span.h 33 // A Span is a contiguous run of pages.
43 // Information kept for a span (a contiguous run of pages).
44 struct Span {
46 Length length; // Number of pages in span
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
52 unsigned int location : 2; // Is the span on a freelist, and if so, which?
57 // For debugging, we can keep a log events per span
63 // What freelist the span is on: IN_USE if on none, or normal or returned
68 void Event(Span* span, char op, int v = 0)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 43 typedef struct Span {
46 } Span;
48 unsigned int Span_show(Span*, FILE *, unsigned int);
52 Span *span; member in struct:Go
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 182 * \brief Returns the span within the knot vector in which u is falling.
183 * \param u The site for which the span is determined.
185 DenseIndex span(Scalar u) const;
190 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
213 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span(
234 const DenseIndex i = Spline::Span(u, degree, knots);
270 DenseIndex Spline<_Scalar, _Dim, _Degree>::span(Scalar u) const function in class:Eigen::Spline
272 return Spline::Span(u, degree(), knots());
280 const DenseIndex span = this->span(u) local
303 const DenseIndex span = spline.span(u); local
361 const DenseIndex span = spline.span(u); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 17 // 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 {
665 bool fDone; // if set, this span to next higher T has been processed
668 bool fTiny; // if set, span may still be considered once for edge following
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
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 378 RangeSpan Span(getLabelBeforeInsn(R.first), getLabelAfterInsn(R.second));
379 List.addRange(std::move(Span));
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 17 // 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 {
665 bool fDone; // if set, this span to next higher T has been processed
668 bool fTiny; // if set, span may still be considered once for edge following
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
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 146 // How many Span tags (e.g. animations) to report.
1903 Span span = null; local
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 382 ConstantRange Span =
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)
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 978 milliseconds