/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/libcups/cups/ |
D | snprintf.c | 30 size_t bufsize, /* O - Size of output buffer */ in _cups_vsnprintf() 339 size_t bufsize, /* O - Size of output buffer */ in _cups_snprintf()
|
D | ppd-attr.c | 144 size_t bufsize) /* I - Size of string buffer */ in _ppdNormalizeMakeAndModel()
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_kernel_helper_test.cu.cc | 48 __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/ |
D | fdt_empty_tree.c | 58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_empty_tree.c | 58 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
/external/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 44 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/ |
D | bkfile.py | 3 def open(file, mode='r', bufsize=-1): argument
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_read.c | 22 int bufsize = 4096; in main() local
|
/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/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/dtc/tests/ |
D | open_pack.c | 36 int oldsize, bufsize, packsize; in main() local
|
D | move_and_save.c | 37 int bufsize; in main() local
|
D | incbin.c | 37 int bufsize = 0, n; in load_file() local
|
/external/vboot_reference/firmware/lib/ |
D | utility_string.c | 13 uint32_t Uint64ToString(char *buf, uint32_t bufsize, uint64_t value, in Uint64ToString()
|
/external/python/cpython2/Tools/scripts/ |
D | md5sum.py | 7 bufsize = 8096 variable
|
/external/python/cpython3/Tools/scripts/ |
D | md5sum.py | 7 bufsize = 8096 variable
|
/external/fec/ |
D | sumsq_test.c | 30 int bufsize = 2048; local
|
/external/iperf3/src/ |
D | iperf_udp.c | 383 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/ |
D | Reader32Test.cpp | 45 const size_t bufsize = sizeof(data) > sizeof(data2) ? in DEF_TEST() local
|
/external/skia/tests/ |
D | Reader32Test.cpp | 45 const size_t bufsize = sizeof(data) > sizeof(data2) ? in DEF_TEST() local
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_thread.c | 23 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()
|