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/ |
D | SsaDialogueFormat.java | 56 public static SsaDialogueFormat fromFormatLine(String formatLine) { in fromFormatLine()
|
D | SsaDecoder.java | 90 String formatLine = Util.fromUtf8Bytes(initializationData.get(0)); in SsaDecoder() local
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 582 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/ |
D | UnwrappedLineFormatter.cpp | 841 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/ |
D | LinePrinter.h | 44 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() function
|