Home
last modified time | relevance | path

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

12345678910>>...13

/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/python/cpython3/Modules/
Dgrpmodule.c141 Py_ssize_t bufsize; in grp_getgrgid_impl() local
146 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrgid_impl() local
222 Py_ssize_t bufsize; in grp_getgrnam_impl() local
227 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrnam_impl() local
Dpwdmodule.c148 Py_ssize_t bufsize; in pwd_getpwuid() local
153 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwuid() local
231 Py_ssize_t bufsize; in pwd_getpwnam_impl() local
236 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwnam_impl() local
/external/libcups/cups/
Dsnprintf.c25 size_t bufsize, /* O - Size of output buffer */ in _cups_vsnprintf()
334 size_t bufsize, /* O - Size of output buffer */ in _cups_snprintf()
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper_test.cu.cc52 __global__ void Count1D(GpuLaunchConfig config, int bufsize, in Count1D()
61 __global__ void Count2D(Gpu2DLaunchConfig config, int bufsize, in Count2D()
76 __global__ void Count3D(Gpu3DLaunchConfig config, int bufsize, in Count3D()
148 static const int bufsize = 1024; member in tensorflow::GpuLaunchConfigTest
/external/libtextclassifier/native/utils/strings/
Dappend.cc28 void SStringAppendV(std::string *strp, int bufsize, const char *fmt, in SStringAppendV()
47 int bufsize, in SStringAppendF()
/external/icing/icing/legacy/core/
Dicing-string-util.cc63 void IcingStringUtil::SStringAppendV(std::string *strp, int bufsize, in SStringAppendV()
81 void IcingStringUtil::SStringAppendF(std::string *strp, int bufsize, in SStringAppendF()
/external/dtc/libfdt/
Dfdt_empty_tree.c13 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
Dfdt_check.c13 int fdt_check_full(const void *fdt, size_t bufsize) in fdt_check_full()
Dfdt_sw.c109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags()
143 int fdt_create(void *buf, int bufsize) in fdt_create()
148 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize()
/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/python/cpython3/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): argument
/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/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c48 static uint64_t **create_map(int fde, long bufsize, int flag) in create_map()
93 static void del_map(uint64_t **buf_ev, long bufsize) in del_map()
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_read.c22 int bufsize = 4096; in main() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__read_line.c31 int ares__read_line(FILE *fp, char **buf, size_t *bufsize) in ares__read_line()
/external/dtc/tests/
Dcheck_header.c16 size_t bufsize = fdt_totalsize(dt); in dtdup() local
Dopen_pack.c23 int oldsize, bufsize, packsize; in main() local
Dmove_and_save.c24 int bufsize; in main() local
Dincbin.c24 int bufsize = 0, n; in load_file() local
/external/libpcap/
Dbpf_image.c108 bpf_print_abs_load_operand(char *buf, size_t bufsize, const struct bpf_insn *p) in bpf_print_abs_load_operand()
/external/iperf3/src/
Diperf_udp.c406 int bufsize = test->settings->blksize + UDP_BUFFER_EXTRA; in iperf_udp_accept() local
518 int bufsize = test->settings->blksize + UDP_BUFFER_EXTRA; in iperf_udp_connect() local

12345678910>>...13