Home
last modified time | relevance | path

Searched refs:ReadAll (Results 1 – 25 of 62) sorted by relevance

123

/external/boringssl/src/ssl/test/
Dmock_quic_transport.cc50 bool ReadAll(BIO *bio, bssl::Span<uint8_t> out) { in ReadAll() function
89 if (!ReadAll(bio_.get(), header)) { in ReadHeader()
117 if (!ReadAll(bio_.get(), bssl::MakeSpan(discard))) { in ReadHeader()
139 if (!ReadAll(bio_.get(), bssl::MakeSpan(read_secret))) { in ReadHeader()
166 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadHandshake()
204 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadApplicationData()
230 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf, len))) { in ReadApplicationData()
Dpacketed_bio.cc58 static int ReadAll(BIO *bio, uint8_t *out, size_t len) { in ReadAll() function
114 int ret = ReadAll(bio->next_bio, &opcode, sizeof(opcode)); in PacketedRead()
129 ret = ReadAll(bio->next_bio, buf, sizeof(buf)); in PacketedRead()
166 ret = ReadAll(bio->next_bio, len_bytes, sizeof(len_bytes)); in PacketedRead()
178 ret = ReadAll(bio->next_bio, buf, len); in PacketedRead()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dmock_quic_transport.cc50 bool ReadAll(BIO *bio, bssl::Span<uint8_t> out) { in ReadAll() function
89 if (!ReadAll(bio_.get(), header)) { in ReadHeader()
117 if (!ReadAll(bio_.get(), bssl::MakeSpan(discard))) { in ReadHeader()
139 if (!ReadAll(bio_.get(), bssl::MakeSpan(read_secret))) { in ReadHeader()
166 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadHandshake()
204 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadApplicationData()
230 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf, len))) { in ReadApplicationData()
Dpacketed_bio.cc58 static int ReadAll(BIO *bio, uint8_t *out, size_t len) { in ReadAll() function
114 int ret = ReadAll(bio->next_bio, &opcode, sizeof(opcode)); in PacketedRead()
129 ret = ReadAll(bio->next_bio, buf, sizeof(buf)); in PacketedRead()
166 ret = ReadAll(bio->next_bio, len_bytes, sizeof(len_bytes)); in PacketedRead()
178 ret = ReadAll(bio->next_bio, buf, len); in PacketedRead()
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.h92 tensorflow::Status ReadAll(T* result);
117 extern template tensorflow::Status BufferedInputStream::ReadAll<std::string>(
119 extern template tensorflow::Status BufferedInputStream::ReadAll<tstring>(
Dbuffered_inputstream.cc186 Status BufferedInputStream::ReadAll(T* result) { in ReadAll() function in tensorflow::io::BufferedInputStream
205 template Status BufferedInputStream::ReadAll<std::string>(std::string* result);
206 template Status BufferedInputStream::ReadAll<tstring>(tstring* result);
/external/perfetto/src/trace_processor/
Dtp_metatrace.cc33 RingBuffer::GetInstance()->ReadAll(fn); in DisableAndReadBuffer()
41 void RingBuffer::ReadAll(std::function<void(Record*)> fn) { in ReadAll() function in perfetto::trace_processor::metatrace::RingBuffer
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc49 Status ReadAll(const string& fname, string* content) { in ReadAll() function in tensorflow::__anon840beb480111::HadoopFileSystemTest
111 TF_EXPECT_OK(ReadAll(fname, &content)); in TEST_F()
175 TF_EXPECT_OK(ReadAll(fname2, &content)); in TEST_F()
189 TF_EXPECT_OK(ReadAll(fname2, &content)); in TEST_F()
324 TF_EXPECT_OK(ReadAll(fname, &file_read_content)); in TEST_F()
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc50 Status ReadAll(const string& fname, string* content) { in ReadAll() function in tensorflow::__anon613fac3e0111::S3FileSystemTest
194 TF_EXPECT_OK(ReadAll(fname, &content)); in TEST_F()
296 TF_EXPECT_OK(ReadAll(fname2, &content)); in TEST_F()
310 TF_EXPECT_OK(ReadAll(fname2, &content)); in TEST_F()
/external/skia/bazel/gcs_mirror/
Dgcs_mirror.go58 b, err := io.ReadAll(os.Stdin)
110 contents, err := io.ReadAll(res.Body)
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem_test.cc91 std::string ReadAll(const std::string& path) { in ReadAll() function in tensorflow::__anon6054c6510111::HadoopFileSystemTest
174 auto content = ReadAll(path); in TEST_F()
269 auto result = ReadAll(dst); in TEST_F()
289 auto result = ReadAll(dst); in TEST_F()
446 auto result = ReadAll(path); in TEST_F()
/external/webrtc/rtc_base/
Dfile_rotating_stream_unittest.cc89 EXPECT_EQ(expected_length, reader.ReadAll(buffer.get(), expected_length)); in VerifyStreamRead()
293 EXPECT_EQ(expected_length, reader.ReadAll(buffer.get(), expected_length)); in VerifyStreamRead()
347 EXPECT_EQ(reader.ReadAll(contents.get(), expected_size + 1), expected_size); in TEST_F()
382 EXPECT_EQ(reader.ReadAll(contents.get(), expected_size + 1), expected_size); in TEST_F()
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go100 body, err := ioutil.ReadAll(r.Body)
197 pngBytes, err := ioutil.ReadAll(pngReader)
/external/boringssl/src/tool/
Dserver.cc107 !ReadAll(&data, f.get())) { in LoadOCSPResponse()
303 !ReadAll(&ech_key, ech_key_file.get())) { in Server()
313 !ReadAll(&ech_config, ech_config_file.get())) { in Server()
Dfile.cc27 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
Dsign.cc65 if (!ReadAll(&data, stdin)) { in Sign()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc160 std::string ReadAll(const string& path) { in ReadAll() function in tensorflow::__anon0551f8870111::S3FilesystemTest
300 auto content = ReadAll(path); in TEST_F()
450 auto result = ReadAll(dst); in TEST_F()
463 auto result = ReadAll(dst); in TEST_F()
482 auto result = ReadAll(dst); in TEST_F()
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go108 body, err := ioutil.ReadAll(r.Body)
211 pngBytes, err := ioutil.ReadAll(pngReader)
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dfile.cc23 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
Dsign.cc65 if (!ReadAll(&data, stdin)) { in Sign()
/external/oss-fuzz/projects/etcd/
Dwal_fuzzer.go50 metadata, _, _, err := neww.ReadAll()
/external/golang-protobuf/internal/impl/
Dlegacy_export_test.go33 b, err := ioutil.ReadAll(zr)
Dlegacy_file.go54 b2, err := ioutil.ReadAll(zr)
/external/zopfli/go/zopfli/
Dzopfli_test.go54 decompressed, err := ioutil.ReadAll(gzipReader)
/external/webrtc/sdk/android/src/jni/pc/
Dcall_session_file_rotating_log_sink.cc63 size_t read = file_reader.ReadAll(buffer.get(), log_size); in JNI_CallSessionFileRotatingLogSink_GetLogData()

123