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

1 2 3 4

  /frameworks/compile/libbcc/lib/Support/
OutputFile.cpp 42 ssize_t write_size = ::write(mFD, pBuf, count); local
44 if (write_size > 0) {
45 return write_size;
  /system/update_engine/payload_consumer/
extent_writer.h 118 const size_t write_size = block_size_ - bytes_written_mod_block_size_; variable
119 brillo::Blob zeros(write_size, 0);
121 write_size));
  /bionic/libc/kernel/uapi/sound/
usb_stream.h 40 unsigned write_size; member in struct:usb_stream
  /external/kernel-headers/original/uapi/sound/
usb_stream.h 43 unsigned write_size; member in struct:usb_stream
  /device/google/dragon/recovery/updater/
flash_ec.c 181 uint32_t write_size = dev->info.write_ideal_size; local
182 uint32_t total_size = sizeof(*p) + write_size;
191 p->size = write_size;
192 memcpy(packet_data, ptr, write_size);
199 count -= write_size;
200 ptr += write_size;
201 offset += write_size;
flash_device.c 44 size_t write_size; member in struct:flash_device
76 dev->write_size = dev->ops->get_write_size(dev->priv_data);
104 if ((off % dev->write_size) || (len % dev->write_size)) {
  /external/autotest/client/tests/wb_kupdate/
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_count
    [all...]
  /external/v8/src/wasm/
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_.size())
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.h 41 size_t *total_size, size_t *erase_size, size_t *write_size);
  /external/fio/profiles/
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))
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 62 bwr.write_size = sizeof(bc);
210 bwr.write_size = sizeof(bc);
245 bwr.write_size = sizeof(bc1);
287 bwr.write_size = sizeof(bc2);
333 bwr.write_size = sizeof(bc);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 169 ssize_t write_size = Sys::write_(exit_fd_, &exit_value, sizeof(uint64_t)); local
170 if (write_size != sizeof(uint64_t))
171 DLOGW("Error triggering exit_fd_ (%d). write size = %d, error = %s", exit_fd_, write_size,
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 169 ssize_t write_size = Sys::write_(exit_fd_, &exit_value, sizeof(uint64_t)); local
170 if (write_size != sizeof(uint64_t))
171 DLOGW("Error triggering exit_fd_ (%d). write size = %d, error = %s", exit_fd_, write_size,
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 158 int write_size; local
178 write_size = width;
180 if (write_size != write(fd, luma, width)) {
190 write_size = width;
192 if (write_size != write(fd, chroma, width)) {
212 int write_size; local
221 write_size = width*2;
223 if (write_size != write(fd, src, width*2)) {
246 int write_size; local
266 write_size = width
    [all...]
  /development/ndk/platforms/android-3/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
binder.h 47 signed long write_size; member in struct:binder_write_read

Completed in 427 milliseconds

1 2 3 4