Searched defs:stream (Results 1 – 4 of 4) sorted by relevance
36 def read_flag_trie_from_stream(stream): argument59 def extract_subset_from_monolithic_flags_as_dict_from_stream( argument78 def read_signature_csv_from_stream_as_dict(stream): argument
142 def produce_patterns_from_stream(stream, argument
71 final ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getErrorMessages() local
37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader()