HomeSort by relevance Sort by last modified time
    Searched refs:LineType (Results 1 - 9 of 9) sorted by null

  /system/core/adb/
line_printer.h 29 enum LineType { INFO, WARNING, ERROR };
33 void Print(std::string to_print, LineType type);
line_printer.cpp 68 void LinePrinter::Print(string to_print, LineType type) {
  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
23 typedef typename LineType::Scalar Scalar;
25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime,
27 LineType::AmbientDimAtCompileTime> MatrixType;
34 LineType l0(p0, d0);
46 const int Dim = LineType::AmbientDimAtCompileTime;
  /external/eigen/test/
geo_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
22 typedef typename LineType::Index Index;
24 typedef typename LineType::Scalar Scalar;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
34 LineType l0(p0, d0);
46 const int Dim = LineType::AmbientDimAtCompileTime;
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 63 enum LineType {
108 LineType readLine(UErrorCode &errorCode);
120 UBool lineHasPropertyValues() const { return DEFAULTS_LINE<=lineType && lineType<=CP_LINE; }
161 LineType lineType;
ppucd.cpp 60 lineType(NO_LINE),
88 // Same order as the LineType values.
102 PreparsedUCD::LineType
115 lineType=NO_LINE;
128 return lineType=EMPTY_LINE;
140 return lineType=EMPTY_LINE;
160 lineType=(LineType)type;
161 if(lineType==UNICODE_VERSION_LINE && fieldLimit<lineLimit) {
164 return lineType;
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 28 enum LineType {
103 LineType Type;
TokenAnnotator.cpp 647 LineType parsePreprocessorDirective() {
648 LineType Type = LT_PreprocessorDirective;
689 LineType parseLine() {
    [all...]
  /external/skia/bench/
DashBench.cpp 306 enum LineType {
313 static const char* LineTypeName(LineType lt) {
319 GiantDashBench(LineType lt, SkScalar width) {

Completed in 254 milliseconds