/external/autotest/client/tests/wb_kupdate/ |
H A D | wb_kupdate.py | 9 def _check_parameters(self, mount_point, write_size, file_count, 15 @param write_size: the size of data in MB to write. 32 # Check write_size > 0. 33 if not (write_size > 0): 95 def _write_data(self, destination, counter, write_size): 102 @param write_size: the size of data to be written. 109 (file_name, write_size)) 183 def run_once(self, mount_point, file_count, write_size, 192 @param write_size: the size of each file in MB. 204 self._check_parameters(mount_point, write_size, file_coun [all...] |
/external/kernel-headers/original/uapi/sound/ |
H A D | usb_stream.h | 43 unsigned write_size; member in struct:usb_stream
|
/external/v8/src/wasm/ |
H A D | encoder.cc | 40 buffer.write_size(length); // Section name string size. 146 buffer.write_size(name_.size()); 155 buffer.write_size(locals_size + body_.size()); 266 buffer.write_size(signatures_.size()); 270 buffer.write_size(sig->parameter_count()); 274 buffer.write_size(sig->return_count()); 285 buffer.write_size(globals_.size()); 298 buffer.write_size(imports_.size()); 312 buffer.write_size(functions_.size()); 323 buffer.write_size(indirect_functions [all...] |
H A D | encoder.h | 66 void write_size(size_t val) { function in class:v8::internal::wasm::ZoneBuffer
|
/external/fio/profiles/ |
H A D | act.c | 60 static unsigned int write_size; variable 84 unsigned int write_size; member in struct:act_options 144 .off1 = offsetof(struct act_options, write_size), 203 const int rsize = write_size / (num_read_blocks * 512); 208 if (act_add_opt("bs=%u", write_size))
|
/external/libbrillo/brillo/streams/ |
H A D | stream_unittest.cc | 352 size_t write_size = 0; local 354 auto success_callback = [&write_size](size_t size) { write_size = size; }; 371 EXPECT_EQ(0u, write_size); 386 EXPECT_EQ(7u, write_size);
|
H A D | file_stream_unittest.cc | 511 size_t write_size = 0; local 513 auto success_callback = [&write_size](size_t size) { write_size = size; }; 525 EXPECT_EQ(0u, write_size); 530 EXPECT_EQ(87u, write_size);
|
/external/kernel-headers/original/uapi/linux/android/ |
H A D | binder.h | 79 binder_size_t write_size; /* bytes to write */ member in struct:binder_write_read
|
/external/kernel-headers/original/uapi/linux/ |
H A D | binder.h | 78 binder_size_t write_size; /* bytes to write */ member in struct:binder_write_read
|
/external/libchrome/base/files/ |
H A D | file_path_watcher_unittest.cc | 188 int write_size = ::base::WriteFile(file, content.c_str(), content.length()); local 189 return write_size == static_cast<int>(content.length());
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-linux.c | 7043 PRE_FIELD_READ("ioctl(BINDER_WRITE_READ).write_size", 7044 bwr->write_size); 7062 if (bwr->write_size) 7064 (Addr)bwr->write_buffer, bwr->write_size);
|
/external/valgrind/include/vki/ |
H A D | vki-linux.h | 3047 signed long write_size; member in struct:vki_binder_write_read
|