Home
last modified time | relevance | path

Searched refs:canceller (Results 1 – 11 of 11) sorted by relevance

/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } struct
35 canceller anonMember
40 canceller anonMember
44 func (canceller) Request(ctx context.Context, conn *jsonrpc2.Conn, direction jsonrpc2.Direction, r … argument
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) b… argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } struct
35 canceller anonMember
40 canceller anonMember
44 func (canceller) Request(ctx context.Context, conn *jsonrpc2.Conn, direction jsonrpc2.Direction, r … argument
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) b… argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } struct
35 canceller anonMember
40 canceller anonMember
44 func (canceller) Request(ctx context.Context, conn *jsonrpc2.Conn, direction jsonrpc2.Direction, r … argument
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) b… argument
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dcancel.js49 Promise.prototype._cancelBy = function(canceller) { argument
50 if (canceller === this) {
/third_party/pulseaudio/
Dmeson_options.txt149 description : 'Optional Adrian\'s echo canceller')
152 description : 'Optional WebRTC-based echo canceller')
Dmeson.build838 'Enable Adrian echo canceller: @0@'.format(get_option('adrian-aec')),
841 'Enable WebRTC echo canceller: @0@'.format(webrtc_dep.found()),
864 error('At least one echo canceller implementation must be available!')
DNEWS308 * New "dereverb" option for the Speex echo canceller
519 * Beamforming and various other new features in the WebRTC echo canceller
810 * Echo canceller infrastructure fixes
Dconfigure.ac83 # Only required if you want the WebRTC canceller -- no runtime dep on
1426 AS_HELP_STRING([--enable-webrtc-aec], [Enable the optional WebRTC-based echo canceller]))
1441 AS_HELP_STRING([--enable-adrian-aec], [Enable Adrian's optional echo canceller]))
1714 Enable Adrian echo canceller: ${ENABLE_ADRIAN_EC}
1717 Enable WebRTC echo canceller: ${ENABLE_WEBRTC}
1739 AC_MSG_ERROR([At least one echo canceller implementation must be available.])
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js328 Promise.prototype._cancelBy = function(canceller) {
329 if (canceller === this) {
Dbluebird.js475 Promise.prototype._cancelBy = function(canceller) {
476 if (canceller === this) {
/third_party/chromium/patch/
D0004-3.2-Beta5.patch30017 var canceller = waitForMessage(serverSocketId, function (cancelled) {
30029 canceller();