Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/python/cpython2/Lib/
Dpopen2.py40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument
119 def __init__(self, cmd, bufsize=-1): argument
141 def popen2(cmd, bufsize=-1, mode='t'): argument
151 def popen3(cmd, bufsize=-1, mode='t'): argument
161 def popen4(cmd, bufsize=-1, mode='t'): argument
171 def popen2(cmd, bufsize=-1, mode='t'): argument
181 def popen3(cmd, bufsize=-1, mode='t'): argument
191 def popen4(cmd, bufsize=-1, mode='t'): argument
Dposixfile.py76 def open(self, name, mode='r', bufsize=-1): argument
220 def open(name, mode='r', bufsize=-1): argument
/external/python/cpython2/Tools/freeze/
Dbkfile.py4 def __init__(self, file, mode, bufsize): argument
44 def open(file, mode = 'r', bufsize = -1): argument
/external/libcups/cups/
Dsnprintf.c30 size_t bufsize, /* O - Size of output buffer */ in _cups_vsnprintf()
339 size_t bufsize, /* O - Size of output buffer */ in _cups_snprintf()
Dppd-attr.c144 size_t bufsize) /* I - Size of string buffer */ in _ppdNormalizeMakeAndModel()
/external/tensorflow/tensorflow/core/util/
Dcuda_kernel_helper_test.cu.cc48 __global__ void Count1D(CudaLaunchConfig config, int bufsize, int* outbuf) { in Count1D()
56 __global__ void Count2D(Cuda2DLaunchConfig config, int bufsize, int* outbuf) { in Count2D()
70 __global__ void Count3D(Cuda3DLaunchConfig config, int bufsize, int* outbuf) { in Count3D()
134 const int bufsize = 1024; member in tensorflow::CudaLaunchConfigTest
/external/dtc/libfdt/
Dfdt_empty_tree.c58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
/external/u-boot/scripts/dtc/libfdt/
Dfdt_empty_tree.c58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
/external/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c44 static uint64_t **create_map(int fde, long bufsize) in create_map()
80 static void del_map(uint64_t **buf_ev, long bufsize) in del_map()
/external/python/cpython3/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): argument
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_read.c22 int bufsize = 4096; in main() local
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc81 void SetDest(j_compress_ptr cinfo, void *buffer, int bufsize) { in SetDest()
86 void SetDest(j_compress_ptr cinfo, void *buffer, int bufsize, in SetDest()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarUtilsTest.java116 private void checkRoundTripOctal(final long value, final int bufsize) { in checkRoundTripOctal()
141 private void checkRoundTripOctalOrBinary(final long value, final int bufsize) { in checkRoundTripOctalOrBinary()
/external/vboot_reference/tests/
Dvb21_host_key_tests.c44 uint32_t bufsize; in private_key_tests() local
178 uint32_t bufsize; in public_key_tests() local
/external/dtc/tests/
Dopen_pack.c36 int oldsize, bufsize, packsize; in main() local
Dmove_and_save.c37 int bufsize; in main() local
Dincbin.c37 int bufsize = 0, n; in load_file() local
/external/vboot_reference/firmware/lib/
Dutility_string.c13 uint32_t Uint64ToString(char *buf, uint32_t bufsize, uint64_t value, in Uint64ToString()
/external/python/cpython2/Tools/scripts/
Dmd5sum.py7 bufsize = 8096 variable
/external/python/cpython3/Tools/scripts/
Dmd5sum.py7 bufsize = 8096 variable
/external/fec/
Dsumsq_test.c30 int bufsize = 2048; local
/external/iperf3/src/
Diperf_udp.c383 int bufsize = test->settings->blksize + UDP_BUFFER_EXTRA; in iperf_udp_accept() local
495 int bufsize = test->settings->blksize + UDP_BUFFER_EXTRA; in iperf_udp_connect() local
/external/skqp/tests/
DReader32Test.cpp45 const size_t bufsize = sizeof(data) > sizeof(data2) ? in DEF_TEST() local
/external/skia/tests/
DReader32Test.cpp45 const size_t bufsize = sizeof(data) > sizeof(data2) ? in DEF_TEST() local
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_thread.c23 void init_ffsb_thread(ffsb_thread_t * ft, struct ffsb_tg *tg, unsigned bufsize, in init_ffsb_thread()
68 void ft_alter_bufsize(ffsb_thread_t * ft, unsigned bufsize) in ft_alter_bufsize()

1234567891011