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

  /system/core/adb/
line_printer.h 29 enum LineType { INFO, WARNING, ERROR };
33 void Print(std::string to_print, LineType type);
  /external/clang/lib/Format/
TokenAnnotator.h 28 enum LineType {
111 LineType Type;
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 65 enum LineType {
112 LineType readLine(UErrorCode &errorCode);
125 return DEFAULTS_LINE<=lineType && lineType<=UNASSIGNED_LINE;
167 LineType lineType;
  /external/skia/bench/
DashBench.cpp 304 enum LineType {
311 static const char* LineTypeName(LineType lt) {
317 GiantDashBench(LineType lt, SkScalar width) {
  /external/skqp/bench/
DashBench.cpp 304 enum LineType {
311 static const char* LineTypeName(LineType lt) {
317 GiantDashBench(LineType lt, SkScalar width) {

Completed in 93 milliseconds