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

1 2

  /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_png.cpp 182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color )
grfmt_imageio.cpp 125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color )
grfmt_sunras.cpp 173 bool GrFmtSunRasterReader::ReadData( uchar* data, int step, int color )
grfmt_bmp.cpp 187 bool GrFmtBmpReader::ReadData( uchar* data, int step, int color )
grfmt_exr.cpp 198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color )
grfmt_jpeg2000.cpp 152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color )
grfmt_pxm.cpp 196 bool GrFmtPxMReader::ReadData( uchar* data, int step, int color )
grfmt_tiff.cpp 165 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color )
559 bool GrFmtTiffReader::ReadData( uchar* data, int step, int color )
grfmt_jpeg.cpp 328 bool GrFmtJpegReader::ReadData( uchar* data, int step, int color )
1013 bool GrFmtJpegReader::ReadData( uchar* data, int step, int color )
    [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/libchrome/base/
pickle.cc 193 bool PickleIterator::ReadData(const char** data, int* length) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.h 143 ReadData = 1,
    [all...]
oledbdep.h 561 virtual HRESULT WINAPI ReadData(HCHAPTER hChapter,DBBKMARK cbBookmark,const BYTE *pBookmark,DBROWOFFSET lRowsOffset,HACCESSOR hAccessor,DBROWCOUNT cRows,DBCOUNTITEM *pcRowsObtained,BYTE **ppFixedData,DBLENGTH *pcbVariableTotal,BYTE **ppVariableData) = 0;
570 HRESULT (WINAPI *ReadData)(IReadData *This,HCHAPTER hChapter,DBBKMARK cbBookmark,const BYTE *pBookmark,DBROWOFFSET lRowsOffset,HACCESSOR hAccessor,DBROWCOUNT cRows,DBCOUNTITEM *pcRowsObtained,BYTE **ppFixedData,DBLENGTH *pcbVariableTotal,BYTE **ppVariableData);
581 #define IReadData_ReadData(This,hChapter,cbBookmark,pBookmark,lRowsOffset,hAccessor,cRows,pcRowsObtained,ppFixedData,pcbVariableTotal,ppVariableData) (This)->lpVtbl->ReadData(This,hChapter,cbBookmark,pBookmark,lRowsOffset,hAccessor,cRows,pcRowsObtained,ppFixedData,pcbVariableTotal,ppVariableData)
    [all...]
  /external/ceres-solver/internal/ceres/
system_test.cc 322 ReadData(input_file);
346 void ReadData(const string& filename) {
  /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/clang/lib/Serialization/
GlobalModuleIndex.cpp 105 static data_type ReadData(const internal_key_type& k,
485 data_type ReadData(const internal_key_type& k,
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 149 uint8_t ReadData[16];
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 248 ReadData();
273 void ReadData() {
362 ReadData();
392 void ReadData() {
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 320 ReadData(stream);
512 virtual void ReadData(rtc::StreamInterface *stream) = 0;
623 virtual void ReadData(rtc::StreamInterface *stream) {
716 virtual void ReadData(rtc::StreamInterface *stream) {
    [all...]
testutils.h 189 std::string ReadData() {
309 std::string ReadData() {
  /system/extras/perfprofd/quipper/
perf_reader.cc 674 return (ReadAttrs(data) && ReadEventTypes(data) && ReadData(data)
    [all...]
  /external/v8/src/snapshot/
serialize.cc 622 ReadData(start, end, NEW_SPACE, NULL);
643 bool filled = ReadData(start, end, space, obj_address);
825 if (ReadData(current, limit, space_number, address)) {
    [all...]

Completed in 288 milliseconds

1 2