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

1 2

  /external/libmojo/mojo/common/
data_pipe_drainer.cc 27 void DataPipeDrainer::ReadData() {
43 ReadData();
  /external/pdfium/xfa/fxfa/parser/
cxfa_widetextread.cpp 51 int32_t CXFA_WideTextRead::ReadData(uint8_t* pBuffer, int32_t iBufferSize) {
  /system/core/libbacktrace/
GetPss.cpp 36 static bool ReadData(int fd, off_t place, uint64_t *data) {
77 if (ReadData(pagemap_fd, page, &data)) {
80 if (ReadData(pagecount_fd, static_cast<off_t>(PAGEMAP_PFN(data)), &count)) {
  /external/libmojo/mojo/edk/js/
drain_data.cc 54 result = ReadData();
62 MojoResult DrainData::ReadData() {
core.cc 246 gin::Dictionary ReadData(const gin::Arguments& args,
317 .SetMethod("readData", ReadData)
  /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 )
  /system/extras/simpleperf/
UnixSocket.cpp 111 read_event_ = loop.AddReadEvent(fd_, [&]() { return ReadData(); });
162 bool UnixSocketConnection::ReadData() {
209 // Disable read_event and write_event here, so ReadData() and WriteData()
  /external/libmojo/mojo/edk/system/
dispatcher.cc 63 MojoResult Dispatcher::ReadData(void* elements,
data_pipe_consumer_dispatcher.cc 123 MojoResult DataPipeConsumerDispatcher::ReadData(void* elements,
data_pipe_unittest.cc 67 MojoResult ReadData(void* elements,
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(elements, &num_bytes, true, false))
    [all...]
  /external/libmojo/mojo/edk/test/
mojo_test_base.cc 295 std::string MojoTestBase::ReadData(MojoHandle consumer, size_t size) {
  /external/libmojo/mojo/public/c/system/
thunks.h 82 MojoResult (*ReadData)(MojoHandle data_pipe_consumer_handle,
  /external/libmojo/mojo/android/system/
core_impl.cc 238 static ScopedJavaLocalRef<jobject> ReadData(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.h 143 ReadData = 1,
    [all...]
  /external/libchrome/base/
pickle.cc 192 bool PickleIterator::ReadData(const char** data, int* length) {
  /external/v8/src/snapshot/
deserializer.cc 188 ReadData(start, end, NEW_SPACE, NULL);
213 bool filled = ReadData(start, end, space, obj_address);
420 if (ReadData(current, limit, space_number, address)) {
485 bool Deserializer::ReadData(Object** current, Object** limit, int source_space,
    [all...]
  /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,

Completed in 746 milliseconds

1 2