/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io_test.cc | 279 Status read_status = ReadString(test_string, 3, &read_value, &offset); in TEST() local 280 EXPECT_FALSE(read_status.ok()); in TEST() 305 Status read_status = ReadValue(test_string, &read_value, &offset); in TEST() local 306 EXPECT_FALSE(read_status.ok()); in TEST() 331 Status read_status = ReadValue(test_string, &read_value, &offset); in TEST() local 332 EXPECT_FALSE(read_status.ok()); in TEST() 367 Status read_status = ReadValue(test_string, &read_value, &offset); in TEST() local 368 EXPECT_FALSE(read_status.ok()); in TEST() 403 Status read_status = ReadValue(test_string, &read_value, &offset); in TEST() local 404 EXPECT_FALSE(read_status.ok()); in TEST() [all …]
|
/external/libchrome/base/files/ |
D | file_util.cc | 155 bool read_status = true; in ReadFileToStringWithMaxSize() local 164 read_status = false; in ReadFileToStringWithMaxSize() 179 read_status = read_status && !ferror(file); in ReadFileToStringWithMaxSize() 186 return read_status; in ReadFileToStringWithMaxSize()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_buffers_test.cc | 195 Status read_status = in.ReadNBytes(data.size(), &result); in TEST() local 196 CHECK_EQ(read_status.code(), error::DATA_LOSS); in TEST() 197 CHECK(read_status.error_message().find("inflate() failed") != string::npos); in TEST()
|
/external/icing/icing/file/ |
D | filesystem.cc | 562 ssize_t read_status = read(fd, buf, buf_size); in Read() local 563 if (read_status < 0) { in Read() 583 ssize_t read_status = pread(fd, buf, buf_size, offset); in PRead() local 584 if (read_status < 0) { in PRead()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 869 util::Status read_status = in LoadTrace() local 874 if (!read_status.ok()) { in LoadTrace() 876 trace_file_path.c_str(), read_status.c_message()); in LoadTrace()
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 125 int read_status = pReader->Read(pos, 1, &temp_byte); in ReadID() local 127 if (read_status < 0) in ReadID() 129 else if (read_status > 0) // No data to read. in ReadID() 158 read_status = pReader->Read(pos + i, 1, &temp_byte); in ReadID() 160 if (read_status < 0) in ReadID() 162 else if (read_status > 0) in ReadID() 4324 const int read_status = in ParseCompressionEntry() local 4326 if (read_status) { in ParseCompressionEntry() 4385 const int read_status = in ParseEncryptionEntry() local 4387 if (read_status) { in ParseEncryptionEntry() [all …]
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 125 int read_status = pReader->Read(pos, 1, &temp_byte); in ReadID() local 127 if (read_status < 0) in ReadID() 129 else if (read_status > 0) // No data to read. in ReadID() 158 read_status = pReader->Read(pos + i, 1, &temp_byte); in ReadID() 160 if (read_status < 0) in ReadID() 162 else if (read_status > 0) in ReadID() 4324 const int read_status = in ParseCompressionEntry() local 4326 if (read_status) { in ParseCompressionEntry() 4385 const int read_status = in ParseEncryptionEntry() local 4387 if (read_status) { in ParseEncryptionEntry() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 125 int read_status = pReader->Read(pos, 1, &temp_byte); in ReadID() local 127 if (read_status < 0) in ReadID() 129 else if (read_status > 0) // No data to read. in ReadID() 158 read_status = pReader->Read(pos + i, 1, &temp_byte); in ReadID() 160 if (read_status < 0) in ReadID() 162 else if (read_status > 0) in ReadID() 4324 const int read_status = in ParseCompressionEntry() local 4326 if (read_status) { in ParseCompressionEntry() 4385 const int read_status = in ParseEncryptionEntry() local 4387 if (read_status) { in ParseEncryptionEntry() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 125 int read_status = pReader->Read(pos, 1, &temp_byte); in ReadID() local 127 if (read_status < 0) in ReadID() 129 else if (read_status > 0) // No data to read. in ReadID() 158 read_status = pReader->Read(pos + i, 1, &temp_byte); in ReadID() 160 if (read_status < 0) in ReadID() 162 else if (read_status > 0) in ReadID() 4324 const int read_status = in ParseCompressionEntry() local 4326 if (read_status) { in ParseCompressionEntry() 4385 const int read_status = in ParseEncryptionEntry() local 4387 if (read_status) { in ParseEncryptionEntry() [all …]
|