Home
last modified time | relevance | path

Searched defs:initialWindowSize (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/sequential/
Dtest-http2-large-file.js12 const server = http2.createServer({ settings: { initialWindowSize: 6553500 } }); property
24 { settings: { initialWindowSize: 6553500 } }); property
/third_party/node/test/parallel/
Dtest-http2-window-size.js17 function run(buffers, initialWindowSize) { argument
54 initialWindowSize field
Dtest-http2-misbehaving-flow-control.js67 const server = h2.createServer({ settings: { initialWindowSize: 18 } }); property
Dtest-http2-misbehaving-flow-control-paused.js57 const server = h2.createServer({ settings: { initialWindowSize: 36 } }); property
Dtest-http2-update-settings.js17 'initialWindowSize': 1, property
Dtest-http2-session-settings.js54 initialWindowSize: 123456 property
Dtest-http2-getpackedsettings.js100 initialWindowSize: 100, property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktNativeObjectsUtil.cpp78 const tcu::Maybe<tcu::UVec2>& initialWindowSize) in NativeObjects()