/system/core/libbacktrace/ |
GetPss.cpp | 36 static bool ReadData(int fd, unsigned long place, uint64_t *data) { 76 if (ReadData(pagemap_fd, page, &data)) { 79 if (ReadData(pagecount_fd, PAGEMAP_PFN(data), &count)) {
|
/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 );
|
grfmt_jpeg.h | 59 bool ReadData( uchar* data, int step, int color ); 115 bool ReadData( uchar* data, int step, int color );
|
grfmt_base.h | 78 virtual bool ReadData( uchar* data, int step, int color ) = 0;
|
grfmt_exr.h | 65 bool ReadData( uchar* data, int step, int color );
|
grfmt_jpeg2000.h | 68 bool ReadData( uchar* data, int step, int color );
|
grfmt_imageio.cpp | 125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color )
|
/external/pdfium/xfa/src/fgas/src/crt/ |
fx_stream.h | 28 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) = 0;
51 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
71 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
94 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
124 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
150 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) { return 0; }
191 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
232 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
|
fx_stream.cpp | 195 int32_t CFX_FileStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) {
297 int32_t CFX_FileReadStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) {
314 iMaxLength = ReadData((uint8_t*)pStr, iMaxLength * 2) / 2;
385 int32_t CFX_BufferReadStreamImp::ReadData(uint8_t* pBuffer,
444 iMaxLength = ReadData((uint8_t*)pStr, iMaxLength * 2) / 2;
564 int32_t CFX_BufferStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) {
653 m_pStreamImp->ReadData((uint8_t*)&m_dwBOM, 3);
719 int32_t CFX_TextStream::ReadData(uint8_t* pBuffer, int32_t iBufferSize) {
720 return m_pStreamImp->ReadData(pBuffer, iBufferSize);
775 iLen = m_pStreamImp->ReadData((uint8_t*)pStr, iBytes); [all...] |
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_basic_imp.h | 32 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) { return 0; }
|
/external/pdfium/xfa/src/fgas/include/ |
fx_stm.h | 54 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) = 0;
|
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 135 /// 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/libnfc-nxp/src/ |
phFriNfc_SmtCrdFmt.h | 149 uint8_t ReadData[16];
|
/external/libchrome/base/ |
pickle.h | 57 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
wiimote.h | 181 bool ReadData(unsigned int address, unsigned short size, unsigned char * buffer);
|
wiimote.cpp | 483 bool cWiiMote::ReadData(unsigned int address, unsigned short size, unsigned char * buffer) 502 if (ReadData(CALIBRATION_ADDRESS, CALIBRATION_DATA_LENGTH,buffer)) 593 if (ReadData(NUNCHUCK_CALIBRATION_ADDRESS,16,buffer))
|
/external/webrtc/webrtc/p2p/base/ |
pseudotcp_unittest.cc | 248 ReadData(); 273 void ReadData() { 362 ReadData(); 392 void ReadData() {
|
/external/clang/lib/Lex/ |
PTHLexer.cpp | 359 static PTHFileData ReadData(const internal_key_type& k, 405 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d, 662 static data_type ReadData(const internal_key_type& k, const unsigned char* d,
|
/external/ceres-solver/internal/ceres/ |
system_test.cc | 322 ReadData(input_file); 346 void ReadData(const string& filename) {
|
/external/webrtc/webrtc/base/ |
httpbase_unittest.cc | 288 std::string contents = src.ReadData(); 365 EXPECT_TRUE(src.ReadData().empty());
|