/third_party/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 293 #define MAX_BUFFER_SIZE 1000 macro 301 UChar b1Stack[MAX_BUFFER_SIZE]; in unescapeData() 302 int32_t b1Capacity = MAX_BUFFER_SIZE, in unescapeData() 446 char src[MAX_BUFFER_SIZE]; in Test_nfs4_mixed_prep() 454 …escapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() 475 char dest[MAX_BUFFER_SIZE]; in Test_nfs4_mixed_prep() 476 char src[MAX_BUFFER_SIZE] = {0}; in Test_nfs4_mixed_prep() 480 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() 482 nfs4_mixed_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, &parseError, &status); in Test_nfs4_mixed_prep() 505 char src[MAX_BUFFER_SIZE]={'\0'}; in Test_nfs4_cs_prep() [all …]
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_rawpacket.py | 19 MAX_BUFFER_SIZE = 256 variable 85 received_data = self.protocol.receive_data(MAX_BUFFER_SIZE)
|
D | jerry_client_websocket.py | 19 MAX_BUFFER_SIZE = 128 variable 128 data = self.protocol.receive_data(MAX_BUFFER_SIZE)
|
/third_party/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 181 #define MAX_BUFFER_SIZE 300 macro 200 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE); in process()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 267 private static final int MAX_BUFFER_SIZE = 100; field in PunycodeReference 273 outLen[0] = MAX_BUFFER_SIZE; in decode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 270 private static final int MAX_BUFFER_SIZE = 100; field in PunycodeReference 276 outLen[0] = MAX_BUFFER_SIZE; in decode()
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.h | 41 #error Please define the MAX_BUFFER_SIZE between 64 and 256 bytes.
|
/third_party/nghttp2/src/ |
D | shrpx_live_check.cc | 34 constexpr size_t MAX_BUFFER_SIZE = 4_k; variable 641 if (wb_.rleft() >= MAX_BUFFER_SIZE) { in on_write()
|
D | shrpx_http2_upstream.cc | 55 constexpr size_t MAX_BUFFER_SIZE = 32_k; variable 1028 max_buffer_size_(MAX_BUFFER_SIZE), in Http2Upstream() 1195 max_buffer_size_ = std::min(MAX_BUFFER_SIZE, hint.write_buffer_size); in on_write()
|
D | shrpx_http2_session.cc | 62 constexpr size_t MAX_BUFFER_SIZE = 32_k; variable 1799 if (wb_.rleft() >= MAX_BUFFER_SIZE) { in downstream_write()
|
/third_party/pulseaudio/src/modules/ |
D | module-solaris.c | 146 #define MAX_BUFFER_SIZE (128 * 1024) macro 956 if (u->buffer_size > MAX_BUFFER_SIZE) { in pa__init() 958 (unsigned)(pa_bytes_to_usec(MAX_BUFFER_SIZE, &ss) / 1000)); in pa__init()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 105 #define MAX_BUFFER_SIZE 4096 macro 1185 aiff->max_buf_size = MAX (aiff->max_buf_size, MAX_BUFFER_SIZE); in gst_aiff_parse_stream_headers()
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 498 #define MAX_BUFFER_SIZE 10000 519 length = MAX_BUFFER_SIZE;
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 1072 #define MAX_BUFFER_SIZE 4096 macro 1725 wav->max_buf_size = MAX (wav->max_buf_size, MAX_BUFFER_SIZE); in gst_wavparse_stream_headers()
|