HomeSort by relevance Sort by last modified time
    Searched defs:write_count (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/extensions/browser/value_store/
testing_value_store.h 28 int write_count() { return write_count_; } function in class:TestingValueStore
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache_unittest.cc 253 int write_count = store->write_count(); local
261 EXPECT_EQ(write_count + 1, store->write_count());
262 write_count = store->write_count();
270 EXPECT_EQ(write_count + 1, store->write_count());
271 write_count = store->write_count();
391 int write_count = store->write_count(); local
    [all...]
  /external/qemu/audio/
winaudio.c 98 int write_count; /* available writable buffers count */ member in struct:WinAudioOut
116 if (s->write_count < NUM_OUT_BUFFERS)
117 s->write_count += 1;
246 s->write_count = NUM_OUT_BUFFERS;
265 has_buffer = (s->write_count > 0);
309 if (--s->write_count == 0) {
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 569 int write_count() const { return write_count_; } function in class:net::__anon14162::CountingStreamSocket
    [all...]
socket_test_util.h 257 size_t write_count() const { return write_count_; } function in class:net::StaticSocketDataProvider
    [all...]
  /system/core/libziparchive/
zip_archive.cc 1015 uint32_t write_count = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1829 size_t write_count = fwrite(frame_->data_, local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 878 png_uint_32 write_count; /* Count of bytes written (in the chunk) */ member in struct:file
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4556 int write_max = write_buf_size \/ write_elem_size, write_count = 0; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 599 __u32 write_count; member in struct:hfsplus_vol_header
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 527 int write_count; member in struct:kvm_lpage_info

Completed in 206 milliseconds