| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/boost/ |
| D | adasum.py | 44 def _send_before_receive(send_part, send, recv): argument 49 def _receive_before_send(send_part, send, recv): argument 85 …ard_process(left_send, allreduce, parameter_divisibility, allreduce_node_num, send, recv, delta_w): argument 119 def _adasum_opt_rollback_process(left_send, parameter_divisibility, delta_w, send, recv): argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | resource_sharer.py | 31 def send(conn, pid): function 49 def send(conn, pid): function 72 def register(self, send, close): argument
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsTypedefFunction.ts | 19 const send = handlers => new Promise((resolve, reject) => { constant
|
| /third_party/musl/src/network/ |
| D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsTypedefFunction.js | 14 const send = handlers => new Promise((resolve, reject) => { function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/ |
| D | adasum.py | 64 def _send_before_receive(send_part, send, recv): argument 69 def _receive_before_send(send_part, send, recv): argument 112 …ard_process(left_send, allreduce, parameter_divisibility, allreduce_node_num, send, recv, delta_w): argument 142 def _adasum_opt_rollback_process(left_send, parameter_divisibility, delta_w, send, recv): argument
|
| /third_party/jsframework/runtime/main/manage/event/ |
| D | TaskCenter.ts | 165 public send(type: string, options: OptionsType, args: any): any { method in TaskCenter
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Socket.cpp | 91 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Socket.cpp | 92 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
|
| /third_party/jerryscript/jerry-core/include/ |
| D | jerryscript-debugger-transport.h | 79 jerry_debugger_transport_send_t send; /**< send data callback */ member
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | socket.h | 86 ssize_t send(int socket, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in send() function
|
| /third_party/musl/include/fortify/linux/ |
| D | socket.h | 86 ssize_t send(int socket, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in send() function
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_vec4_generator.cpp | 767 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_tcs_urb_write() local 954 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_vec4_urb_read() local 991 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_tcs_release_input() local 1169 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_scratch_read() local 1245 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_scratch_write() local 1307 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); in generate_pull_constant_load() local
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | mesa-overlay-control.py | 65 def send(self, msg): member in Connection
|
| /third_party/python/Lib/ |
| D | asyncore.py | 361 def send(self, data): member in dispatcher 528 def send(self, data): member in dispatcher_with_send 607 def send(self, *args): member in file_wrapper
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
| D | 2-2.c | 179 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
|
| D | 2-1.c | 163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
|
| /third_party/python/Modules/ |
| D | _xxsubinterpretersmodule.c | 550 _channelend *send; member 589 int send) in _channelends_add() 617 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate() 649 _channelends_close_end(_channelends *ends, _channelend *end, int send) in _channelends_close_end() 1367 _channel_drop(_channels *channels, int64_t id, int send, int recv) in _channel_drop() 1396 int send) in _channel_is_associated() 1485 int send = -1; in channelid_new() local 2343 int send = 0; /* Send or receive end? */ in channel_list_interpreters() local 2462 int send = 0; in channel_close() local 2510 int send = 0; in channel_release() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
| D | ssl_methods.h | 30 read, send, pending, \ argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| D | Mf2Parser.java | 124 public abstract void send(EventHandler e); in send() method in Mf2Parser.Symbol 135 public void send(EventHandler e) in send() method in Mf2Parser.Terminal 152 public void send(EventHandler e) in send() method in Mf2Parser.Nonterminal
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| D | mq_timed.h | 33 int send; member
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
| D | 2-1.c | 217 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deSocket.hpp | 98 …deSocketResult send (const void* buf, size_t bufSize, size_t* numSent) { return deSocket_send(… in send() function in de::Socket
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
| D | ss-server.c | 88 const char *send = html; in myss_srv_tx() local
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | session.ts | 478 send(msg: protocol.Message) { method in TestSession 527 send(msg: protocol.Message) { method in TestSession 597 send(msg: protocol.Message) { method in InProcSession
|