Searched refs:wss (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 78 // 5. Otherwise, if urlRecord’s scheme is "https", set urlRecord’s scheme to "wss". 79 urlRecord.protocol = 'wss:' 82 // 6. If urlRecord’s scheme is not "ws" or "wss", then throw a "SyntaxError" DOMException. 83 if (urlRecord.protocol !== 'ws:' && urlRecord.protocol !== 'wss:') { 85 `Expected a ws: or wss: protocol, got ${urlRecord.protocol}`,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 453 pa_sample_spec wss = r->o_ss; in pa_resampler_new() local 454 wss.format = r->work_format; in pa_resampler_new() 456 r->lfe_filter = pa_lfe_filter_new(&wss, &r->o_cm, (float)crossover_freq, b->rate * 3); in pa_resampler_new()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 1013 dxil_wrap_sampler_state &wss = ctx->tex_wrap_states[shader_type][start_slot + i]; in d3d12_set_sampler_views() local 1017 wss.is_int_sampler = 1; in d3d12_set_sampler_views() 1018 wss.last_level = views[i]->texture->last_level; in d3d12_set_sampler_views() 1024 wss.skip_boundary_conditions = views[i]->target == PIPE_TEXTURE_CUBE || in d3d12_set_sampler_views() 1027 wss.is_int_sampler = 0; in d3d12_set_sampler_views()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 1432 if (originAsURL.protocol === "https:" || originAsURL.protocol === "wss:") { 12271 urlRecord.protocol = "wss:"; 12273 if (urlRecord.protocol !== "ws:" && urlRecord.protocol !== "wss:") { 12275 `Expected a ws: or wss: protocol, got ${urlRecord.protocol}`,
|
Completed in 18 milliseconds