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/ |
D | handler.go | 31 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 {
|
D | jsonrpc2.go | 378 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/ |
D | handler.go | 31 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 {
|
D | jsonrpc2.go | 378 delivered := false 380 if h.Deliver(reqCtx, req, delivered) { 381 delivered = true
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 31 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 {
|
D | jsonrpc2.go | 378 delivered := false 380 if h.Deliver(reqCtx, req, delivered) { 381 delivered = true
|
/third_party/grpc/doc/ |
D | status_ordering.md | 5 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/ |
D | signal.rst | 14 * 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/ |
D | APIv2Tests.m | 555 [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/ |
D | README.md | 20 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/ |
D | README.json-lejp.md | 30 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/ |
D | button-debouncing.rst | 29 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/ |
D | README.md | 87 delivered: false, 119 delivered: false, 154 delivered: false, 202 delivered: false,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsclient.go | 38 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/ |
D | tsclient.go | 38 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/ |
D | tsclient.go | 38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 39 if delivered {
|
/third_party/libwebsockets/lib/roles/http/compression/ |
D | README.md | 15 delivered to be processed but couldn't be accepted.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | notification_listener.dart | 23 /// 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/ |
D | hiz.rst | 15 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/ |
D | 06_timeouts.qbk | 89 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/ |
D | crash1_test.dart | 19 print('system.Process.killPid reports that the SIGSEGV signal was not delivered!');
|
/third_party/alsa-utils/seq/aseqnet/ |
D | README.aseqnet | 33 Events to hostA:128:0 will be delivered indirectly to hostB:65:0.
|
/third_party/iptables/extensions/ |
D | libxt_socket.man | 20 Example (assuming packets with mark 1 are delivered locally):
|
/third_party/boost/libs/beast/doc/qbk/05_http_examples/ |
D | _http_examples.qbk | 80 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/ |
D | SSL_SESSION_get_time.pod | 28 compatible to the time delivered by the time() call.
|
123456