Home
last modified time | relevance | path

Searched refs:MAX_BUFFER_SIZE (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dspreptst.c293 #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/
Djerry_client_rawpacket.py19 MAX_BUFFER_SIZE = 256 variable
85 received_data = self.protocol.receive_data(MAX_BUFFER_SIZE)
Djerry_client_websocket.py19 MAX_BUFFER_SIZE = 128 variable
128 data = self.protocol.receive_data(MAX_BUFFER_SIZE)
/third_party/icu/icu4c/source/test/intltest/
Dnptrans.cpp181 #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/
DPunycodeReference.java267 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/
DPunycodeReference.java270 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/
Ddebugger.h41 #error Please define the MAX_BUFFER_SIZE between 64 and 256 bytes.
/third_party/nghttp2/src/
Dshrpx_live_check.cc34 constexpr size_t MAX_BUFFER_SIZE = 4_k; variable
641 if (wb_.rleft() >= MAX_BUFFER_SIZE) { in on_write()
Dshrpx_http2_upstream.cc55 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()
Dshrpx_http2_session.cc62 constexpr size_t MAX_BUFFER_SIZE = 32_k; variable
1799 if (wb_.rleft() >= MAX_BUFFER_SIZE) { in downstream_write()
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c146 #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/
Daiffparse.c105 #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/
Dapi.md498 #define MAX_BUFFER_SIZE 10000
519 length = MAX_BUFFER_SIZE;
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1072 #define MAX_BUFFER_SIZE 4096 macro
1725 wav->max_buf_size = MAX (wav->max_buf_size, MAX_BUFFER_SIZE); in gst_wavparse_stream_headers()