Home
last modified time | relevance | path

Searched refs:WriteToStream (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dlog_streamer_test.cc58 void WriteToStream(absl::string_view data, std::ostream* os) { in WriteToStream() function
76 str: "WriteToStream: foo" in TEST()
81 WriteToStream("foo", &absl::LogInfoStreamer("path/file.cc", 1234).stream()); in TEST()
95 str: "WriteToStream: foo" in TEST()
100 WriteToStream("foo", in TEST()
115 str: "WriteToStream: foo" in TEST()
120 WriteToStream("foo", &absl::LogErrorStreamer("path/file.cc", 1234).stream()); in TEST()
142 str: "WriteToStream: foo" in TEST()
147 WriteToStream("foo", in TEST()
165 str: "WriteToStream: foo" in TEST()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dlog_streamer_test.cc60 void WriteToStream(absl::string_view data, std::ostream* os) { in WriteToStream() function
81 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
85 WriteToStream("foo", &absl::LogInfoStreamer("path/file.cc", 1234).stream()); in TEST()
102 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
106 WriteToStream("foo", in TEST()
124 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
128 WriteToStream("foo", &absl::LogErrorStreamer("path/file.cc", 1234).stream()); in TEST()
153 R"pb(str: "WriteToStream: foo")pb"))))))) in TEST()
157 WriteToStream("foo", in TEST()
179 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dlog_streamer_test.cc60 void WriteToStream(absl::string_view data, std::ostream* os) { in WriteToStream() function
81 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
85 WriteToStream("foo", &absl::LogInfoStreamer("path/file.cc", 1234).stream()); in TEST()
102 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
106 WriteToStream("foo", in TEST()
124 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
128 WriteToStream("foo", &absl::LogErrorStreamer("path/file.cc", 1234).stream()); in TEST()
153 R"pb(str: "WriteToStream: foo")pb"))))))) in TEST()
157 WriteToStream("foo", in TEST()
179 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
[all …]
/external/abseil-cpp/absl/log/
Dlog_streamer_test.cc60 void WriteToStream(absl::string_view data, std::ostream* os) { in WriteToStream() function
81 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
85 WriteToStream("foo", &absl::LogInfoStreamer("path/file.cc", 1234).stream()); in TEST()
102 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
106 WriteToStream("foo", in TEST()
124 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
128 WriteToStream("foo", &absl::LogErrorStreamer("path/file.cc", 1234).stream()); in TEST()
153 R"pb(str: "WriteToStream: foo")pb"))))))) in TEST()
157 WriteToStream("foo", in TEST()
179 ElementsAre(EqualsProto(R"pb(str: "WriteToStream: foo")pb")))), in TEST()
[all …]
/external/tink/cc/subtle/
Dstreaming_aead_encrypting_stream.cc45 util::Status WriteToStream(const std::vector<uint8_t>& contents, in WriteToStream() function
112 WriteToStream(segment_encrypter_->get_header(), ct_destination_.get()); in Next()
141 status_ = WriteToStream(ct_buffer_, ct_destination_.get()); in Next()
166 WriteToStream(segment_encrypter_->get_header(), ct_destination_.get()); in Close()
186 status_ = WriteToStream(ct_buffer_, ct_destination_.get()); in Close()
200 status_ = WriteToStream(ct_buffer_, ct_destination_.get()); in Close()
Dstreaming_mac_impl_test.cc101 auto status = test::WriteToStream(output_stream.get(), text, false); in TEST()
121 auto status = test::WriteToStream(output_stream.get(), text, false); in TEST()
176 auto status = test::WriteToStream(output_stream.get(), text, false); in TEST()
201 auto status = test::WriteToStream(output_stream.get(), text, false); in TEST()
221 auto status = test::WriteToStream(output_stream.get(), text, false); in TEST()
Dstreaming_aead_test_util.cc91 auto status = subtle::test::WriteToStream( in EncryptThenDecrypt()
100 status = subtle::test::WriteToStream(enc_stream.get(), plaintext); in EncryptThenDecrypt()
/external/angle/third_party/abseil-cpp/absl/log/
Dlog_streamer_test.cc60 void WriteToStream(absl::string_view data, std::ostream* os) { in WriteToStream() function
85 WriteToStream("foo", &absl::LogInfoStreamer("path/file.cc", 1234).stream()); in TEST()
106 WriteToStream("foo", in TEST()
128 WriteToStream("foo", &absl::LogErrorStreamer("path/file.cc", 1234).stream()); in TEST()
157 WriteToStream("foo", in TEST()
183 WriteToStream("foo", in TEST()
212 WriteToStream( in TEST()
237 WriteToStream( in TEST()
268 WriteToStream("foo", &absl::LogStreamer(absl::LogSeverity::kFatal, in TEST()
296 WriteToStream("foo", &streamer.stream()); in TEST()
[all …]
/external/perfetto/src/protozero/
Dmessage.cc86 WriteToStream(buffer, pos); in AppendBytes()
89 WriteToStream(src_u8, src_u8 + size); in AppendBytes()
111 WriteToStream(buffer, pos); in AppendScatteredBytes()
115 WriteToStream(range.begin, range.end); in AppendScatteredBytes()
195 WriteToStream(data, data_end); in BeginNestedMessageInternal()
/external/perfetto/include/perfetto/protozero/
Dmessage.h104 WriteToStream(buffer, pos); in AppendVarInt()
125 WriteToStream(buffer, pos); in AppendTinyVarInt()
141 WriteToStream(buffer, pos); in AppendFixed()
188 WriteToStream(src, src + size); in AppendRawProtoBytes()
200 void WriteToStream(const uint8_t* src_begin, const uint8_t* src_end) { in WriteToStream() function
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogleMessageBenchmark.cs79 public void WriteToStream() => subTests.ForEach(item => item.WriteToStream()); in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
107 public void WriteToStream() in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogleMessageBenchmark.cs79 public void WriteToStream() => subTests.ForEach(item => item.WriteToStream()); in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
107 public void WriteToStream() in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogleMessageBenchmark.cs79 public void WriteToStream() => subTests.ForEach(item => item.WriteToStream()); in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
107 public void WriteToStream() in WriteToStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
/external/openscreen/tools/cddl/
Dlogging.h79 void WriteToStream(const std::string& message, Args&&... args) { in WriteToStream() function
111 WriteToStream("Error: " + message, std::forward<Args>(args)...); in WriteError()
117 WriteToStream(message, std::forward<Args>(args)...); in WriteLog()
/external/tink/python/tink/cc/
Dpython_output_stream_test.cc40 util::Status WriteToStream(PythonOutputStream* output_stream, in WriteToStream() function
70 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST()
91 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST()
174 auto status = WriteToStream( in TEST()
/external/bsdiff/
Dsplit_patch_writer.cc34 return WriteToStream(&PatchWriterInterface::WriteDiffStream, &diff_sizes_, in WriteDiffStream()
39 return WriteToStream(&PatchWriterInterface::WriteExtraStream, &extra_sizes_, in WriteExtraStream()
152 bool SplitPatchWriter::WriteToStream(WriteStreamMethod method, in WriteToStream() function in bsdiff::SplitPatchWriter
Dsplit_patch_writer.h51 bool WriteToStream(WriteStreamMethod method,
/external/tink/cc/util/
Dostream_output_stream_test.cc52 util::Status WriteToStream(util::OstreamOutputStream* output_stream, in WriteToStream() function
86 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST_F()
109 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST_F()
194 auto status = WriteToStream( in TEST_F()
Dfile_output_stream_test.cc58 util::Status WriteToStream(util::FileOutputStream* output_stream, in WriteToStream() function
93 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST_F()
118 auto status = WriteToStream(output_stream.get(), stream_contents); in TEST_F()
206 auto status = WriteToStream( in TEST_F()
Dtest_util_test.cc140 ASSERT_THAT(subtle::test::WriteToStream( in TEST()
174 ASSERT_THAT(subtle::test::WriteToStream( in TEST()
220 ASSERT_THAT(subtle::test::WriteToStream( in TEST()
266 ASSERT_THAT(subtle::test::WriteToStream( in TEST()
/external/tink/cc/streamingaead/
Dstreaming_aead_wrapper_test.cc64 using ::crypto::tink::subtle::test::WriteToStream;
152 auto status = WriteToStream(enc_stream.get(), plaintext); in TEST()
209 auto status = WriteToStream(enc_stream.get(), plaintext); in TEST()
264 auto status = WriteToStream(enc_stream.get(), plaintext); in TEST()
Ddecrypting_input_stream_test.cc57 using subtle::test::WriteToStream;
88 EXPECT_THAT(WriteToStream(enc_stream_result.value().get(), pt), IsOk()); in GetCiphertextSource()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py413 def WriteToStream (self, stream, track, filters=None): member in NoteOffEvent
449 def WriteToStream (self, stream, track, filters=None): member in NoteOnEvent
478 def WriteToStream (self, stream, track, filters=None): member in PolyKeyPressureEvent
506 def WriteToStream (self, stream, track, filters=None): member in ControlChangeEvent
534 def WriteToStream (self, stream, track, filters=None): member in ChannelModeEvent
558 def WriteToStream (self, stream, track, filters=None): member in ProgramChangeEvent
582 def WriteToStream (self, stream, track, filters=None): member in ChannelPressureEvent
606 def WriteToStream (self, stream, track, filters=None): member in PitchBendEvent
636 def WriteToStream (self, stream, track, filters=None): member in SysExEvent
668 def WriteToStream (self, stream, track, filters=None): member in SysExContEvent
[all …]
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.h41 HRESULT WriteToStream(ISequentialOutStream *stream);
DMemBlocks.h58 HRESULT WriteToStream(size_t blockSize, ISequentialOutStream *outStream) const;

12