Searched refs:cork (Results 1 – 25 of 111) sorted by relevance
12345
/third_party/node/test/parallel/ |
D | test-http2-res-corked.js | 15 res.cork(); 19 res.cork(); 23 res.cork(); 27 res.cork();
|
D | test-stream-writableState-uncorked-bufferedRequestCount.js | 19 writable.cork(); 24 writable.cork(); 50 writable.cork();
|
D | test-stream-writable-properties.js | 12 w.cork(); 14 w.cork();
|
D | test-http-response-cork.js | 14 res.cork(); 16 res.cork();
|
D | test-stream-writev.js | 95 w.cork(); 100 w.cork();
|
D | test-stream-writable-write-writev-finish.js | 59 writable.cork(); 84 writable.cork();
|
D | test-stream-writable-clear-buffer.js | 24 testStream.cork();
|
D | test-console-log-stdio-broken-dest.js | 20 stream.cork();
|
D | test-net-socket-byteswritten.js | 16 socket.cork();
|
D | test-net-sync-cork.js | 19 conn.cork();
|
D | test-stream-writable-constructor-set-methods.js | 37 w2.cork();
|
D | test-pipe-writev.js | 21 connection.cork();
|
D | test-stream-writable-destroy.js | 290 write.cork(); 294 write.cork(); 372 write.cork();
|
D | test-stream3-cork-uncork.js | 58 w.cork();
|
D | test-stream3-cork-end.js | 60 w.cork();
|
D | test-net-bytes-written-large.js | 50 socket.cork();
|
/third_party/pulseaudio/src/daemon/ |
D | start-pulseaudio-x11.in | 24 @PACTL_BINARY@ unload-module module-x11-cork-request > /dev/null 42 …@PACTL_BINARY@ load-module module-x11-cork-request "display=$DISPLAY xauthority=$XAUTHORITY" > /de…
|
D | default.pa.in | 158 load-module module-role-cork
|
/third_party/node/lib/ |
D | _http_outgoing.js | 302 OutgoingMessage.prototype.cork = function() { method in OutgoingMessage 304 this.socket.cork(); 930 msg.socket.cork(); 1023 this.socket.cork(); 1038 this.socket.cork(); 1131 socket.cork(); 1139 socket.cork();
|
/third_party/node/benchmark/net/ |
D | net-c2s-cork.js | 57 socket.cork();
|
/third_party/pulseaudio/src/modules/ |
D | meson.build | 46 [ 'module-role-cork', ['module-role-cork.c', 'stream-interaction.c'], 'stream-interaction.h' ], 226 [ 'module-x11-cork-request', 'x11/module-x11-cork-request.c', [], [], [x11_dep, xtst_dep] ],
|
D | module-tunnel-sink-new.c | 140 static void cork_stream(struct userdata *u, bool cork) { in cork_stream() argument 146 if (cork) { in cork_stream() 155 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
|
/third_party/ffmpeg/tests/fate/ |
D | qtrle.mak | 14 fate-qtrle-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24 -vf scale
|
/third_party/node/lib/internal/ |
D | js_stream_socket.js | 172 this.stream.cork();
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 717 cork() { method in Http2ServerResponse 718 this[kStream].cork();
|
12345