Searched refs:stream (Results 1 – 16 of 16) sorted by relevance
/build/soong/scripts/hiddenapi/ |
D | verify_overlaps.py | 32 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)
|
D | signature_patterns.py | 142 def produce_patterns_from_stream(stream, argument 153 for row in dict_reader(stream):
|
D | analyze_bcpf.py | 1399 stream = subprocess.DEVNULL 1403 stream = handler.stream 1404 return stream 1449 stream=log_file)
|
/build/make/tools/product_config/test/com/android/build/config/ |
D | TestErrors.java | 71 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/ |
D | AconfigStorageReadAPI.java | 47 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/ |
D | KatiCommandImpl.java | 37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader() argument 38 mStream = stream; in OutputReader()
|
/build/make/tools/finalization/ |
D | frameworks_base.apply_hack.diff | 27 + && 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(
|
D | frameworks_base.revert_hack.diff | 23 - && 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/ |
D | build_error.proto | 38 // The command output stream.
|
/build/bazel/scripts/incremental_build/ |
D | incremental_build.py | 386 eh = logging.StreamHandler(stream=sys.stderr) 391 oh = logging.StreamHandler(stream=sys.stdout)
|
/build/make/tools/releasetools/ |
D | test_utils.py | 35 logging.basicConfig(stream=sys.stdout)
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 50 java\.util\.stream 72 javax\.xml\.transform\.stream
|
/build/make/core/ |
D | java.mk | 18 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),stream)
|
D | java_common.mk | 93 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),stream)
|
/build/bazel/docs/ |
D | concepts.md | 48 and a fifo between Ninja and soong_ui for the Protobuf stream for build
|
/build/make/ |
D | Changes.md | 136 set `stream` is the alternative solution. Sees
|