HomeSort by relevance Sort by last modified time
    Searched defs:bufsize (Results 151 - 175 of 255) sorted by null

1 2 3 4 5 67 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 943 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1125 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1142 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1147 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 503 PyFile_SetBufSize(PyObject *f, int bufsize)
506 if (bufsize >= 0) {
508 switch (bufsize) {
515 bufsize = BUFSIZ;
521 bufsize = BUFSIZ;
531 bufsize);
534 setvbuf(file->f_fp, file->f_setbuf, type, bufsize);
2315 int bufsize = -1; local
    [all...]
  /external/iputils/
rdisc.c 1110 unsigned bufsize; local
1124 bufsize = numifs * sizeof(struct ifreq);
1125 buf = (char *)malloc(bufsize);
1143 ifc.ifc_len = bufsize;
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 1036 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1218 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1235 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1298 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 510 PyFile_SetBufSize(PyObject *f, int bufsize)
513 if (bufsize >= 0) {
515 switch (bufsize) {
522 bufsize = BUFSIZ;
528 bufsize = BUFSIZ;
538 bufsize);
541 setvbuf(file->f_fp, file->f_setbuf, type, bufsize);
2380 int bufsize = -1; local
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.c 1093 unsigned int bufsize; local
1118 case 2048: bufsize = LINDA_EAGER_BUFFER_2K; break;
1119 case 4096: bufsize = LINDA_EAGER_BUFFER_4K; break;
1120 case 8192: bufsize = LINDA_EAGER_BUFFER_8K; break;
1121 case 16384: bufsize = LINDA_EAGER_BUFFER_16K; break;
1122 case 32768: bufsize = LINDA_EAGER_BUFFER_32K; break;
1123 case 65536: bufsize = LINDA_EAGER_BUFFER_64K; break;
1125 bufsize = LINDA_EAGER_BUFFER_NONE;
1132 BufSize, bufsize );
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 3437 const unsigned int bufsize = 20; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 109 unsigned long bufsize; member in struct:msm_venc_seqheader
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 116 u32 bufsize; member in struct:vdec_buf_desc
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 96 u32 bufsize; member in struct:vdec_buf_desc
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 116 u32 bufsize; member in struct:vdec_buf_desc
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 96 u32 bufsize; member in struct:vdec_buf_desc
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 972 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1154 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1171 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1234 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 972 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1154 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1171 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1234 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 972 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1154 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1171 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1234 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 972 bufsize = -1 # Use default buffer size variable in class:FileObjectClassTestCase
1154 bufsize = 0 # Use unbuffered mode variable in class:UnbufferedFileObjectClassTestCase
1171 bufsize = 1 # Default-buffered for reading; line-buffered for writing variable in class:LineBufferedFileObjectClassTestCase
1234 bufsize = 2 # Exercise the buffering code variable in class:SmallBufferedFileObjectClassTestCase
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 130 makefile([mode, [bufsize]]) -- return a file object for the socket [*]\n\
2340 int bufsize = -1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 891 int bufsize = 0; local
898 bufsize = bufsize + bufsize_incr;
899 tmpbuf = malloc(bufsize);
903 res = getcwd(tmpbuf, bufsize);
2350 int bufsize = -1; local
3026 int bufsize = -1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 125 makefile([mode, [bufsize]]) -- return a file object for the socket [*]\n\
2281 int bufsize = -1; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 7538 int bufsize[kBufs][2] = { { 0 }, { 0 } }; local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderStorageBufferObjectTests.cpp 7515 int bufsize[kBufs][2] = { { 0 }, { 0 } }; local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 584 png_size_t bufsize; member in struct:__anon25677
615 image->bufsize = 0;
670 if (size+32 > image->bufsize)
682 image->bufsize = size+32;
685 memset(image->buffer, 95, image->bufsize);
    [all...]
  /external/libxml2/
xmlschemastypes.c 5756 int bufsize; local
5836 int bufsize = dec.total + 1; local
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 176 static int bufsize = 3*PCRE2GREP_BUFSIZE; variable
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 135 makefile([mode, [bufsize]]) -- return a file object for the socket [*]\n\
2365 int bufsize = -1; local
    [all...]

Completed in 1106 milliseconds

1 2 3 4 5 67 8 91011