Searched refs:ReadData (Results 1 - 25 of 63) sorted by relevance

123

/external/libmojo/mojo/common/
H A Dcommon_custom_types_struct_traits.cc13 data.ReadData(&view);
H A Ddata_pipe_drainer.cc27 void DataPipeDrainer::ReadData() { function in class:mojo::common::DataPipeDrainer
43 ReadData();
H A Ddata_pipe_drainer.h34 void ReadData();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.h24 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_bmp.h64 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_png.h60 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_pxm.h57 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_sunras.h70 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_tiff.h100 bool ReadData( uchar* data, int step, int color );
120 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_jpeg.h59 bool ReadData( uchar* data, int step, int color );
115 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_exr.h65 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_jpeg2000.h68 bool ReadData( uchar* data, int step, int color );
H A Dgrfmt_base.h78 virtual bool ReadData( uchar* data, int step, int color ) = 0;
/external/libmojo/mojo/edk/js/
H A Ddrain_data.h40 // Use ReadData() to read whatever is availble now on handle_ and save
43 MojoResult ReadData();
H A Ddrain_data.cc54 result = ReadData();
62 MojoResult DrainData::ReadData() { function in class:mojo::edk::js::DrainData
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widetextread.h24 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
H A Dcxfa_widetextread.cpp51 int32_t CXFA_WideTextRead::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { function in class:CXFA_WideTextRead
/external/libmojo/mojo/edk/system/
H A Ddata_pipe_unittest.cc67 MojoResult ReadData(void* elements, function in class:mojo::edk::__anon10997::DataPipeTest
166 ASSERT_EQ(MOJO_RESULT_OK, ReadData(&elements[0], &num_bytes));
221 ASSERT_EQ(MOJO_RESULT_SHOULD_WAIT, ReadData(elements, &num_bytes));
234 ASSERT_EQ(MOJO_RESULT_INVALID_ARGUMENT, ReadData(elements, &num_bytes));
265 ASSERT_EQ(MOJO_RESULT_OK, ReadData(elements, &num_bytes));
281 ASSERT_EQ(MOJO_RESULT_OK, ReadData(elements, &num_bytes, false, true));
296 ReadData(elements, &num_bytes, true, false));
304 ASSERT_EQ(MOJO_RESULT_OK, ReadData(elements, &num_bytes, false, false));
363 ASSERT_EQ(MOJO_RESULT_OK, ReadData(elements, &num_bytes, true, true));
372 ASSERT_EQ(MOJO_RESULT_OK, ReadData(element
[all...]
H A Ddata_pipe_consumer_dispatcher.h51 MojoResult ReadData(void* elements,
H A Dcore_unittest.cc87 core()->ReadData(h, nullptr, nullptr, MOJO_READ_DATA_FLAG_NONE));
884 core()->ReadData(
894 ASSERT_EQ(MOJO_RESULT_OK, core()->ReadData(ch, elements, &num_bytes,
928 core()->ReadData(ch, nullptr, &num_bytes,
936 core()->ReadData(ch, nullptr, &num_bytes,
943 core()->ReadData(
951 core()->ReadData(ch, nullptr, &num_bytes,
957 core()->ReadData(
983 core()->ReadData(ch, nullptr, &num_bytes,
1089 core()->ReadData(ch_receive
[all...]
H A Ddispatcher.cc63 MojoResult Dispatcher::ReadData(void* elements, function in class:mojo::edk::Dispatcher
/external/pdfium/xfa/fgas/crt/
H A Dfgas_stream.cpp30 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) = 0;
61 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
85 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
112 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
143 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
173 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override { return 0; }
216 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
254 int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) override;
474 int32_t CFGAS_FileStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { function in class:CFGAS_FileStreamImp
581 int32_t CFGAS_FileReadStreamImp::ReadData(uint8_ function in class:CFGAS_FileReadStreamImp
665 int32_t CFGAS_BufferReadStreamImp::ReadData(uint8_t* pBuffer, function in class:CFGAS_BufferReadStreamImp
843 int32_t CFGAS_BufferStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { function in class:CFGAS_BufferStreamImp
993 int32_t CFGAS_TextStream::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { function in class:CFGAS_TextStream
1290 int32_t CFGAS_Stream::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { function in class:CFGAS_Stream
[all...]
H A Dfgas_stream.h53 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) = 0;
/external/clang/lib/Serialization/
H A DASTReaderInternals.h135 /// must provide the \c data_type typedef and the ReadData operation,
181 data_type ReadData(const internal_key_type& k,
234 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
284 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
/external/v8/src/snapshot/
H A Ddeserializer.h105 bool ReadData(Object** start, Object** end, int space,

Completed in 565 milliseconds

123