HomeSort by relevance Sort by last modified time
    Searched refs:ReadData (Results 1 - 25 of 37) 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_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 )
grfmt_png.cpp 182 bool GrFmtPngReader::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_pxm.cpp 196 bool GrFmtPxMReader::ReadData( uchar* data, int step, int color )
grfmt_sunras.cpp 173 bool GrFmtSunRasterReader::ReadData( uchar* data, int step, int color )
  /external/clang/lib/Serialization/
ASTReaderInternals.h 79 data_type ReadData(internal_key_type, const unsigned char* d,
90 /// must provide the \c data_type typedef and the ReadData operation,
136 data_type ReadData(const internal_key_type& k,
187 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
237 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/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,
663 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/llvm/include/llvm/Support/
OnDiskHashTable.h 230 /// data_type ReadData(StringRef Key, const unsigned char *Buffer,
277 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
523 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 242 data_type ReadData(StringRef K, const unsigned char *D, offset_type N) {
  /system/extras/perfprofd/quipper/
perf_reader.h 189 bool ReadData(const ConstBufferWithSize& data);
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 865 struct ReadData
870 static ReadData Generate(int targetHandle, int seed)
872 ReadData retVal;
963 InterCallOperations& operator<< (const op::ReadData&);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 63 ReadData = 1,

Completed in 431 milliseconds

1 2