/external/ltp/utils/sctp/func_tests/ |
D | test_sctp_sendrecvmsg.c | 84 char *big_buffer; in main() local 176 big_buffer = test_malloc(buflen); in main() 179 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main() 183 associd2 = ((struct sctp_assoc_change *)big_buffer)->sac_assoc_id; in main() 185 test_check_buf_notification(big_buffer, error, msg_flags, in main() 202 error = test_sctp_recvmsg(sk1, big_buffer, buflen, in main() 205 associd1 = ((struct sctp_assoc_change *)big_buffer)->sac_assoc_id; in main() 206 test_check_buf_notification(big_buffer, error, msg_flags, in main() 216 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main() 219 test_check_buf_data(big_buffer, error, msg_flags, &sinfo, in main() [all …]
|
D | test_1_to_1_events.c | 63 char *big_buffer; in main() local 138 big_buffer = malloc(REALLY_BIG); in main() 139 if (!big_buffer) { DUMP_CORE; } in main() 144 iov.iov_base = big_buffer; in main()
|
D | test_recvmsg.c | 70 char *big_buffer; in main() local 113 big_buffer = test_malloc(REALLY_BIG); in main() 115 iov.iov_base = big_buffer; in main()
|
D | test_autoclose.c | 69 char *big_buffer; in main() local 120 big_buffer = test_malloc(REALLY_BIG); in main() 122 iov.iov_base = big_buffer; in main()
|
D | test_connect.c | 67 char *big_buffer; in main() local 137 big_buffer = test_malloc(REALLY_BIG); in main() 138 iov.iov_base = big_buffer; in main()
|
D | test_assoc_abort.c | 81 char *big_buffer; in main() local 146 big_buffer = test_malloc(REALLY_BIG); in main() 148 iov.iov_base = big_buffer; in main()
|
D | test_assoc_shutdown.c | 80 char *big_buffer; in main() local 146 big_buffer = test_malloc(REALLY_BIG); in main() 148 iov.iov_base = big_buffer; in main()
|
D | test_fragments.c | 92 char *big_buffer; in main() local 168 big_buffer = test_malloc(REALLY_BIG); in main() 170 iov.iov_base = big_buffer; in main()
|
D | test_connectx.c | 75 char *big_buffer; in main() local 175 big_buffer = test_malloc(REALLY_BIG); in main() 176 iov.iov_base = big_buffer; in main()
|
D | test_peeloff.c | 79 char *big_buffer; in main() local 156 big_buffer = test_malloc(REALLY_BIG); in main() 158 iov.iov_base = big_buffer; in main()
|
D | test_basic.c | 87 char *big_buffer; in main() local 140 big_buffer = test_malloc(REALLY_BIG); in main() 142 iov.iov_base = big_buffer; in main() 234 iov.iov_base = big_buffer; in main()
|
D | test_timetolive.c | 110 char *big_buffer; in main() local 215 big_buffer = test_malloc(REALLY_BIG); in main() 217 iov.iov_base = big_buffer; in main()
|
D | test_tcp_style.c | 81 char *big_buffer; in main() local 268 big_buffer = test_malloc(REALLY_BIG); in main() 270 iov.iov_base = big_buffer; in main()
|
/external/libchrome/mojo/public/cpp/base/ |
D | big_buffer.typemap | 5 mojom = "//mojo/public/mojom/base/big_buffer.mojom" 6 public_headers = [ "//mojo/public/cpp/base/big_buffer.h" ]
|
D | typemaps.gni | 6 "//mojo/public/cpp/base/big_buffer.typemap",
|
/external/libchrome/mojo/public/mojom/base/ |
D | ref_counted_memory.mojom | 7 import "mojo/public/mojom/base/big_buffer.mojom";
|
D | big_string.mojom | 7 import "mojo/public/mojom/base/big_buffer.mojom";
|
D | string16.mojom | 7 import "mojo/public/mojom/base/big_buffer.mojom";
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 655 PyObject *big_buffer = NULL; in BZ2File_readlines() local 724 if (big_buffer == NULL) { in BZ2File_readlines() 726 big_buffer = PyString_FromStringAndSize( in BZ2File_readlines() 728 if (big_buffer == NULL) in BZ2File_readlines() 730 buffer = PyString_AS_STRING(big_buffer); in BZ2File_readlines() 735 if (_PyString_Resize(&big_buffer, buffersize)) in BZ2File_readlines() 737 buffer = PyString_AS_STRING(big_buffer); in BZ2File_readlines() 792 if (big_buffer) { in BZ2File_readlines() 793 Py_DECREF(big_buffer); in BZ2File_readlines()
|
/external/libchrome/ipc/ |
D | ipc.mojom | 7 import "mojo/public/mojom/base/big_buffer.mojom";
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 1689 PyObject *big_buffer = NULL; in file_readlines() local 1748 if (big_buffer == NULL) { in file_readlines() 1750 big_buffer = PyString_FromStringAndSize( in file_readlines() 1752 if (big_buffer == NULL) in file_readlines() 1754 buffer = PyString_AS_STRING(big_buffer); in file_readlines() 1759 if ( _PyString_Resize(&big_buffer, buffersize) < 0 ) in file_readlines() 1761 buffer = PyString_AS_STRING(big_buffer); in file_readlines() 1811 Py_XDECREF(big_buffer); in file_readlines()
|
/external/webrtc/third_party/abseil-cpp/absl/hash/ |
D | hash_test.cc | 492 std::string big_buffer; in TEST() local 495 big_buffer.push_back(32 + (i * (i / 3)) % 64); in TEST() 497 auto big_buffer_hash = hash(PiecewiseHashTester(big_buffer)); in TEST() 512 hash(PiecewiseHashTester(big_buffer, std::move(break_locations))), in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash_test.cc | 513 std::string big_buffer; in TEST() local 516 big_buffer.push_back(32 + (i * (i / 3)) % 64); in TEST() 518 auto big_buffer_hash = hash(PiecewiseHashTester(big_buffer)); in TEST() 533 hash(PiecewiseHashTester(big_buffer, std::move(break_locations))), in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/hash/ |
D | hash_test.cc | 513 std::string big_buffer; in TEST() local 516 big_buffer.push_back(32 + (i * (i / 3)) % 64); in TEST() 518 auto big_buffer_hash = hash(PiecewiseHashTester(big_buffer)); in TEST() 533 hash(PiecewiseHashTester(big_buffer, std::move(break_locations))), in TEST()
|
/external/abseil-cpp/absl/hash/ |
D | hash_test.cc | 492 std::string big_buffer; in TEST() local 495 big_buffer.push_back(32 + (i * (i / 3)) % 64); in TEST() 497 auto big_buffer_hash = hash(PiecewiseHashTester(big_buffer)); in TEST() 512 hash(PiecewiseHashTester(big_buffer, std::move(break_locations))), in TEST()
|