/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/ |
D | App.xaml.cs | 62 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()
|
D | MainPage.xaml.cs | 26 private void Button_Click (object sender, RoutedEventArgs e) { in Button_Click()
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | App.xaml.cs | 62 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()
|
D | MainPage.xaml.cs | 26 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/ |
D | connect_bind_send.rs | 18 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/ |
D | rtpsender.c | 74 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/ |
D | textfield_view.cc | 21 bool CefTextfieldView::HandleKeyEvent(views::Textfield* sender, in HandleKeyEvent() 35 void CefTextfieldView::OnAfterUserAction(views::Textfield* sender) { in OnAfterUserAction()
|
/third_party/python/Tools/demo/ |
D | mcast.py | 33 def sender(group): function
|
/third_party/alsa-utils/seq/aconnect/ |
D | aconnect.c | 222 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/ |
D | main.c | 25 char sender[17] = { 0 }; in on_read() local
|
/third_party/libuv/test/ |
D | test-udp-mmsg.c | 38 static uv_udp_t sender; variable
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | backend-ofono.c | 509 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/ |
D | codec-select.c | 225 GstElement *sender = (GstElement *) GST_MESSAGE_SRC (message); in my_bus_callback() local
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtctransceiver.c | 213 webrtc_transceiver_new (GstWebRTCBin * webrtc, GstWebRTCRTPSender * sender, in webrtc_transceiver_new()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/ |
D | SDL_sysjoystick.c | 145 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/ |
D | reduce.js | 65 ReductionPromiseArray.prototype._resultCancelled = function(sender) { argument
|
/third_party/rust/crates/signal-hook/src/low_level/ |
D | channel.rs | 217 let sender = thread::spawn({ in multi_thread() localVariable
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 284 size_t payload_len, const char *sender, in lws_smtpc_add_email()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_hdr.c | 294 const X509_NAME *sender; in ossl_cmp_hdr_init() local
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 130 static void *sender(struct sender_context *ctx) in sender() function
|
/third_party/openssl/ssl/ |
D | s3_enc.c | 416 size_t ssl3_final_finish_mac(SSL *s, const char *sender, size_t len, in ssl3_final_finish_mac()
|
/third_party/python/Lib/ |
D | smtplib.py | 111 def __init__(self, code, msg, sender): argument 527 def mail(self, sender, options=()): argument
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.c | 738 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/ |
D | recvmsg01.c | 491 void sender(int fd) in sender() function
|
/third_party/openssl/test/ |
D | cmp_hdr_test.c | 74 X509_NAME *sender = X509_NAME_new(); in execute_HDR_get0_senderNonce_test() local
|