Home
last modified time | relevance | path

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

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDialogueFormat.java56 public static SsaDialogueFormat fromFormatLine(String formatLine) { in fromFormatLine()
DSsaDecoder.java98 String formatLine = Util.fromUtf8Bytes(initializationData.get(0)); in SsaDecoder() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDialogueFormat.java56 public static SsaDialogueFormat fromFormatLine(String formatLine) { in fromFormatLine()
DSsaDecoder.java98 String formatLine = Util.fromUtf8Bytes(initializationData.get(0)); in SsaDecoder() local
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonf94da85c0111::NoColumnLimitLineFormatter
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonf94da85c0111::NoLineBreakFormatter
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine() function in clang::format::__anonf94da85c0111::OptimizingLineFormatter
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine() function