HomeSort by relevance Sort by last modified time
    Searched full:readdata (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/opencv/otherlibs/highgui/
grfmt_imageio.h 24 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_bmp.h 64 bool ReadData( uchar* data, int step, int color );
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
  /external/chromium/net/disk_cache/
entry_unittest.cc 82 EXPECT_EQ(0, entry->ReadData(0, 0, buffer1, kSize1, NULL));
86 EXPECT_EQ(10, entry->ReadData(0, 0, buffer1, kSize1, NULL));
98 EXPECT_EQ(4989, entry->ReadData(1, 1511, buffer2, kSize2, NULL));
100 EXPECT_EQ(5000, entry->ReadData(1, 0, buffer2, kSize2, NULL));
102 EXPECT_EQ(1500, entry->ReadData(1, 5000, buffer2, kSize2, NULL));
104 EXPECT_EQ(0, entry->ReadData(1, 6500, buffer2, kSize2, NULL));
105 EXPECT_EQ(6500, entry->ReadData(1, 0, buffer3, kSize3, NULL));
107 EXPECT_EQ(8192, entry->ReadData(1, 0, buffer3, kSize3, NULL));
190 EXPECT_EQ(0, entry->ReadData(0, 15 * 1024, buffer1, kSize1, &callback1));
200 ret = entry->ReadData(0, 0, buffer2, kSize1, &callback3)
    [all...]
file.h 18 // This interface is used to support asynchronous ReadData and WriteData calls.
  /external/chromium/chrome/browser/
clipboard_dispatcher_gtk.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
clipboard_dispatcher_mac.mm 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
clipboard_dispatcher_win.cc 18 bool ClipboardDispatcher::ReadData(ui::Clipboard::Buffer buffer,
clipboard_dispatcher.h 29 static bool ReadData(ui::Clipboard::Buffer buffer, const string16& type,
  /external/chromium/net/test/
test_server_win.cc 80 // Used as a crude timeout mechanism by ReadData().
97 bool ReadData(HANDLE read_fd, HANDLE write_fd,
128 LOG(ERROR) << "Timeout exceeded for ReadData";
199 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
205 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
test_server_posix.cc 59 bool ReadData(int fd, ssize_t bytes_max, uint8* buffer,
143 if (!ReadData(child_fd_, sizeof(server_data_len),
150 if (!ReadData(child_fd_, server_data_len,
  /libcore/luni/src/main/java/javax/sql/
RowSetReader.java 45 * {@code readData} method.
55 public void readData(RowSetInternal theCaller) throws SQLException;
  /cts/suite/audio_quality/lib/include/
ClientSocket.h 29 virtual bool readData(char* data, int len, int timeoutInMs = 0);
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 54 if (!socket.readData((char*)data, REPLY_HEADER_SIZE)) {
163 //readData(tempBuffer.getData(), len);
166 if (!readData(param->mBuffer->getData(), len)) {
187 if (!readData(infoString.get(), len)) {
  /external/chromium/webkit/glue/
npruntime_util.cc 38 if (!pickle.ReadData(pickle_iter, &data, &data_len))
webclipboard_impl.h 49 virtual bool readData(Buffer, const WebKit::WebString& type,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 83 return readData(KEY_TIMEZONE_DATABASE_VERSION);
97 return readData(KEY_TIMEZONE_TYPE);
114 return readData(KEY_TIMEZONE_INSTANCES);
133 return readData(KEY_TIMEZONE_INSTANCES_PREVIOUS);
200 public String readData(String key) throws CacheException {
  /cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h 91 bool readData(char* data, int len) {
92 return mSocket.readData(data, len);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 76 data_type ReadData(internal_key_type, const unsigned char* d,
123 IdentifierInfo *ReadData(const internal_key_type& k,
169 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
229 data_type ReadData(const internal_key_type, const unsigned char *d,
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 137 ReadData(resource, data);
170 void MalwareDetailsCacheCollector::ReadData(
173 DVLOG(1) << "ReadData";
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 168 private InputStream readData(int offset, int length) throws IOException{
255 InputStream in = readData(tableOffset, tableLength);
275 // InputStream in = readData(Integer.MAX_VALUE, ENDHDR);
291 InputStream in = readData(Integer.MAX_VALUE, 200);
323 InputStream in = readData(entry.offset, entry.compSize);
  /frameworks/av/media/mtp/
MtpDevice.cpp 311 if (!readData())
328 if (!readData())
344 if (!readData())
365 if (!readData())
383 if (!readData())
399 if (sendRequest(MTP_OPERATION_GET_THUMB) && readData()) {
528 if (!readData())
545 if (!readData())
564 if (!readData())
787 bool MtpDevice::readData() {
    [all...]
  /external/chromium/base/
pickle_unittest.cc 52 EXPECT_TRUE(pickle.ReadData(&iter, &outdata, &outdatalen));
56 EXPECT_TRUE(pickle.ReadData(&iter, &outdata, &outdatalen));
307 EXPECT_TRUE(pickle.ReadData(&iter, &outdata, &outdatalen));
  /external/chromium/net/base/
gzip_filter_unittest.cc 195 code = filter->ReadData(decode_next, &decode_data_len);
223 return filter->ReadData(dest, dest_len);
269 filter_->ReadData(deflate_decode_buffer, &deflate_decode_size);
286 filter_->ReadData(gzip_decode_buffer, &gzip_decode_size);

Completed in 1779 milliseconds

1 2 3 4 5 6