Home
last modified time | relevance | path

Searched defs:ReadAll (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/tool/
Dfile.cc23 bool ReadAll(std::vector<uint8_t> *out, FILE *file) { in ReadAll() function
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc170 Status BufferedInputStream::ReadAll(string* result) { in ReadAll() function in tensorflow::io::BufferedInputStream
/external/boringssl/src/ssl/test/
Dpacketed_bio.cc58 static int ReadAll(BIO *bio, uint8_t *out, size_t len) { in ReadAll() function
/external/bsdiff/
Dbspatch.cc89 bool ReadAll(const std::unique_ptr<FileInterface>& file, in ReadAll() function
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc49 Status ReadAll(const string& fname, string* content) { in ReadAll() function in tensorflow::__anoncb24fe250111::HadoopFileSystemTest
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc49 Status ReadAll(const string& fname, string* content) { in ReadAll() function in tensorflow::__anondc36321b0111::S3FileSystemTest
/external/webrtc/webrtc/base/
Dstream.cc60 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len, in ReadAll() function in rtc::StreamInterface