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

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
transform.go 17 func (foldTransform) Span(src []byte, atEOF bool) (n int, err error) {
99 func (narrowTransform) Span(src []byte, atEOF bool) (n int, err error) {
182 func (wideTransform) Span(src []byte, atEOF bool) (n int, err error) {
width.go 167 // Span implements the transform.SpanningTransformer interface.
168 func (t Transformer) Span(src []byte, atEOF bool) (n int, err error) {
169 return t.t.Span(src, atEOF)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
transform.go 17 func (foldTransform) Span(src []byte, atEOF bool) (n int, err error) {
99 func (narrowTransform) Span(src []byte, atEOF bool) (n int, err error) {
182 func (wideTransform) Span(src []byte, atEOF bool) (n int, err error) {
width.go 167 // Span implements the transform.SpanningTransformer interface.
168 func (t Transformer) Span(src []byte, atEOF bool) (n int, err error) {
169 return t.t.Span(src, atEOF)
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 59 // Span stores the minimum range of byte positions in the file in which a
63 // shadowing variable is declared within the span of the shadowed variable.
69 // One wrinkle: A "naked return" is a silent use of a variable that the Span
79 type Span struct {
84 // contains reports whether the position is inside the span.
85 func (s Span) contains(pos token.Pos) bool {
89 // growSpan expands the span for the object to contain the instance represented
97 span, ok := pkg.spans[obj]
99 if span.min > pos {
100 span.min = po
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 59 // Span stores the minimum range of byte positions in the file in which a
63 // shadowing variable is declared within the span of the shadowed variable.
69 // One wrinkle: A "naked return" is a silent use of a variable that the Span
79 type Span struct {
84 // contains reports whether the position is inside the span.
85 func (s Span) contains(pos token.Pos) bool {
89 // growSpan expands the span for the object to contain the instance represented
97 span, ok := pkg.spans[obj]
99 if span.min > pos {
100 span.min = po
    [all...]
  /frameworks/base/tools/aapt2/
StringPool.h 34 struct Span {
42 std::vector<Span> spans;
135 struct Span {
145 std::vector<Span> spans;
  /external/swiftshader/src/Renderer/
Primitive.hpp 66 struct Span
72 // The rasterizer adds a zero length span to the top and bottom of the polygon to allow
74 Span outlineUnderflow[2];
75 Span outline[OUTLINE_RESOLUTION];
76 Span outlineOverflow[2];
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 67 // SpanningTransformer extends the Transformer interface with a Span method
72 // Span returns a position in src such that transforming src[:n] results in
92 // Calling Span can modify the Transformer state as a side effect. In
97 // copying and allocating buffers. Calls to Span and Transform may be
99 Span(src []byte, atEOF bool) (n int, err error)
320 func (nop) Span(src []byte, atEOF bool) (n int, err error) {
404 // TODO: make chain use Span (is going to be fun to implement!)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 270 // Span implements transform.SpanningTransformer. It returns a boundary n such
272 func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 67 // SpanningTransformer extends the Transformer interface with a Span method
72 // Span returns a position in src such that transforming src[:n] results in
92 // Calling Span can modify the Transformer state as a side effect. In
97 // copying and allocating buffers. Calls to Span and Transform may be
99 Span(src []byte, atEOF bool) (n int, err error)
320 func (nop) Span(src []byte, atEOF bool) (n int, err error) {
404 // TODO: make chain use Span (is going to be fun to implement!)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 270 // Span implements transform.SpanningTransformer. It returns a boundary n such
272 func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 188 * \brief Returns the span within the knot vector in which u is falling.
189 * \param u The site for which the span is determined.
191 DenseIndex span(Scalar u) const;
196 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
234 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span(
255 const DenseIndex i = Spline::Span(u, degree, knots);
291 DenseIndex Spline<_Scalar, _Dim, _Degree>::span(Scalar u) const function in class:Eigen::Spline
293 return Spline::Span(u, degree(), knots());
301 const DenseIndex span = this->span(u) local
324 const DenseIndex span = spline.span(u); local
386 const DenseIndex span = SplineType::Span(u, p, U); local
    [all...]
  /external/skia/src/core/
SkLinearBitmapPipeline_core.h 18 // span then becomes a normal span except in special cases where an extra Y is given. The bilerp
21 // - edge span predicate.
46 // The Span class enables efficient processing horizontal spans of pixels.
47 // * start - the point where to start the span.
57 class Span {
59 Span(SkPoint start, SkScalar length, int count)
77 Span emptySpan() { return Span{{0.0, 0.0}, 0.0f, 0}; }
89 Span breakAt(SkScalar breakX, SkScalar dx)
    [all...]
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/
opentracing-api-0.13.0.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 367 ConstantRange Span =
373 Span = Span.inverse();
376 if (Span.getSetSize().ugt(8) || Span.isEmptySet() ||
378 Span.isWrappedSet())
381 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null)}),
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 156 // How many Span tags (e.g. animations) to report.
2303 Span span = null; local
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 541 ConstantRange Span = ConstantRange::makeAllowedICmpRegion(
548 Span = Span.subtract(*RHSC);
556 Span = Span.inverse();
559 if (Span.getSetSize().ugt(8) || Span.isEmptySet()) {
568 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 589 milliseconds