Searched refs:currentSize (Results 1 - 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-http-max-http-headers.js | 32 function fillHeaders(headers, currentSize, valid = false) { 36 headers += 'a'.repeat(MAX - currentSize); 87 const currentSize = 2 + 14 + 1 + 7; 88 headers = fillHeaders(headers, currentSize); 120 const currentSize = 1 + 4 + 9 + 5 + 4 + 7; 121 headers = fillHeaders(headers, currentSize); 151 const currentSize = 1 + 4 + 9 + 5 + 4 + 7; 152 headers = fillHeaders(headers, currentSize, true);
|
/third_party/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 61 size_t currentSize = total_size(pool); in add_block() local 66 return total_size(pool) - currentSize; in add_block() 167 size_t currentSize = total_size(pool); in DEF_TEST() local 171 REPORTER_ASSERT(r, total_size(pool) > currentSize); in DEF_TEST() 174 REPORTER_ASSERT(r, total_size(pool) - currentSize < 4096); in DEF_TEST() 175 currentSize = total_size(pool); in DEF_TEST() 178 REPORTER_ASSERT(r, total_size(pool) >= currentSize + 4096); in DEF_TEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 408 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local 410 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand() 412 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand() 420 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local 422 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand() 424 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 361 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local 363 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand() 365 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand() 373 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local 375 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand() 377 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 793 vk::VkDeviceSize currentSize = memorySize / 2; 803 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) 805 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, currentSize, usage, sharingMode, queueFamilies)); 810 lastSuccess = currentSize; 811 currentSize += stepSize; 814 currentSize -= stepSize; 879 IVec2 currentSize; 886 currentSize[0] = deMaxu32(width, height); 887 currentSize[1] = deMinu32(width, height); 890 for (deInt32 stepSize = currentSize[ [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 793 vk::VkDeviceSize currentSize = memorySize / 2; 803 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) 805 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, currentSize, usage, sharingMode, queueFamilies)); 810 lastSuccess = currentSize; 811 currentSize += stepSize; 814 currentSize -= stepSize; 879 IVec2 currentSize; 886 currentSize[0] = deMaxu32(width, height); 887 currentSize[1] = deMinu32(width, height); 890 for (deInt32 stepSize = currentSize[ [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 58173 i64 currentSize, newSize; global() local [all...] |
Completed in 134 milliseconds