/external/python/cpython2/Lib/ |
D | popen2.py | 40 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
|
D | posixfile.py | 76 def open(self, name, mode='r', bufsize=-1): argument 220 def open(name, mode='r', bufsize=-1): argument
|
/external/python/cpython2/Tools/freeze/ |
D | bkfile.py | 4 def __init__(self, file, mode, bufsize): argument 44 def open(file, mode = 'r', bufsize = -1): argument
|
/external/python/cpython3/Modules/ |
D | grpmodule.c | 141 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
|
D | pwdmodule.c | 148 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/ |
D | snprintf.c | 25 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/ |
D | gpu_kernel_helper_test.cu.cc | 52 __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/ |
D | append.cc | 28 void SStringAppendV(std::string *strp, int bufsize, const char *fmt, in SStringAppendV() 47 int bufsize, in SStringAppendF()
|
/external/icing/icing/legacy/core/ |
D | icing-string-util.cc | 63 void IcingStringUtil::SStringAppendV(std::string *strp, int bufsize, in SStringAppendV() 81 void IcingStringUtil::SStringAppendF(std::string *strp, int bufsize, in SStringAppendF()
|
/external/dtc/libfdt/ |
D | fdt_empty_tree.c | 13 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
D | fdt_check.c | 13 int fdt_check_full(const void *fdt, size_t bufsize) in fdt_check_full()
|
D | fdt_sw.c | 109 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/ |
D | jpeg_handle.cc | 81 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/ |
D | bkfile.py | 3 def open(file, mode='r', bufsize=-1): argument
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/ |
D | TarUtilsTest.java | 116 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/ |
D | vb21_host_key_tests.c | 44 uint32_t bufsize; in private_key_tests() local 178 uint32_t bufsize; in public_key_tests() local
|
/external/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 48 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/ |
D | mongo_read.c | 22 int bufsize = 4096; in main() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares__read_line.c | 31 int ares__read_line(FILE *fp, char **buf, size_t *bufsize) in ares__read_line()
|
/external/dtc/tests/ |
D | check_header.c | 16 size_t bufsize = fdt_totalsize(dt); in dtdup() local
|
D | open_pack.c | 23 int oldsize, bufsize, packsize; in main() local
|
D | move_and_save.c | 24 int bufsize; in main() local
|
D | incbin.c | 24 int bufsize = 0, n; in load_file() local
|
/external/libpcap/ |
D | bpf_image.c | 108 bpf_print_abs_load_operand(char *buf, size_t bufsize, const struct bpf_insn *p) in bpf_print_abs_load_operand()
|
/external/iperf3/src/ |
D | iperf_udp.c | 406 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
|