/third_party/ltp/runtest/ |
D | quickhit | 241 # 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/ |
D | worker_agent.cc | 21 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/ |
D | handler.go | 79 Receive = Direction(false) const 86 case Receive:
|
D | jsonrpc2.go | 188 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/ |
D | handler.go | 79 Receive = Direction(false) const 86 case Receive:
|
D | jsonrpc2.go | 188 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/ |
D | 05_parser_streams.qbk | 16 * 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/ |
D | k3-system-controller.txt | 13 "rx" for Receive channel
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 189 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.
|
D | asyncio-llapi-index.rst | 187 - 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/ |
D | mpi_process_group.ipp | 502 // 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/ |
D | dplay.h | 452 …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/ |
D | README | 14 - Receive a message first and then work out whether that is a valid
|
/third_party/node/src/ |
D | tls_wrap.h | 159 static void Receive(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | 00_Descriptions.txt | 57 Receive UDP datagram from a client, then send it to the client
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | disconnect.md | 32 // Receive a broadcast Intent when a headset is plugged in or unplugged.
|
/third_party/protobuf/docs/ |
D | field_presence.md | 174 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/ |
D | 13.DEBUGGER-TRANSPORT.md | 180 Receive message from the client.
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
D | README.md | 107 Receive|s: payload|Received data from the ws link
|
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | atm.h | 391 ATM_FLOW_PARAMETERS Receive; member
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_pin.c | 223 SETVTBL(imemvtbl, libAVMemInputPin, Receive); in libAVPin_Setup()
|
/third_party/boost/libs/mpi/doc/ |
D | skeleton_and_content.qbk | 67 // Receive the content and build up our own list
|
D | communicator.qbk | 62 // Receive the packet of data
|