Home
last modified time | relevance | path

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

12345678910>>...79

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dmpsc.rs13 let mut send = PollSender::new(send); in simple() localVariable
38 let mut send = PollSender::new(send); in simple_ref() localVariable
59 let mut send = PollSender::new(send); in repeated_poll_reserve() localVariable
72 let mut send = PollSender::new(send); in abort_send() localVariable
101 let mut send = PollSender::new(send); in close_sender_last() localVariable
115 let mut send = PollSender::new(send); in close_sender_not_last() localVariable
135 let mut send = PollSender::new(send); in close_sender_before_reserve() localVariable
152 let mut send = PollSender::new(send); in close_sender_after_pending_reserve() localVariable
177 let mut send = PollSender::new(send); in close_sender_after_successful_reserve() localVariable
198 let mut send = PollSender::new(send); in abort_send_after_pending_reserve() localVariable
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollSidecar.java77 public abstract void send(Listener listener); in send() method in BiometricEnrollSidecar.QueuedEvent
89 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedEnrollmentProgress
103 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedEnrollmentHelp
117 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedEnrollmentError
130 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedAcquired
143 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedUdfpsPointerDown
156 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedUdfpsPointerUp
163 public void send(Listener listener) { in send() method in BiometricEnrollSidecar.QueuedUdfpsOverlayShown
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs1739 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in send() method
1764 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_color_write_enable() function
1788 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_cull_mode() method
1811 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_bias() method
1840 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_bias_enable() method
1861 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_bounds() method
1884 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_bounds_test_enable() method
1905 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_compare_op() method
1926 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_test_enable() method
1947 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in set_depth_write_enable() method
[all …]
Dbind_push.rs740 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_index_buffer() method
761 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_pipeline_compute() method
782 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in bind_pipeline_graphics() method
834 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in push_constants() method
894 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in push_descriptor_set() method
972 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in submit() method
1039 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in submit() method
Dquery.rs641 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in begin_query() method
666 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in end_query() method
693 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in write_timestamp() method
733 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in copy_query_pool_results() function
795 unsafe fn send(&self, out: &mut UnsafeCommandBufferBuilder) { in reset_query_pool() method
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPendingIntent.java148 protected void send() throws CanceledException { in send() method in ShadowPendingIntent
153 protected void send(int code) throws CanceledException { in send() method in ShadowPendingIntent
158 protected void send(int code, PendingIntent.OnFinished onFinished, Handler handler) in send() method in ShadowPendingIntent
164 protected void send(Context context, int code, Intent intent) throws CanceledException { in send() method in ShadowPendingIntent
169 protected void send( in send() method in ShadowPendingIntent
180 protected void send( in send() method in ShadowPendingIntent
193 protected void send( in send() method in ShadowPendingIntent
205 void send( in send() method in ShadowPendingIntent
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DPendingIntent.java157 public void send(int resultCode, Bundle resultData) throws RemoteException { in send() method in PendingIntent.CancelListerInfo
887 public void send() throws CanceledException { in send() method in PendingIntent
902 public void send(int code) throws CanceledException { in send() method in PendingIntent
923 public void send(Context context, int code, @Nullable Intent intent) in send() method in PendingIntent
941 public void send(@Nullable Bundle options) throws CanceledException { in send() method in PendingIntent
962 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() method in PendingIntent
997 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
1037 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
1078 public void send(Context context, int code, @Nullable Intent intent, in send() method in PendingIntent
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
H A Dmonitors.py104 def send(self, metric_pb): member in Monitor
126 def send(self, metric_pb): member in HttpsMonitor
151 def send(self, metric_pb): member in DebugMonitor
161 def send(self, metric_pb): member in NullMonitor
/aosp_15_r20/external/scapy/scapy/arch/
H A Dpcapdnet.py169 def send(self, x): member in _PcapWrapper_pypcap
234 def send(self, x): member in L2pcapListenSocket
275 def send(self, x): member in L2pcapSocket
333 def send(self, x): member in L3pcapSocket
490 def send(self, x): member in L2pcapListenSocket
611 def send(self, x): member in L3dnetSocket
/aosp_15_r20/packages/modules/Permission/SafetyCenter/PendingIntents/java/com/android/safetycenter/pendingintents/
DPendingIntentSender.java48 public static void send(PendingIntent pendingIntent) throws PendingIntent.CanceledException { in send() method in PendingIntentSender
54 public static void send(PendingIntent pendingIntent, @Nullable Integer launchTaskId) in send() method in PendingIntentSender
59 private static void send(PendingIntent pendingIntent, @Nullable ActivityOptions activityOptions) in send() method in PendingIntentSender
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketTest.java173 DatagramPacket send = new DatagramPacket(new byte[10], 10, localHost, in testConnect_connectToSelf() local
211 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length); in testConnect_echoServer() local
254 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length); in testConnect_connectDisconnectConnectThenSendRecv() local
276 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length, in testConnect_connectDisconnectThenSendRecv() local
301 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length, in testConnect_connectTwice() local
435 protected void send(DatagramPacket arg0) throws IOException { in send() method in DatagramSocketTest.TestDatagramSocketImpl
/aosp_15_r20/external/webrtc/pc/
H A Drtp_media_utils_unittest.cc36 bool send = RtpTransceiverDirectionHasSend(direction); in TEST_P() local
46 bool send = RtpTransceiverDirectionHasSend(direction); in TEST_P() local
71 bool send = std::get<1>(GetParam()); in TEST_P() local
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/clock/data/repository/
DClockPickerRepositoryImpl.kt64 fun send() { in <lambda>() method
107 fun send() { in <lambda>() method
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/aosp_15_r20/system/netd/server/
H A DNFLogListener.cpp63 Status cfgCmdPfUnbind(const SendFn& send) { in cfgCmdPfUnbind()
84 Status cfgMode(const SendFn& send, uint16_t nfLogGroup, uint32_t range, uint8_t mode) { in cfgMode()
105 Status cfgCmdBind(const SendFn& send, uint16_t nfLogGroup) { in cfgCmdBind()
125 Status cfgCmdUnbind(const SendFn& send, uint16_t nfLogGroup) { in cfgCmdUnbind()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/SafetyCenter/PendingIntents/safety-center-pending-intents/android_common_apex30/javac/
Dsafety-center-pending-intents.jar ... private void <init> () public static void send (android.app.PendingIntent) throws android. ...
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/scapy/scapy/arch/bpf/
H A Dsupersocket.py197 def send(self, x): member in _L2bpfSocket
290 def send(self, x): member in L2bpfSocket
316 def send(self, pkt): member in L3bpfSocket
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_generator.cpp769 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_tcs_urb_write() local
956 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_vec4_urb_read() local
993 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_tcs_release_input() local
1171 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_scratch_read() local
1251 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_scratch_write() local
1313 elk_inst *send = elk_next_insn(p, ELK_OPCODE_SEND); in generate_pull_constant_load() local
/aosp_15_r20/trusty/user/base/experimental/lib/tidl/
Dipc.cpp36 int send(handle_t chan, in send() function
88 int send(handle_t chan, in send() function
156 int send(handle_t chan, in send() function

12345678910>>...79