/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 | 58 bool ReadAll(BIO *bio, bssl::Span<uint8_t> out) { in ReadAll() function 80 if (!ReadAll(bio_.get(), header)) { in ReadHeader() 105 if (!ReadAll(bio_.get(), bssl::MakeSpan(read_secret)) || in ReadHeader() 124 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadHandshake() 162 if (!ReadAll(bio_.get(), bssl::MakeSpan(buf))) { in ReadApplicationData() 189 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 | 84 tensorflow::Status ReadAll(T* result); 109 extern template tensorflow::Status BufferedInputStream::ReadAll<string>( 111 extern template tensorflow::Status BufferedInputStream::ReadAll<tstring>(
|
D | buffered_inputstream.cc | 179 Status BufferedInputStream::ReadAll(T* result) { in ReadAll() function in tensorflow::io::BufferedInputStream 198 template Status BufferedInputStream::ReadAll<string>(string* result); 199 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::__anone04088430111::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::__anonff307e390111::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/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/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::__anonb2b65b6c0111::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/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 100 body, err := ioutil.ReadAll(r.Body) 199 pngBytes, err := ioutil.ReadAll(pngReader)
|
/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::__anon2489a2a20111::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/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/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/skqp/infra/pathkit/gold/ |
D | wasm_gold_aggregator.go | 107 body, err := ioutil.ReadAll(r.Body) 208 pngBytes, err := ioutil.ReadAll(pngReader)
|
/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/skqp/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 101 body, err := ioutil.ReadAll(r.Body) 200 pngBytes, err := ioutil.ReadAll(pngReader)
|
/external/golang-protobuf/protoc-gen-go/ |
D | main.go | 65 data, err := ioutil.ReadAll(os.Stdin)
|
/external/golang-protobuf/descriptor/ |
D | descriptor.go | 57 b, err := ioutil.ReadAll(r)
|
/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()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 47 static bool ReadAll(int fd, void *in_data, size_t data_len) { in ReadAll() function 603 if (!ReadAll(STDIN_FILENO, nums, sizeof(uint32_t) * 2)) { in main() 619 !ReadAll(STDIN_FILENO, &nums[2], sizeof(uint32_t) * (num_args - 1))) { in main() 652 if (!ReadAll(STDIN_FILENO, buf.get(), need)) { in main()
|
/external/bsdiff/ |
D | bspatch.cc | 90 bool ReadAll(const std::unique_ptr<FileInterface>& file, in ReadAll() function 163 if (!ReadAll(patch_file, patch.data(), patch_size)) { in bspatch()
|