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

1 2 3 4 5 6

  /external/libmojo/mojo/common/
data_pipe_drainer.cc 30 void DataPipeDrainer::ReadData() {
46 ReadData();
data_pipe_drainer.h 34 void ReadData();
  /external/perf_data_converter/src/quipper/
data_reader.cc 22 bool ret = ReadData(size, &(*dest)[0]);
29 if (ReadData(size, dest)) return true;
data_reader.h 33 virtual bool ReadData(const size_t size, void* dest) = 0;
38 // Like ReadData(), but prints an error if it doesn't read all |size| bytes.
67 // Like ReadData(), but used specifically to read integers. Will swap byte
72 if (!ReadData(sizeof(T), dest)) return false;
buffer_reader.cc 11 bool BufferReader::ReadData(const size_t size, void* dest) {
buffer_reader.h 25 bool ReadData(const size_t size, void* dest) override;
buffer_reader_test.cc 38 EXPECT_FALSE(reader.ReadData(sizeof(dummy), &dummy));
48 EXPECT_TRUE(reader.ReadData(0, NULL));
60 EXPECT_TRUE(reader.ReadData(output.size(), output.data()));
67 // Test the ReadDataValue() function, which is a wrapper around ReadData().
87 EXPECT_TRUE(reader.ReadData(10, output.data() + reader.Tell()));
89 EXPECT_TRUE(reader.ReadData(5, output.data() + reader.Tell()));
91 EXPECT_TRUE(reader.ReadData(5, output.data() + reader.Tell()));
93 EXPECT_TRUE(reader.ReadData(6, output.data() + reader.Tell()));
114 EXPECT_TRUE(reader.ReadData(10, output.data()));
119 EXPECT_TRUE(reader.ReadData(10, output.data()))
    [all...]
file_reader.h 26 bool ReadData(const size_t size, void* dest) override;
file_reader_test.cc 42 EXPECT_FALSE(reader.ReadData(sizeof(dummy), &dummy));
54 EXPECT_TRUE(reader.ReadData(0, NULL));
70 EXPECT_TRUE(reader.ReadData(output.size(), output.data()));
77 // Test the ReadDataValue() function, which is a wrapper around ReadData().
104 EXPECT_TRUE(reader.ReadData(10, output.data() + reader.Tell()));
106 EXPECT_TRUE(reader.ReadData(5, output.data() + reader.Tell()));
108 EXPECT_TRUE(reader.ReadData(5, output.data() + reader.Tell()));
110 EXPECT_TRUE(reader.ReadData(6, output.data() + reader.Tell()));
134 EXPECT_TRUE(reader.ReadData(10, output.data()));
139 EXPECT_TRUE(reader.ReadData(10, output.data()))
    [all...]
file_utils.cc 20 if (file_size > 0 && !reader.ReadData(file_size, contents->data())) {
file_reader.cc 33 bool FileReader::ReadData(const size_t size, void* dest) {
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.cpp 84 if (!ReadData(&signature, 1))
109 if (!ReadData(&extension, 1))
143 if (!ReadData(&img_data_size, 1))
147 if (!ReadData(&img_data, *img_data_size)) {
154 if (!ReadData(&img_data_size, 1))
238 if (!ReadData(&img_data_size, 1))
242 if (!ReadData(&img_data, *img_data_size)) {
275 if (!ReadData(&img_data_size, 1))
279 if (!ReadData(&img_data, *img_data_size)) {
351 uint8_t* CFX_GifContext::ReadData(uint8_t** des_buf_pp, uint32_t data_size)
    [all...]
cfx_gifcontext_unittest.cpp 17 using CFX_GifContext::ReadData;
52 TEST(CFX_GifContext, ReadData) {
56 EXPECT_EQ(nullptr, context.ReadData(nullptr, 0));
57 EXPECT_EQ(nullptr, context.ReadData(nullptr, 10));
61 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 0));
63 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 10));
69 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 10));
77 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 10));
86 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 5));
94 context.ReadData(reinterpret_cast<uint8_t**>(&dest_buffer), 5))
    [all...]
  /system/core/libbacktrace/
GetPss.cpp 36 static bool ReadData(int fd, off_t place, uint64_t *data) {
77 if (ReadData(pagemap_fd, page, &data)) {
80 if (ReadData(pagecount_fd, static_cast<off_t>(PAGEMAP_PFN(data)), &count)) {
  /art/dt_fd_forward/export/
fd_transport.h 44 static FdSet ReadData(void* buf) {
  /external/libmojo/mojo/edk/js/
drain_data.h 40 // Use ReadData() to read whatever is availble now on handle_ and save
43 MojoResult ReadData();
  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 64 bool ReadData( uchar* data, int step, int color );
grfmt_imageio.h 24 bool ReadData( uchar* data, int step, int color );
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
grfmt_pxm.h 57 bool ReadData( uchar* data, int step, int color );
grfmt_tiff.h 100 bool ReadData( uchar* data, int step, int color );
120 bool ReadData( uchar* data, int step, int color );
grfmt_sunras.h 70 bool ReadData( uchar* data, int step, int color );
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 81 if (!ReadData(reinterpret_cast<uint8_t**>(&pBmp_header),
111 if (!ReadData(reinterpret_cast<uint8_t**>(&pBmp_core_header),
127 if (!ReadData(reinterpret_cast<uint8_t**>(&pBmp_info_header),
152 if (!ReadData(reinterpret_cast<uint8_t**>(&pBmp_info_header),
239 if (ReadData(reinterpret_cast<uint8_t**>(&mask), 3 * sizeof(uint32_t)) ==
267 if (ReadData(&src_pal_ptr, src_pal_size) == nullptr) {
346 if (!ReadData(&des_buf, src_row_bytes))
417 if (!ReadData(&first_byte_ptr, 1))
422 if (!ReadData(&first_byte_ptr, 1)) {
450 if (!ReadData(&delta_ptr, 2))
    [all...]
  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.h 45 size_t ReadData(uint8_t* pBuffer, size_t iBufferSize);
  /external/perfetto/test/
test_helper.h 46 void ReadData();

Completed in 170 milliseconds

1 2 3 4 5 6