Home
last modified time | relevance | path

Searched refs:Receive (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/src/inspector/
Dworker_agent.cc21 void Receive(const std::string& id, const std::string& message);
95 workers_->Receive(sessionId, message); in sendMessageToWorker()
144 void NodeWorkers::Receive(const std::string& id, const std::string& message) { in Receive() function in node::inspector::protocol::NodeWorkers
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 ctx = h.Response(ctx, c, Receive, response)
360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 ctx = h.Response(ctx, c, Receive, response)
360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 ctx = h.Response(ctx, c, Receive, response)
360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
/third_party/node/test/fixtures/wpt/common/security-features/scope/template/
Dworker.js.template14 // Receive a message from the parent and start the test.
/third_party/python/Doc/library/
Dxml.sax.handler.rst195 Receive notification of the beginning of a document.
203 Receive notification of the end of a document.
296 Receive notification of character data.
318 Receive notification of ignorable whitespace in element content.
333 Receive notification of a processing instruction.
345 Receive notification of a skipped entity.
Dasyncio-llapi-index.rst187 - Receive data from the :class:`~socket.socket`.
190 - Receive data from the :class:`~socket.socket` into a buffer.
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/node/src/quic/
Dtlscontext.h119 int Receive(ngtcp2_crypto_level crypto_level,
Dtlscontext.cc408 int TLSContext::Receive(ngtcp2_crypto_level crypto_level, in Receive() function in node::quic::TLSContext
/third_party/openssl/ssl/statem/
DREADME.md15 - Receive a message first and then work out whether that is a valid
/third_party/node/deps/openssl/openssl/ssl/statem/
DREADME.md15 - Receive a message first and then work out whether that is a valid
/third_party/ltp/testcases/network/stress/ns-tools/
D00_Descriptions.txt57 Receive UDP datagram from a client, then send it to the client
/third_party/protobuf/docs/
Dfield_presence.md174 m_b.ParseFromString(Receive()); // from client A
179 m_a.ParseFromString(Receive()); // from client B
187 m_b.ParseFromString(Receive()); // from client A
192 m_a.ParseFromString(Receive()); // from client B
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md32 // Receive a broadcast Intent when a headset is plugged in or unplugged.
/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md180 Receive message from the client.
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md107 Receive|s: payload|Received data from the ws link
/third_party/node/src/crypto/
Dcrypto_tls.h211 static void Receive(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/ffmpeg/libavdevice/
Ddshow_pin.c207 SETVTBL(imemvtbl, meminputpin, Receive); in ff_dshow_pin_Setup()
/third_party/lwip/
D0062-drop-netbuf-in-recv_udp-to-fix-mem-overflow.patch48 * Receive data (in form of a netbuf) from a UDP or RAW netconn

12