Home
last modified time | relevance | path

Searched refs:wrap (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h42 bool wrap; member
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp55 << " wrap display the log without prefix when a log line is wrapped." << endl in FormatHelper()
329 bool wrap; member
337 wrap(false), noBlock(false), tailLines(0) {}
437 .wrap = context.wrap in QueryLogHandler()
856 {"wrap", [] (HilogArgs& context, int value) { in FormatHandler()
857 context.wrap = true; in FormatHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp148 if (format.wrap) { in AdaptWrap()
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py41 lines = textwrap.wrap(text, maxchars - len(indent))

Completed in 6 milliseconds