Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 4 of 4) sorted by relevance

/build/soong/scripts/hiddenapi/
Dverify_overlaps.py36 def read_flag_trie_from_stream(stream): argument
59 def extract_subset_from_monolithic_flags_as_dict_from_stream( argument
78 def read_signature_csv_from_stream_as_dict(stream): argument
Dsignature_patterns.py142 def produce_patterns_from_stream(stream, argument
/build/make/tools/product_config/test/com/android/build/config/
DTestErrors.java71 final ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getErrorMessages() local
/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader()