Home
last modified time | relevance | path

Searched refs:stream (Results 1 - 3 of 3) sorted by relevance

/build/test/example/
H A Dmylogger.py62 if self.stream:
63 self.stream.close()
64 self.stream = None
79 self.stream = f
H A Dperformance_test.py406 for stream in ready_to_read:
407 output_bytes = os.read(stream, 1024)
445 for stream in ready_to_read:
446 output = stream.readline().strip()
H A Dtest_build_option.py1055 for stream in ready_to_read:
1056 output = stream.readline().strip()
1085 for stream in ready_to_read:
1086 output_bytes = os.read(stream, 1024)

Completed in 4 milliseconds