HomeSort by relevance Sort by last modified time
    Searched refs:formatLine (Results 1 - 9 of 9) sorted by null

  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
TraceFormatParserTest.java 52 List<String> formatLine =
63 TraceFormatItem parsedItem = mParser.parse(formatLine);
77 List<String> formatLine = Arrays.asList("print fmt: \"foo\"");
82 TraceFormatItem parsedItem = mParser.parse(formatLine);
101 List<String> formatLine = Arrays.asList("");
103 mParser.parse(formatLine);
112 List<String> formatLine = Arrays.asList("foo", "bar");
114 mParser.parse(formatLine);
123 List<String> formatLine = Arrays.asList("foo bar");
125 mParser.parse(formatLine);
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
PortableFloatMap.java 37 String formatLine = readString(in);
39 if (formatLine.compareTo("Pf") != 0) {
42 throw new RuntimeException("Unexpected format line: " + formatLine);
  /system/core/logd/
LogStatistics.cpp 302 return formatLine(android::base::StringPrintf(name.c_str(),
306 formatLine(std::string("UID PACKAGE"), std::string("BYTES"),
397 std::string output = formatLine(name, size, pruned);
428 output += formatLine(std::string(" PID/UID COMMAND LINE"), ditto,
438 return formatLine(name, std::string("Size"), std::string("Pruned")) +
439 formatLine(std::string(" PID/UID COMMAND LINE"),
458 return formatLine(name, size, pruned);
463 return formatLine(name, std::string("Size"), std::string("Pruned")) +
464 formatLine(std::string(" TID/UID COMM"), std::string("BYTES"),
482 return formatLine(name, size, pruned)
    [all...]
LogStatistics.h 230 static std::string formatLine(const std::string& name,
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 485 virtual unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
557 Penalty += formatLine(*Previous.Children[0], State.Column + 1, DryRun);
582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
856 .formatLine(TheLine, Indent, DryRun)
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 202 milliseconds