/external/pdfium/xfa/src/fgas/src/crt/ |
D | 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; } in ReadData() function 191 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize); 232 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize);
|
D | fx_stream.cpp | 195 int32_t CFX_FileStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { in ReadData() function in CFX_FileStreamImp 297 int32_t CFX_FileReadStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { in ReadData() function in CFX_FileReadStreamImp 314 iMaxLength = ReadData((uint8_t*)pStr, iMaxLength * 2) / 2; in ReadString() 385 int32_t CFX_BufferReadStreamImp::ReadData(uint8_t* pBuffer, in ReadData() function in CFX_BufferReadStreamImp 444 iMaxLength = ReadData((uint8_t*)pStr, iMaxLength * 2) / 2; in ReadString() 564 int32_t CFX_BufferStreamImp::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { in ReadData() function in CFX_BufferStreamImp 653 m_pStreamImp->ReadData((uint8_t*)&m_dwBOM, 3); in InitStream() 719 int32_t CFX_TextStream::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { in ReadData() function in CFX_TextStream 720 return m_pStreamImp->ReadData(pBuffer, iBufferSize); in ReadData() 775 iLen = m_pStreamImp->ReadData((uint8_t*)pStr, iBytes); in ReadString() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.h | 100 bool ReadData( uchar* data, int step, int color ); 120 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_jpeg.h | 59 bool ReadData( uchar* data, int step, int color ); 115 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_imageio.h | 24 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_bmp.h | 64 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_png.h | 60 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_pxm.h | 57 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_sunras.h | 70 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_exr.h | 65 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_jpeg2000.h | 68 bool ReadData( uchar* data, int step, int color );
|
D | grfmt_base.h | 78 virtual bool ReadData( uchar* data, int step, int color ) = 0;
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 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/webrtc/webrtc/p2p/base/ |
D | pseudotcp_unittest.cc | 248 ReadData(); in OnTcpReadable() 273 void ReadData() { in ReadData() function in PseudoTcpTest 362 ReadData(); in OnTcpReadable() 392 void ReadData() { in ReadData() function in PseudoTcpTestPingPong
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_imp.h | 32 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) { return 0; } in ReadData() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 865 struct ReadData struct 870 static ReadData Generate(int targetHandle, int seed) in Generate() argument 872 ReadData retVal; in Generate() 963 InterCallOperations& operator<< (const op::ReadData&); 991 op::ReadData read; 1014 InterCallOperations& InterCallOperations::operator<< (const op::ReadData& cmd) in operator <<() 1093 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int… 1181 const op::ReadData& cmd = m_cmds[step].u_cmd.read; in init() 1467 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName,… in runCommand() 3246 << op::ReadData::Generate(1, seed0))); in init() [all …]
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_stm.h | 54 virtual int32_t ReadData(uint8_t* pBuffer, int32_t iBufferSize) = 0;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
D | wiimote.cpp | 483 bool cWiiMote::ReadData(unsigned int address, unsigned short size, unsigned char * buffer) in ReadData() function in cWiiMote 502 if (ReadData(CALIBRATION_ADDRESS, CALIBRATION_DATA_LENGTH,buffer)) in ReadCalibrationData() 593 if (ReadData(NUNCHUCK_CALIBRATION_ADDRESS,16,buffer)) in InitNunchuck()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_SmtCrdFmt.h | 149 uint8_t ReadData[16]; member
|
/external/v8/src/snapshot/ |
D | deserializer.h | 101 bool ReadData(Object** start, Object** end, int space,
|
D | deserializer.cc | 169 ReadData(start, end, NEW_SPACE, NULL); in VisitPointers() 194 bool filled = ReadData(start, end, space, obj_address); in DeserializeDeferredObjects() 369 if (ReadData(current, limit, space_number, address)) { in ReadObject() 431 bool Deserializer::ReadData(Object** current, Object** limit, int source_space, in ReadData() function in v8::internal::Deserializer
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 359 static PTHFileData ReadData(const internal_key_type& k, in ReadData() function in PTHManager::PTHFileLookupTrait 405 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d, in ReadData() function in PTHManager::PTHStringLookupTrait 662 static data_type ReadData(const internal_key_type& k, const unsigned char* d, in ReadData() function in __anonbf2406210211::PTHStatLookupTrait
|
/external/webrtc/webrtc/base/ |
D | httpbase_unittest.cc | 288 std::string contents = src.ReadData(); in VerifySourceContents() 365 EXPECT_TRUE(src.ReadData().empty()); in TEST_F()
|
D | sslstreamadapter_unittest.cc | 320 ReadData(stream); in OnEvent() 512 virtual void ReadData(rtc::StreamInterface *stream) = 0; 623 virtual void ReadData(rtc::StreamInterface *stream) { in ReadData() function in SSLStreamAdapterTestTLS 716 virtual void ReadData(rtc::StreamInterface *stream) { in ReadData() function in SSLStreamAdapterTestDTLS
|
/external/ceres-solver/internal/ceres/ |
D | system_test.cc | 322 ReadData(input_file); in BundleAdjustmentProblem() 346 void ReadData(const string& filename) { in ReadData() function in ceres::internal::BundleAdjustmentProblem
|