HomeSort by relevance Sort by last modified time
    Searched refs:WriteData (Results 1 - 25 of 52) sorted by null

1 2 3

  /system/media/mca/filterfw/native/core/
vertex_frame.h 41 bool WriteData(const uint8_t* data, int size);
native_frame.cpp 30 bool NativeFrame::WriteData(const uint8_t* data, int offset, int size) {
48 result->WriteData(data_, 0, size_);
native_frame.h 35 // To copy data into an existing frame, use WriteData().
40 bool WriteData(const uint8_t* data, int offset, int size);
vertex_frame.cpp 46 bool VertexFrame::WriteData(const uint8_t* data, int size) {
gl_frame.h 61 bool WriteData(const uint8_t* data, int size);
  /external/v8/test/cctest/
test-log-utils.cc 22 static void WriteData(LogDynamicBuffer* dynabuf, Vector<char>* ref_buffer) {
77 WriteData(&dynabuf, &ref_buf);
92 WriteData(&dynabuf, &ref_buf);
108 WriteData(&dynabuf, &ref_buf);
124 WriteData(&dynabuf, &ref_buf);
  /external/chromium/net/disk_cache/
entry_unittest.cc 84 EXPECT_EQ(10, entry->WriteData(0, 0, buffer1, kSize1, NULL, false));
96 EXPECT_EQ(5000, entry->WriteData(1, 1500, buffer2, kSize2, NULL, false));
106 EXPECT_EQ(8192, entry->WriteData(1, 0, buffer3, 8192, NULL, false));
111 EXPECT_EQ(0, entry->WriteData(0, 0, NULL, 0, NULL, true));
112 EXPECT_EQ(0, entry->WriteData(1, 0, NULL, 0, NULL, true));
155 EXPECT_EQ(0, WriteData(entry, 0, 15 * 1024, NULL, 0, false));
156 EXPECT_EQ(0, WriteData(entry, 1, 15 * 1024, NULL, 0, false));
193 int ret = entry->WriteData(0, 0, buffer1, kSize1, &callback2, false);
209 ret = entry->WriteData(1, 1500, buffer2, kSize2, &callback4, true);
242 ret = entry->WriteData(1, 0, buffer3, 8192, &callback10, true)
    [all...]
disk_cache.h 190 virtual int WriteData(int index, int offset, net::IOBuffer* buf, int buf_len,
204 // WriteData), and one sparse stream that must me accessed through the sparse-
241 // Behaves like WriteData() except that this method is used to access sparse
disk_cache_test_base.h 103 int WriteData(disk_cache::Entry* entry, int index, int offset,
backend_unittest.cc 246 ASSERT_EQ(0, WriteData(entry, 0, 20000, buffer1, 0, false));
332 rv = entry->WriteData(0, 0, buffer, kSize, &cb, false);
378 EXPECT_EQ(cache_size / 10, WriteData(entry, 0, 0, buffer, cache_size / 10,
381 EXPECT_EQ(net::ERR_FAILED, WriteData(entry, 1, 0, buffer, cache_size / 5,
386 EXPECT_EQ(cache_size / 5, WriteData(entry, 1, 0, buffer, cache_size / 5,
391 EXPECT_EQ(cache_size * 3 / 4, WriteData(entry, 0, 0, buffer,
401 EXPECT_EQ(cache_size / 10, WriteData(entry, 0, 0, buffer, cache_size / 10,
406 EXPECT_EQ(cache_size / 10, WriteData(entry2, 0, 0, buffer, cache_size / 10,
541 EXPECT_EQ(kSize, WriteData(entry, 0, 0, buffer1, kSize, false));
579 EXPECT_EQ(kSize, WriteData(entry, 0, 0, buffer, kSize, false))
    [all...]
mem_entry_impl.h 30 // ReadData and WriteData cannot be applied to them. The lifetime of a child
103 virtual int WriteData(int index, int offset, net::IOBuffer* buf, int buf_len,
disk_cache_perftest.cc 73 int ret = cache_entry->WriteData(0, 0, buffer1, kSize1, &callback, false);
79 ret = cache_entry->WriteData(1, 0, buffer2, entry.data_len, &callback,
in_flight_backend_io.h 66 void WriteData(EntryImpl* entry, int index, int offset, net::IOBuffer* buf,
170 void WriteData(EntryImpl* entry, int index, int offset, net::IOBuffer* buf,
stress_cache.cc 154 rv = entries[slot]->WriteData(0, 0, buffer, size, &cb, truncate);
  /system/media/mca/filterfw/jni/
jni_vertex_frame.cpp 43 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
60 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr),
78 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset),
jni_native_frame.cpp 62 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset),
106 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
140 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr),
279 return ToJBool(this_frame->WriteData(other_frame->Data(), 0, other_frame->Size()));
jni_gl_frame.cpp 121 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), length);
149 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
184 const bool success = frame->WriteData(rgba_buffer, length);
225 const bool success = frame->WriteData(pixels, size);
292 return ToJBool(this_frame->WriteData(other_frame->Data(), other_frame->Size()));
  /external/chromium/webkit/glue/
npruntime_util.cc 24 return pickle->WriteData(string, strlen(string) + 1);
glue_serialize.cc 70 inline void WriteData(const void* data, int length, SerializeObject* obj) {
71 obj->pickle.WriteData(static_cast<const char*>(data), length);
111 WriteData(&data, sizeof(double), obj);
236 WriteData(element.data.data(), static_cast<int>(element.data.size()),
  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 51 int rv = entry->WriteData(0, 0, buf, len, &cb, true);
55 void WriteData(disk_cache::Entry* entry, int index, const std::string data) {
64 int rv = entry->WriteData(index, 0, buf, len, &cb, true);
81 WriteData(entry, 1, data1);
82 WriteData(entry, 2, data2);
  /external/chromium/base/
pickle_unittest.cc 75 EXPECT_TRUE(pickle.WriteData(testdata, testdatalen));
217 pickle.WriteData(data_ptr,
226 pickle.WriteData(data_ptr, static_cast<int>(unit - sizeof(uint32)));
232 pickle.WriteData(data_ptr, 1);
276 source.WriteData(str.c_str(), 100000);
302 EXPECT_TRUE(pickle.WriteData(NULL, 0));
pickle.h 117 bool WriteData(const char* data, int length);
120 // Same as WriteData, but allows the caller to write directly into the
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 106 bad_msg.WriteData(fixed_data, fixed_data_size);
111 bad_msg.WriteData(bogus_pixels.get(), bogus_pixels_size);
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 598 } WriteData;
603 g_slice_free (WriteData, data);
618 WriteData *wdata;
623 wdata = g_slice_new (WriteData);
664 WriteData *wdata;
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 69 int rv = entry->WriteData(0, 0, buf, len, &cb, true);
73 void WriteData(disk_cache::Entry* entry, const std::string data) {
82 int rv = entry->WriteData(1, 0, buf, len, &cb, true);
98 WriteData(entry, data);

Completed in 361 milliseconds

1 2 3