Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/boost/
Dadasum.py44 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/
Dresource_sharer.py31 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/
DjsDeclarationsTypedefFunction.ts19 const send = handlers => new Promise((resolve, reject) => { constant
/third_party/musl/src/network/
Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsTypedefFunction.js14 const send = handlers => new Promise((resolve, reject) => { function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/
Dadasum.py64 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/
DTaskCenter.ts165 public send(type: string, options: OptionsType, args: any): any { method in TaskCenter
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp91 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp92 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
/third_party/jerryscript/jerry-core/include/
Djerryscript-debugger-transport.h79 jerry_debugger_transport_send_t send; /**< send data callback */ member
/third_party/musl/porting/linux/user/include/fortify/
Dsocket.h86 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/
Dsocket.h86 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/
Dbrw_vec4_generator.cpp767 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/
Dmesa-overlay-control.py65 def send(self, msg): member in Connection
/third_party/python/Lib/
Dasyncore.py361 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/
D2-2.c179 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
D2-1.c163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c550 _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/
Dssl_methods.h30 read, send, pending, \ argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2Parser.java124 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/
Dmq_timed.h33 int send; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c217 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/
DdeSocket.hpp98 …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/
Dss-server.c88 const char *send = html; in myss_srv_tx() local
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts478 send(msg: protocol.Message) { method in TestSession
527 send(msg: protocol.Message) { method in TestSession
597 send(msg: protocol.Message) { method in InProcSession

12345