Home
last modified time | relevance | path

Searched defs:sender (Results 1 – 25 of 43) sorted by relevance

12

/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/
DApp.xaml.cs62 private void Application_Launching(object sender, LaunchingEventArgs e) in Application_Launching()
68 private void Application_Activated(object sender, ActivatedEventArgs e) in Application_Activated()
74 private void Application_Deactivated(object sender, DeactivatedEventArgs e) in Application_Deactivated()
80 private void Application_Closing(object sender, ClosingEventArgs e) in Application_Closing()
85 private void RootFrame_NavigationFailed(object sender, NavigationFailedEventArgs e) in RootFrame_NavigationFailed()
95 …private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs … in Application_UnhandledException()
131 private void CompleteInitializePhoneApplication(object sender, NavigationEventArgs e) in CompleteInitializePhoneApplication()
141 private void CheckForResetNavigation(object sender, NavigationEventArgs e) in CheckForResetNavigation()
149 private void ClearBackStackAfterReset(object sender, NavigationEventArgs e) in ClearBackStackAfterReset()
DMainPage.xaml.cs26 private void Button_Click (object sender, RoutedEventArgs e) { in Button_Click()
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
DApp.xaml.cs62 private void Application_Launching(object sender, LaunchingEventArgs e) in Application_Launching()
68 private void Application_Activated(object sender, ActivatedEventArgs e) in Application_Activated()
74 private void Application_Deactivated(object sender, DeactivatedEventArgs e) in Application_Deactivated()
80 private void Application_Closing(object sender, ClosingEventArgs e) in Application_Closing()
85 private void RootFrame_NavigationFailed(object sender, NavigationFailedEventArgs e) in RootFrame_NavigationFailed()
95 …private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs … in Application_UnhandledException()
131 private void CompleteInitializePhoneApplication(object sender, NavigationEventArgs e) in CompleteInitializePhoneApplication()
141 private void CheckForResetNavigation(object sender, NavigationEventArgs e) in CheckForResetNavigation()
149 private void ClearBackStackAfterReset(object sender, NavigationEventArgs e) in ClearBackStackAfterReset()
DMainPage.xaml.cs26 private void Button_Click_CallEncoder (object sender, RoutedEventArgs e) { in Button_Click_CallEncoder()
48 private void Button_Click__CallDecoder (object sender, RoutedEventArgs e) { in Button_Click__CallDecoder()
/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs18 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect_any() localVariable
53 let sender = rustix::net::socket( in net_v6_connect_any() localVariable
93 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect() localVariable
132 let sender = rustix::net::socket( in net_v6_connect() localVariable
168 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_bind_any() localVariable
203 let sender = rustix::net::socket( in net_v6_bind_any() localVariable
239 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_sendto() localVariable
280 let sender = rustix::net::socket( in net_v6_sendto() localVariable
322 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_sendto_any() localVariable
360 let sender = rustix::net::socket( in net_v6_sendto_any() localVariable
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Drtpsender.c74 gst_webrtc_rtp_sender_set_priority (GstWebRTCRTPSender * sender, in gst_webrtc_rtp_sender_set_priority()
87 GstWebRTCRTPSender *sender = GST_WEBRTC_RTP_SENDER (object); in gst_webrtc_rtp_sender_set_property() local
103 GstWebRTCRTPSender *sender = GST_WEBRTC_RTP_SENDER (object); in gst_webrtc_rtp_sender_get_property() local
125 GstWebRTCRTPSender *sender = GST_WEBRTC_RTP_SENDER (object); in gst_webrtc_rtp_sender_finalize() local
/third_party/cef/libcef/browser/views/
Dtextfield_view.cc21 bool CefTextfieldView::HandleKeyEvent(views::Textfield* sender, in HandleKeyEvent()
35 void CefTextfieldView::OnAfterUserAction(views::Textfield* sender) { in OnAfterUserAction()
/third_party/python/Tools/demo/
Dmcast.py33 def sender(group): function
/third_party/alsa-utils/seq/aconnect/
Daconnect.c222 const snd_seq_addr_t *sender = snd_seq_query_subscribe_get_root(query); in remove_connection() local
276 snd_seq_addr_t sender, dest; in main() local
/third_party/libuv/docs/code/udp-dhcp/
Dmain.c25 char sender[17] = { 0 }; in on_read() local
/third_party/libuv/test/
Dtest-udp-mmsg.c38 static uv_udp_t sender; variable
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c509 const char *sender; in filter_cb() local
583 const char *sender; in hf_audio_agent_release() local
605 const char *sender, *path; in hf_audio_agent_new_connection() local
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dcodec-select.c225 GstElement *sender = (GstElement *) GST_MESSAGE_SRC (message); in my_bus_callback() local
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtctransceiver.c213 webrtc_transceiver_new (GstWebRTCBin * webrtc, GstWebRTCRTPSender * sender, in webrtc_transceiver_new()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick.c145 JoystickDeviceWasRemovedCallback(void *ctx, IOReturn result, void *sender) in JoystickDeviceWasRemovedCallback()
405 JoystickDeviceWasAddedCallback(void *ctx, IOReturn res, void *sender, IOHIDDeviceRef ioHIDDeviceObj… in JoystickDeviceWasAddedCallback()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dreduce.js65 ReductionPromiseArray.prototype._resultCancelled = function(sender) { argument
/third_party/rust/crates/signal-hook/src/low_level/
Dchannel.rs217 let sender = thread::spawn({ in multi_thread() localVariable
/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c284 size_t payload_len, const char *sender, in lws_smtpc_add_email()
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c294 const X509_NAME *sender; in ossl_cmp_hdr_init() local
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c130 static void *sender(struct sender_context *ctx) in sender() function
/third_party/openssl/ssl/
Ds3_enc.c416 size_t ssl3_final_finish_mac(SSL *s, const char *sender, size_t len, in ssl3_final_finish_mac()
/third_party/python/Lib/
Dsmtplib.py111 def __init__(self, code, msg, sender): argument
527 def mail(self, sender, options=()): argument
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c738 PtpAnnounceSender *sender = l->data; in select_best_master_clock() local
829 PtpAnnounceSender *sender = NULL; in handle_announce_message() local
1902 PtpAnnounceSender *sender = n->data; in cleanup_cb() local
2299 PtpAnnounceSender *sender = m->data; in gst_ptp_deinit() local
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c491 void sender(int fd) in sender() function
/third_party/openssl/test/
Dcmp_hdr_test.c74 X509_NAME *sender = X509_NAME_new(); in execute_HDR_get0_senderNonce_test() local

12