/aosp_15_r20/external/python/cpython2/Lib/ |
D | imaplib.py | 257 def send(self, data): member in IMAP4 1195 def send(self, data): member in IMAP4_SSL 1273 def send(self, data): member in IMAP4_stream
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | win_iocp_socket_service_base.hpp | 251 size_t send(base_implementation_type& impl, in send() function in boost::asio::detail::win_iocp_socket_service_base 263 size_t send(base_implementation_type& impl, const null_buffers&, in send() function in boost::asio::detail::win_iocp_socket_service_base
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | BurstUtils.cpp | 430 nn::Result<void> RequestChannelSender::send(const V1_0::Request& request, in send() function in android::hardware::neuralnetworks::V1_2::utils::RequestChannelSender 588 void ResultChannelSender::send(V1_0::ErrorStatus errorStatus, in send() function in android::hardware::neuralnetworks::V1_2::utils::ResultChannelSender
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | connection.rs | 131 pub fn send(&mut self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() method 160 pub fn send(&self, message: &OutgoingMessage) -> Result<(), MessageError> { in send() method
|
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | server_endpoint_impl.cpp | 167 template<typename Protocol>bool server_endpoint_impl<Protocol>::send(const uint8_t *_data, in send() function in vsomeip_v3::server_endpoint_impl 236 bool server_endpoint_impl<Protocol>::send( in send() function in vsomeip_v3::server_endpoint_impl
|
/aosp_15_r20/system/security/keystore2/test_utils/ |
H A D | run_as.rs | 176 pub fn send(&mut self, value: &T) { in send() method 286 pub fn send(&mut self, data: &M) { in send() method
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | message_wrappers.cc | 410 auto send = proto_version_->add_send(); in ToProto() local 487 NamedTensorProto* send = request_.add_send(); in AddSendFromRunStepRequest() local 496 NamedTensorProto* send = request_.add_send(); in AddSendFromRunCallableRequest() local
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | CommandSender.java | 32 PacketStream send(); in send() method
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | IMessenger.aidl | 24 void send(in Message msg); in send() method
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/ |
D | PendingIntentSender.java | 11 public abstract void send(@org.jetbrains.annotations.NotNull() in send() method
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/srcs/ |
H A D | AconfigdClientSocket.java | 30 public InputStream send(byte[] requests); in send() method
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
D | Sendable.java | 58 boolean send(ChannelIO cio) throws IOException; in send() method
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/ |
D | ICarResultReceiver.aidl | 23 void send(int resultCode, in Bundle resultData); in send() method
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
D | Sendable.java | 58 boolean send(ChannelIO cio) throws IOException; in send() method
|
/aosp_15_r20/external/musl/src/network/ |
H A D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | send.cpp | 31 ssize_t send(int socket, const void* buf, size_t len, int flags) { in send() function
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | IResultReceiver.aidl | 24 void send(int resultCode, in Bundle resultData); in send() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/ |
D | golang.rs | 53 fn send(&self, msg: T) { in send() method 688 let send = |mut a: Option<&Chan<u32>>, mut b: Option<&Chan<u32>>| { in main() localVariable 1637 fn send(&mut self, tot: &Mutex<Totals>) -> bool { in send() method 1745 fn send(mut c: ChanWithVals, ctx: Context) { in send() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_types.py | 1884 def send(self): pass member in CoroutineTests.test_duck_coro.CoroLike 1898 def send(self): pass member in CoroutineTests.test_duck_corogen.CoroGenLike 1914 def send(self): pass member in CoroutineTests.test_duck_gen.GenLike 2032 def send(self, v): member in CoroutineTests.test_duck_functional_gen.Generator
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
H A D | SilentFeedback.java | 25 void send(Throwable throwable, @FormatString String description, Object... args); in send() method
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | qt_malloc.cpp | 5 void send(QObject *obj) in send() function
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | mail.py | 4 def send(from_address, to_addresses, cc_addresses, subject, message_body): function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | init1.go | 48 func send(c chan int) { func
|
/aosp_15_r20/external/trusty/lk/lib/libc/string/ |
D | strtok.c | 35 char *sbegin, *send; in strtok() local
|