Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
22 typedef typename LineType::Index Index; in parametrizedline()
24 typedef typename LineType::Scalar Scalar; in parametrizedline()
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType; in parametrizedline()
27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType; in parametrizedline()
34 LineType l0(p0, d0); in parametrizedline()
46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
110 LineType readLine(UErrorCode &errorCode);
163 LineType lineType;
Dppucd.cpp104 PreparsedUCD::LineType
162 lineType=(LineType)type; in readLine()
/external/clang/lib/Format/
DTokenAnnotator.h28 enum LineType { enum
111 LineType Type;
DTokenAnnotator.cpp704 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
706 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
760 LineType parseLine() { in parseLine()
/external/skia/bench/
DDashBench.cpp304 enum LineType { enum in GiantDashBench
311 static const char* LineTypeName(LineType lt) { in LineTypeName()
317 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()