Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 16 of 16) sorted by relevance

/build/soong/scripts/hiddenapi/
Dverify_overlaps.py32 with open(file, "r", encoding="utf8") as stream:
33 return read_flag_trie_from_stream(stream)
36 def read_flag_trie_from_stream(stream): argument
38 reader = dict_reader(stream)
54 with open(patterns_file, "r", encoding="utf8") as stream:
56 monolithic_trie, stream)
60 monolithic_trie, stream):
69 for pattern in stream:
78 def read_signature_csv_from_stream_as_dict(stream): argument
89 reader = dict_reader(stream)
Dsignature_patterns.py142 def produce_patterns_from_stream(stream, argument
153 for row in dict_reader(stream):
Danalyze_bcpf.py1399 stream = subprocess.DEVNULL
1403 stream = handler.stream
1404 return stream
1449 stream=log_file)
/build/make/tools/product_config/test/com/android/build/config/
DTestErrors.java71 final ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getErrorMessages() local
73 errors.printErrors(new PrintStream(stream, true, StandardCharsets.UTF_8.name())); in getErrorMessages()
77 return new String(stream.toByteArray(), StandardCharsets.UTF_8); in getErrorMessages()
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DAconfigStorageReadAPI.java47 FileInputStream stream = new FileInputStream(file); in mapStorageFile() local
48 FileChannel channel = stream.getChannel(); in mapStorageFile()
/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader() argument
38 mStream = stream; in OutputReader()
/build/make/tools/finalization/
Dframeworks_base.apply_hack.diff27 + && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
43 + && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
63 + && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
85 + && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
Dframeworks_base.revert_hack.diff23 - && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
39 - && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
59 - && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
81 - && Build.VERSION.KNOWN_CODENAMES.stream().max(String::compareTo).orElse("").equals(
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto38 // The command output stream.
/build/bazel/scripts/incremental_build/
Dincremental_build.py386 eh = logging.StreamHandler(stream=sys.stderr)
391 oh = logging.StreamHandler(stream=sys.stdout)
/build/make/tools/releasetools/
Dtest_utils.py35 logging.basicConfig(stream=sys.stdout)
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt50 java\.util\.stream
72 javax\.xml\.transform\.stream
/build/make/core/
Djava.mk18 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),stream)
Djava_common.mk93 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),stream)
/build/bazel/docs/
Dconcepts.md48 and a fifo between Ninja and soong_ui for the Protobuf stream for build
/build/make/
DChanges.md136 set `stream` is the alternative solution. Sees