/external/boringssl/src/ssl/test/ |
D | mock_quic_transport.cc | 50 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()
|
D | packeted_bio.cc | 58 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/ |
D | mock_quic_transport.cc | 50 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()
|
D | packeted_bio.cc | 58 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/ |
D | buffered_inputstream.h | 92 tensorflow::Status ReadAll(T* result); 117 extern template tensorflow::Status BufferedInputStream::ReadAll<std::string>( 119 extern template tensorflow::Status BufferedInputStream::ReadAll<tstring>(
|
D | buffered_inputstream.cc | 186 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/ |
D | tp_metatrace.cc | 33 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/ |
D | hadoop_file_system_test.cc | 49 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/ |
D | s3_file_system_test.cc | 50 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/ |
D | gcs_mirror.go | 58 b, err := io.ReadAll(os.Stdin) 110 contents, err := io.ReadAll(res.Body)
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem_test.cc | 91 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/ |
D | file_rotating_stream_unittest.cc | 89 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/ |
D | lottie-web-aggregator.go | 100 body, err := ioutil.ReadAll(r.Body) 197 pngBytes, err := ioutil.ReadAll(pngReader)
|
/external/boringssl/src/tool/ |
D | server.cc | 107 !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()
|
D | file.cc | 27 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
|
D | sign.cc | 65 if (!ReadAll(&data, stdin)) { in Sign()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem_test.cc | 160 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/ |
D | wasm_gold_aggregator.go | 108 body, err := ioutil.ReadAll(r.Body) 211 pngBytes, err := ioutil.ReadAll(pngReader)
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | file.cc | 23 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
|
D | sign.cc | 65 if (!ReadAll(&data, stdin)) { in Sign()
|
/external/oss-fuzz/projects/etcd/ |
D | wal_fuzzer.go | 50 metadata, _, _, err := neww.ReadAll()
|
/external/golang-protobuf/internal/impl/ |
D | legacy_export_test.go | 33 b, err := ioutil.ReadAll(zr)
|
D | legacy_file.go | 54 b2, err := ioutil.ReadAll(zr)
|
/external/zopfli/go/zopfli/ |
D | zopfli_test.go | 54 decompressed, err := ioutil.ReadAll(gzipReader)
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | call_session_file_rotating_log_sink.cc | 63 size_t read = file_reader.ReadAll(buffer.get(), log_size); in JNI_CallSessionFileRotatingLogSink_GetLogData()
|