Home
last modified time | relevance | path

Searched refs:delivered (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
127 if delivered {
Djsonrpc2.go378 delivered := false
380 if h.Deliver(reqCtx, req, delivered) {
381 delivered = true
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
127 if delivered {
Djsonrpc2.go378 delivered := false
380 if h.Deliver(reqCtx, req, delivered) {
381 delivered = true
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
127 if delivered {
Djsonrpc2.go378 delivered := false
380 if h.Deliver(reqCtx, req, delivered) {
381 delivered = true
/third_party/grpc/doc/
Dstatus_ordering.md5 1. Reads and Writes Must not succeed after Status has been delivered.
6 2. OK Status is only delivered after all buffered messages are read.
11 the library Should discard messages received in the library but not delivered
/third_party/libuv/docs/src/
Dsignal.rst14 * SIGINT is normally delivered when the user presses CTRL+C. However, like
17 * SIGBREAK is delivered when the user pressed CTRL + BREAK.
26 such cases SIGWINCH signals may not always be delivered in a timely manner.
/third_party/grpc/src/objective-c/tests/UnitTests/
DAPIv2Tests.m555 [self expectationWithDescription:@"Message not delivered without recvNextMessage"];
602 [self expectationWithDescription:@"Message delivered with receiveNextMessage"];
603 expectPassedClose = [self expectationWithDescription:@"Close delivered after receiveNextMessage"];
613 [self expectationWithDescription:@"two messages delivered with receiveNextMessage"];
616 [self expectationWithDescription:@"Message 3 not delivered"];
663 [self expectationWithDescription:@"Message delivered with receiveNextMessage"];
665 [self expectationWithDescription:@"Close delivered with receiveNextMessage"];
702 [self expectationWithDescription:@"Message delivered with receiveNextMessage"];
704 [self expectationWithDescription:@"Close delivered with receiveNextMessage"];
/third_party/libwebsockets/lib/system/smd/
DREADME.md20 in a linked-list, and delivered to all other registered participants for that
26 Messages are delivered to all particpants on the same lws_context by default.
48 filter are never delivered to the peer. A message usually indicates it is a
68 Sent messages are delivered to all registered participants whose class mask
71 Locally-delivered message delivery callbacks occur from lws event loop thread
80 participants are on the lws event loop, messages are delivered in-order. When
83 Socket capability of Secure Streams, and may be delivered out-of-order;
/third_party/libwebsockets/READMEs/
DREADME.json-lejp.md30 according to int or float, but delivered as text strings in the first
62 first. No payload is delivered with the START callback.
67 delivered in a single `LECPCB_VAL_STR_END` callback.
/third_party/libinput/doc/user/
Dbutton-debouncing.rst29 The "bounce" method guarantees that all press events are delivered
30 immediately and most release events are delivered immediately. The
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md87 delivered: false,
119 delivered: false,
154 delivered: false,
202 delivered: false,
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool {
39 if delivered {
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool {
39 if delivered {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool {
39 if delivered {
/third_party/libwebsockets/lib/roles/http/compression/
DREADME.md15 delivered to be processed but couldn't be accepted.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnotification_listener.dart23 /// send. The notification will be delivered to any [NotificationListener]
54 /// The notification will be delivered to any [NotificationListener] widgets
147 /// send. The notification will be delivered to any [NotificationListener]
/third_party/mesa3d/docs/isl/
Dhiz.rst15 for each LOD used, and the corresponding buffer’s state delivered to
16 hardware each time a new depth buffer state with modified LOD is delivered.
/third_party/boost/libs/beast/doc/qbk/06_websocket/
D06_timeouts.qbk89 Timeout notifications are delivered to the caller by invoking the completion
94 down. A read operation must be outstanding for the error to be delivered.
/third_party/flutter/flutter/dev/automated_tests/test_smoke_test/
Dcrash1_test.dart19 print('system.Process.killPid reports that the SIGSEGV signal was not delivered!');
/third_party/alsa-utils/seq/aseqnet/
DREADME.aseqnet33 Events to hostA:128:0 will be delivered indirectly to hostB:65:0.
/third_party/iptables/extensions/
Dlibxt_socket.man20 Example (assuming packets with mark 1 are delivered locally):
/third_party/boost/libs/beast/doc/qbk/05_http_examples/
D_http_examples.qbk80 entire header that would be delivered if the method was GET, except
97 the response should contain the entire header that would be delivered
/third_party/openssl/doc/man3/
DSSL_SESSION_get_time.pod28 compatible to the time delivered by the time() call.

123456