HomeSort by relevance Sort by last modified time
    Searched refs:bufsize (Results 601 - 625 of 828) sorted by null

<<21222324252627282930>>

  /external/libpcap/
pcap-usb-linux.c 386 handle->bufsize = handle->snapshot;
486 handle->buffer = malloc(handle->bufsize);
  /external/nanopb-c/
pb_decode.c 148 pb_istream_t pb_istream_from_buffer(uint8_t *buf, size_t bufsize)
157 stream.bytes_left = bufsize;
    [all...]
  /external/python/cpython2/Lib/
cgi.py 649 bufsize = 8*1024 # I/O buffering size for copy to file variable in class:FieldStorage
657 data = self.fp.read(min(todo, self.bufsize))
    [all...]
ssl.py 895 def makefile(self, mode='r', bufsize=-1):
904 return _fileobject(self, mode, bufsize, close=True)
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 884 void VG_(elapsed_wallclock_time) ( /*OUT*/HChar* buf, SizeT bufsize )
888 vg_assert(bufsize > 20);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgi.py 649 bufsize = 8*1024 # I/O buffering size for copy to file variable in class:FieldStorage
657 data = self.fp.read(min(todo, self.bufsize))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgi.py 649 bufsize = 8*1024 # I/O buffering size for copy to file variable in class:FieldStorage
657 data = self.fp.read(min(todo, self.bufsize))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 649 bufsize = 8*1024 # I/O buffering size for copy to file variable in class:FieldStorage
657 data = self.fp.read(min(todo, self.bufsize))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 649 bufsize = 8*1024 # I/O buffering size for copy to file variable in class:FieldStorage
657 data = self.fp.read(min(todo, self.bufsize))
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /system/netd/tests/
binder_test.cpp 135 size_t bufsize = 0; local
137 while ((linelen = getline(&line, &bufsize, f)) >= 0) {
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]
  /external/libcups/cups/
ipp.c 37 size_t bufsize)
40 size_t bufsize)
    [all...]
  /external/strace/tests/
btrfs.c 943 int bufsize = 4096; local
964 args = malloc(sizeof(*args) + bufsize);
969 args->buf_size = bufsize;
    [all...]
  /external/strace/tests-m32/
btrfs.c 943 int bufsize = 4096; local
964 args = malloc(sizeof(*args) + bufsize);
969 args->buf_size = bufsize;
    [all...]
  /external/strace/tests-mx32/
btrfs.c 943 int bufsize = 4096; local
964 args = malloc(sizeof(*args) + bufsize);
969 args->buf_size = bufsize;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36730104/
local_poc.h 3740 __u32 min_len, max_len, bufsize; member in struct:nl80211_wowlan_tcp_data_token_feature
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36817053/
local_poc.h 3716 __u32 min_len, max_len, bufsize; member in struct:nl80211_wowlan_tcp_data_token_feature
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36818198/
local_poc.h 3740 __u32 min_len, max_len, bufsize; member in struct:nl80211_wowlan_tcp_data_token_feature
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 1090 __u32 min_len, max_len, bufsize; member in struct:nl80211_wowlan_tcp_data_token_feature
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py 153 self.bufsize = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 24 def makefile(self, mode, bufsize=None):

Completed in 790 milliseconds

<<21222324252627282930>>