/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 410 for bufsize in (0, 1, 100): 412 with self.open(support.TESTFN, "wb", bufsize) as f: 417 with self.open(support.TESTFN, "wb", bufsize) as f: 858 for bufsize, buf_read_sizes, raw_read_sizes in tests: 860 bufio = self.tp(rawio, buffer_size=bufsize) 949 bufsize = 16 950 for n in (2, bufsize - 1, bufsize, bufsize + 1, bufsize * 2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 410 for bufsize in (0, 1, 100): 412 with self.open(support.TESTFN, "wb", bufsize) as f: 417 with self.open(support.TESTFN, "wb", bufsize) as f: 858 for bufsize, buf_read_sizes, raw_read_sizes in tests: 860 bufio = self.tp(rawio, buffer_size=bufsize) 949 bufsize = 16 950 for n in (2, bufsize - 1, bufsize, bufsize + 1, bufsize * 2) [all...] |
/external/iproute2/misc/ |
ss.c | 1703 int bufsize = 64*1024; local [all...] |
/external/nanopb-c/ |
pb_encode.c | 69 pb_ostream_t pb_ostream_from_buffer(uint8_t *buf, size_t bufsize) 78 stream.max_size = bufsize;
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 530 GrGLsizei bufsize, 536 if (bufsize > 0) {
|
/external/valgrind/coregrind/ |
m_libcprint.c | 375 void VG_(elapsed_wallclock_time) ( /*OUT*/HChar* buf, SizeT bufsize ) 379 vg_assert(bufsize > 20);
|
/external/elfutils/src/src/ |
ar.c | 1089 no0print (bool ofmt, char *buf, int bufsize, long int val) 1091 char tmpbuf[bufsize + 1]; 1092 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); 1093 memcpy (buf, tmpbuf, bufsize); [all...] |
/external/libpcap/ |
pcap-canusb-linux.c | 363 handle->bufsize = 32;
|
pcap-libdlpi.c | 327 msglen = p->bufsize;
|
/external/opencv/cv/src/ |
cvpyramids.cpp | 439 int channels, int *bufSize ) 443 if( !bufSize ) 445 *bufSize = 0; 459 *bufSize = bufStep * PU_SZ; 466 int channels, int *bufSize ) 470 if( !bufSize ) 472 *bufSize = 0; 486 *bufSize = bufStep * (PD_SZ + 1); 1195 int bufsize = 0; local [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
dwt.c | 854 OPJ_UINT32 bufsize = (OPJ_UINT32)((tilec->x1 - tilec->x0) * (tilec->y1 - tilec->y0)); local 870 opj_v4dwt_interleave_h(&h, aj, (OPJ_INT32)w, (OPJ_INT32)bufsize); 881 bufsize -= w*4; 887 opj_v4dwt_interleave_h(&h, aj, (OPJ_INT32)w, (OPJ_INT32)bufsize);
|
/hardware/qcom/media/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_vidc_enc.h | 341 unsigned long bufsize; member in struct:venc_seqheader
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_enc.h | 538 unsigned long bufsize; member in struct:venc_seqheader
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_vidc_enc.h | 371 unsigned long bufsize; member in struct:venc_seqheader
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_vidc_enc.h | 594 unsigned long bufsize; member in struct:venc_seqheader
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_vidc_enc.h | 371 unsigned long bufsize; member in struct:venc_seqheader
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_vidc_enc.h | 594 unsigned long bufsize; member in struct:venc_seqheader
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 282 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { 285 (uptr)path, (uptr)buf, bufsize); 287 return internal_syscall(SYSCALL(readlink), (uptr)path, (uptr)buf, bufsize);
|
/external/openssh/ |
loginrec.c | 418 unsigned int bufsize = sa_size; local 422 bufsize = sizeof(li->hostaddr); 424 memcpy(&li->hostaddr.sa, sa, bufsize); [all...] |
/frameworks/base/media/jni/soundpool/ |
SoundPool.cpp | 542 size_t bufsize; local 543 uint8_t *buf = AMediaCodec_getInputBuffer(codec, bufidx, &bufsize); 544 int sampleSize = AMediaExtractor_readSampleData(ex, buf, bufsize);
|
/system/core/fs_mgr/ |
fs_mgr_verity.c | 363 size_t bufsize; local 378 bufsize = DM_BUF_SIZE - (verity_params - buffer); 386 } else if (snprintf(verity_params, bufsize, "%s %d", table, mode) < 0) {
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_enc.cpp | 930 void glGetActiveAttrib_enc(void *self , GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) 939 const unsigned int __size_name = ((name != NULL) ? bufsize : 0); 948 memcpy(ptr, &bufsize, 4); ptr += 4; 959 void glGetActiveUniform_enc(void *self , GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) 968 const unsigned int __size_name = ((name != NULL) ? bufsize : 0); 977 memcpy(ptr, &bufsize, 4); ptr += 4; [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | [all...] |