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

  /frameworks/native/cmds/bugreportz/
bugreportz.cpp 33 static void write_line(const std::string& line, bool show_progress) { function
66 write_line(line, show_progress);
72 write_line(line, show_progress);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
generate.py 38 level of indentation. Each call to write_line will write a line terminated
87 def write_line(self, line): member in class:IndentWriter
123 """Syntactic sugar for write_line method.
128 self.write_line(line)
generate_test.py 45 self.indent_writer.write_line('This is a line')
46 self.indent_writer.write_line('This is another line')
56 self.assertEquals('same as calling write_line', line)
58 self.indent_writer.write_line = mock_write_line
59 self.indent_writer << 'same as calling write_line'
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_tracking.hpp 103 ASIO_DECL static void write_line(const char* format, ...);

Completed in 72 milliseconds