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

  /frameworks/rs/tests/lldb/tests/harness/
util_log.py 33 def initialise(identifier, level=logging.INFO, print_to_stdout=False,
46 print_to_stdout: Boolean, whether the logs should be redirected to
49 This option is only meaningful when print_to_stdout = False.
52 This option is only meaningful when print_to_stdout = False.
57 print_to_stdout=False
79 if print_to_stdout:
  /frameworks/rs/tests/lldb/
run_tests.py 95 dest='print_to_stdout')
206 self.print_to_stdout = args.print_to_stdout
227 print_to_stdout=self.print_to_stdout,
516 state.print_to_stdout,
  /frameworks/rs/tests/lldb/tests/
run_test.py 283 ('print_to_stdout', truthy),
297 print_to_stdout=args.print_to_stdout,

Completed in 72 milliseconds