Home
last modified time | relevance | path

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

123

/third_party/ltp/runtest/
Dquickhit241 # 4. Receive EEXIST error when creating an already existing symbolic link file.
242 # 5. Receive ENAMETOOLONG error when creating symbolic link which exceeds PATH_MAX in length
250 # 3. Receive ENAMETOOLONG error when reading symbolic link which exceeds PATH_MAX in length
251 # 4. Receive an EINVAL error when reading a file which is not a symbolic
257 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
258 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
269 # 1. Receive EEXIST error when creating a directory through a symbolic link file
273 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
278 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
279 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
[all …]
/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/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/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/boost/libs/beast/doc/qbk/04_http/
D05_parser_streams.qbk16 * Receive the header first and body later.
18 * Receive a large body using a fixed-size buffer.
20 * Receive a message incrementally: bounded work in each I/O cycle.
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/remoteproc/
Dk3-system-controller.txt13 "rx" for Receive channel
/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/python/Doc/library/
Dxml.sax.handler.rst189 Receive notification of the beginning of a document.
197 Receive notification of the end of a document.
290 Receive notification of character data.
312 Receive notification of ignorable whitespace in element content.
327 Receive notification of a processing instruction.
339 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/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp502 // Receive the size of the data packet
514 // Receive the data packed itself
550 // Receive the message directly off the wire
556 // Receive the message out of the local buffer
578 // Receive the message directly off the wire
604 // Receive the message directly off the wire
610 // Receive the message out of the local buffer
982 // Receive the message data
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Ddplay.h452 …STDMETHOD(Receive)(THIS_ LPDPID lpidFrom, LPDPID lpidTo, DWORD dwFlags, LPVOID lpData, LPDWORD lpd… in DECLARE_INTERFACE_() local
483 #define IDirectPlay_Receive(p,a,b,c,d,e) (p)->lpVtbl->Receive(p,a,b,c,d,e)
511 #define IDirectPlay_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e)
551 …STDMETHOD(Receive)(THIS_ LPDPID lpidFrom, LPDPID lpidTo, DWORD dwFlags, LPVOID lpData, LPDWORD lpd… in DECLARE_INTERFACE_() local
589 #define IDirectPlay2_Receive(p,a,b,c,d,e) (p)->lpVtbl->Receive(p,a,b,c,d,e)
624 #define IDirectPlay2_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e)
667 …STDMETHOD(Receive)(THIS_ LPDPID lpidFrom, LPDPID lpidTo, DWORD dwFlags, LPVOID lpData, LPDWORD lpd… in DECLARE_INTERFACE_() local
721 #define IDirectPlay3_Receive(p,a,b,c,d,e) (p)->lpVtbl->Receive(p,a,b,c,d,e)
772 #define IDirectPlay3_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e)
830 …STDMETHOD(Receive)(THIS_ LPDPID lpidFrom, LPDPID lpidTo, DWORD dwFlags, LPVOID lpData, LPDWORD lpd… in DECLARE_INTERFACE_() local
[all …]
/third_party/openssl/ssl/statem/
DREADME14 - Receive a message first and then work out whether that is a valid
/third_party/node/src/
Dtls_wrap.h159 static void Receive(const v8::FunctionCallbackInfo<v8::Value>& args);
/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/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md32 // Receive a broadcast Intent when a headset is plugged in or unplugged.
/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/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/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Datm.h391 ATM_FLOW_PARAMETERS Receive; member
/third_party/ffmpeg/libavdevice/
Ddshow_pin.c223 SETVTBL(imemvtbl, libAVMemInputPin, Receive); in libAVPin_Setup()
/third_party/boost/libs/mpi/doc/
Dskeleton_and_content.qbk67 // Receive the content and build up our own list
Dcommunicator.qbk62 // Receive the packet of data

123