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

1 2 3

  /external/autotest/client/site_tests/kernel_fs_Inplace/
kernel_fs_Inplace.py 26 def run_once(self, dir=None, iosize=4096, num_iter=100000,
36 args = ' %d' % iosize
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 46 size_t iosize; local
85 flags |= __swhatbuf(fp, &iosize, &ttyflag);
88 size = iosize;
99 if (size != iosize) {
100 size = iosize;
128 * SHOULD WE ALLOW MULTIPLES HERE (i.e., ok iff (size % iosize) == 0)?
130 if (size != iosize)
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 572 DWORD ioSize = 0;
577 &ioSize,
603 pSocket->IOCompleted(pIOContext,ioSize,error);
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /development/ndk/platforms/android-13/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /external/svox/pico/compat/include/
TtsEngine.h 187 // @param[inout] iosize in: stores the size available to store the
195 size_t *iosize);
  /external/svox/pico/compat/jni/
tts.h 253 // @param[inout] iosize in: stores the size available to store the
264 size_t *iosize);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);