Home
last modified time | relevance | path

Searched refs:check_no_more_bytes (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dcommand_printer_test.py45 self.assertRaises(BufferError, cmd_printer.check_no_more_bytes)
50 cmd_printer.check_no_more_bytes()
57 cmd_printer.check_no_more_bytes()
64 cmd_printer.check_no_more_bytes()
71 cmd_printer.check_no_more_bytes()
77 cmd_printer.check_no_more_bytes()
83 cmd_printer.check_no_more_bytes()
89 cmd_printer.check_no_more_bytes()
95 cmd_printer.check_no_more_bytes()
102 cmd_printer.check_no_more_bytes()
[all …]
Dcommand_printer.py60 self.check_no_more_bytes()
67 def check_no_more_bytes(self): member in CommandPrinter