Home
last modified time | relevance | path

Searched defs:formatLine (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDialogueFormat.java56 public static SsaDialogueFormat fromFormatLine(String formatLine) { in fromFormatLine()
DSsaDecoder.java90 String formatLine = Util.fromUtf8Bytes(initializationData.get(0)); in SsaDecoder() local
/external/llvm-project/lldb/tools/lldb-test/
DFormatUtil.h48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonb7a5de0d0111::NoColumnLimitLineFormatter
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonb7a5de0d0111::NoLineBreakFormatter
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonb7a5de0d0111::OptimizingLineFormatter
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp841 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon18de89fb0111::NoColumnLimitLineFormatter
867 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon18de89fb0111::NoLineBreakFormatter
892 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anon18de89fb0111::OptimizingLineFormatter
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.h44 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function