Home
last modified time | relevance | path

Searched refs:ReadAll (Results 1 – 25 of 54) 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.cc58 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()
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.h84 tensorflow::Status ReadAll(T* result);
109 extern template tensorflow::Status BufferedInputStream::ReadAll<string>(
111 extern template tensorflow::Status BufferedInputStream::ReadAll<tstring>(
Dbuffered_inputstream.cc179 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/
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::__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/
Ds3_file_system_test.cc50 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/
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/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem_test.cc91 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/
Dlottie-web-aggregator.go100 body, err := ioutil.ReadAll(r.Body)
199 pngBytes, err := ioutil.ReadAll(pngReader)
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc160 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/
Dfile.cc23 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
Dsign.cc65 if (!ReadAll(&data, stdin)) { in Sign()
/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/skqp/infra/pathkit/gold/
Dwasm_gold_aggregator.go107 body, err := ioutil.ReadAll(r.Body)
208 pngBytes, err := ioutil.ReadAll(pngReader)
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go108 body, err := ioutil.ReadAll(r.Body)
211 pngBytes, err := ioutil.ReadAll(pngReader)
/external/skqp/infra/lottiecap/gold/
Dlottie-web-aggregator.go101 body, err := ioutil.ReadAll(r.Body)
200 pngBytes, err := ioutil.ReadAll(pngReader)
/external/golang-protobuf/protoc-gen-go/
Dmain.go65 data, err := ioutil.ReadAll(os.Stdin)
/external/golang-protobuf/descriptor/
Ddescriptor.go57 b, err := ioutil.ReadAll(r)
/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()
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc47 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/
Dbspatch.cc90 bool ReadAll(const std::unique_ptr<FileInterface>& file, in ReadAll() function
163 if (!ReadAll(patch_file, patch.data(), patch_size)) { in bspatch()

123