/external/chromium_org/net/spdy/ |
spdy_read_queue_unittest.cc | 23 // Enqueues |data| onto |queue| in chunks of at most |max_buffer_size| 26 size_t max_buffer_size, 29 ASSERT_GT(max_buffer_size, 0u); 32 size_t buffer_size = std::min(data.size() - i, max_buffer_size); 42 // |max_buffer_size| bytes and returns the data as a string. 43 std::string DrainToString(size_t max_buffer_size, SpdyReadQueue* queue) { 48 size_t buffer_size_with_padding = padding + max_buffer_size + padding; 56 size_t dequeued_bytes = queue->Dequeue(buffer_data, max_buffer_size); 64 EXPECT_EQ('\0', buffer_data[max_buffer_size + i]) << i; 68 EXPECT_EQ(dequeued_bytes, std::min(max_buffer_size, dequeued_bytes)) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spreptst.c | 292 #define MAX_BUFFER_SIZE 1000 299 UChar b1Stack[MAX_BUFFER_SIZE]; 300 int32_t b1Capacity = MAX_BUFFER_SIZE, 444 char src[MAX_BUFFER_SIZE]; 452 srcLen = unescapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZE, &status); 473 char dest[MAX_BUFFER_SIZE]; 474 char src[MAX_BUFFER_SIZE] = {0}; 478 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); 480 nfs4_mixed_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, &parseError, &status); 503 char src[MAX_BUFFER_SIZE]={'\0'} [all...] |
/external/icu4c/test/cintltst/ |
spreptst.c | 292 #define MAX_BUFFER_SIZE 1000 299 UChar b1Stack[MAX_BUFFER_SIZE]; 300 int32_t b1Capacity = MAX_BUFFER_SIZE, 444 char src[MAX_BUFFER_SIZE]; 452 srcLen = unescapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZE, &status); 473 char dest[MAX_BUFFER_SIZE]; 474 char src[MAX_BUFFER_SIZE] = {0}; 478 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); 480 nfs4_mixed_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, &parseError, &status); 503 char src[MAX_BUFFER_SIZE]={'\0'} [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
transfer_buffer.cc | 41 unsigned int max_buffer_size, 47 max_buffer_size_ = max_buffer_size;
|
transfer_buffer.h | 63 unsigned int max_buffer_size, 98 unsigned int max_buffer_size,
|
gles2_implementation_unittest.cc | 121 unsigned int /* max_buffer_size */, 231 unsigned int /* max_buffer_size */, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
nptrans.cpp | 182 #define MAX_BUFFER_SIZE 300 201 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE);
|
/external/icu4c/test/intltest/ |
nptrans.cpp | 182 #define MAX_BUFFER_SIZE 300 201 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_buffer_fenced.c | 72 pb_size max_buffer_size; member in struct:fenced_manager 924 if(size > fenced_mgr->max_buffer_size) { 1039 pb_size max_buffer_size, 1057 fenced_mgr->max_buffer_size = max_buffer_size;
|
pb_bufmgr.h | 181 pb_size max_buffer_size,
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_buffer_fenced.c | 72 pb_size max_buffer_size; member in struct:fenced_manager 924 if(size > fenced_mgr->max_buffer_size) { 1039 pb_size max_buffer_size, 1057 fenced_mgr->max_buffer_size = max_buffer_size;
|
pb_bufmgr.h | 181 pb_size max_buffer_size,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_texture.c | 469 unsigned max_buffer_size,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_texture.c | 469 unsigned max_buffer_size,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4enc_api.cpp | 2173 Int total_bitrate, max_buffer_size; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |