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) {
file_sync_client.cpp 177 lp.Print(output, LinePrinter::LineType::INFO);
194 lp.Print(ss.str(), LinePrinter::LineType::INFO);
    [all...]
  /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 65 enum LineType {
110 LineType readLine(UErrorCode &errorCode);
122 UBool lineHasPropertyValues() const { return DEFAULTS_LINE<=lineType && lineType<=CP_LINE; }
163 LineType lineType;
ppucd.cpp 62 lineType(NO_LINE),
90 // Same order as the LineType values.
104 PreparsedUCD::LineType
117 lineType=NO_LINE;
130 return lineType=EMPTY_LINE;
142 return lineType=EMPTY_LINE;
162 lineType=(LineType)type;
163 if(lineType==UNICODE_VERSION_LINE && fieldLimit<lineLimit) {
166 return lineType;
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 28 enum LineType {
111 LineType Type;
TokenAnnotator.cpp 704 LineType parsePreprocessorDirective() {
706 LineType Type = LT_PreprocessorDirective;
760 LineType parseLine() {
    [all...]
  /external/skia/bench/
DashBench.cpp 304 enum LineType {
311 static const char* LineTypeName(LineType lt) {
317 GiantDashBench(LineType lt, SkScalar width) {

Completed in 2322 milliseconds