HomeSort by relevance Sort by last modified time
    Searched refs:read_error (Results 1 - 25 of 36) sorted by null

1 2

  /external/libxcam/xcore/
file_handle.cpp 111 goto read_error;
114 goto read_error;
117 goto read_error;
120 goto read_error;
126 read_error:
  /external/pdfium/core/fpdfapi/parser/
cpdf_read_validator_unittest.cpp 79 EXPECT_FALSE(validator->read_error());
88 EXPECT_FALSE(validator->read_error());
106 EXPECT_FALSE(validator->read_error());
120 EXPECT_FALSE(validator->read_error());
130 EXPECT_FALSE(validator->read_error());
144 EXPECT_TRUE(validator->read_error());
158 // read_error, and in this case we have not unavailable data. It is just error
163 EXPECT_FALSE(validator->read_error());
184 EXPECT_FALSE(validator->read_error());
196 EXPECT_TRUE(validator->read_error());
    [all...]
cpdf_read_validator.h 31 bool read_error() const { return read_error_; } function in class:CPDF_ReadValidator
35 return read_error() || has_unavailable_data();
cpdf_cross_ref_avail.cpp 72 if (GetValidator()->read_error()) {
  /external/libunwind/src/coredump/
_UCD_access_mem.c 80 goto read_error;
82 goto read_error;
91 read_error:
  /external/libxcam/modules/isp/
xcam_cpf_reader.c 74 goto read_error;
76 goto read_error;
78 goto read_error;
83 goto read_error;
88 read_error:
  /external/elfutils/libelf/
elf_readall.c 97 goto read_error;
105 goto read_error;
120 read_error:
  /external/elfutils/libdwfl/
elf-from-memory.c 85 read_error:
189 goto read_error;
324 goto read_error;
351 goto read_error;
  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 214 except OSError as read_error:
215 if not read_error.args[0] == self.IO_ERROR_CHANNEL_FULL:
216 raise read_error
  /external/e2fsprogs/e2fsck/
ehandler.c 131 channel->read_error = e2fsck_handle_read_error;
  /external/libmojo/mojo/edk/system/
channel_posix.cc 298 bool read_error = false; variable
318 read_error = true;
323 read_error = true;
329 if (read_error) {
  /external/adhd/cras/src/server/
cras_server.c 125 goto read_error;
127 goto read_error;
131 read_error:
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 44 errcode_t (*read_error)(io_channel channel, member in struct:struct_io_channel
inode_io.c 149 io->read_error = 0;
dosio.c 168 ioch->read_error = 0;
nt_io.c 1126 io->read_error = 0;
1355 if (channel->read_error)
1357 return (channel->read_error)(channel, block, count, buf,
unix_io.c 206 if (channel->read_error)
207 retval = (channel->read_error)(channel, block, count, buf,
515 io->read_error = 0;
  /external/libbrillo/brillo/streams/
fake_stream.h 121 bool read_error{false}; // Set to true if this packet generates an error.
fake_stream.cc 89 packet.read_error = true;
193 report_read_error_ = packet.read_error;
222 Error::AddTo(error, FROM_HERE, "fake_stream", "read_error", message);
  /external/webrtc/webrtc/base/
httpbase.cc 518 int read_error; local
521 &read, &read_error);
536 read_error = 0;
539 *error = HandleStreamClose(read_error);
  /external/kmod/libkmod/
libkmod-index.c 183 static void read_error(void) function
196 read_error();
206 read_error();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 620 goto read_error;
737 goto read_error;
751 read_error:
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-driver.c 620 goto read_error;
737 goto read_error;
751 read_error:
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-driver.c 620 goto read_error;
737 goto read_error;
751 read_error:
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 620 goto read_error;
737 goto read_error;
751 read_error:
    [all...]

Completed in 1041 milliseconds

1 2