/third_party/openssl/test/recipes/ |
D | 70-test_sslcbcpadding.t | 85 my $last_message = @{$messages}[-1]; 86 if (defined($last_message) 87 && $last_message->server 88 && $last_message->mt == TLSProxy::Message::MT_FINISHED 89 && !@{$last_message->records}[0]->{sent}) {
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfakesink.c | 257 fakesink->last_message = g_strdup (DEFAULT_LAST_MESSAGE); in gst_fake_sink_init() 340 g_value_set_string (value, sink->last_message); in gst_fake_sink_get_property() 375 g_free (sink->last_message); in gst_fake_sink_event() 384 sink->last_message = in gst_fake_sink_event() 398 sink->last_message = in gst_fake_sink_event() 422 g_free (sink->last_message); in gst_fake_sink_preroll() 424 sink->last_message = g_strdup_printf ("preroll ******* "); in gst_fake_sink_preroll() 460 g_free (sink->last_message); in gst_fake_sink_render() 486 sink->last_message = in gst_fake_sink_render() 588 g_free (fakesink->last_message); in gst_fake_sink_change_state() [all …]
|
D | gstfakesrc.c | 375 fakesrc->last_message = NULL; in gst_fake_src_init() 388 g_free (src->last_message); in gst_fake_src_finalize() 410 g_free (src->last_message); in gst_fake_src_event_handler() 419 src->last_message = in gst_fake_src_event_handler() 577 g_value_set_string (value, src->last_message); in gst_fake_src_get_property() 836 g_free (src->last_message); in gst_fake_src_create() 858 src->last_message = in gst_fake_src_create() 912 g_free (src->last_message); in gst_fake_src_stop() 913 src->last_message = NULL; in gst_fake_src_stop()
|
D | gstidentity.c | 145 g_free (identity->last_message); in gst_identity_finalize() 344 identity->last_message = NULL; in gst_identity_init() 436 g_free (identity->last_message); in gst_identity_sink_event() 444 identity->last_message = in gst_identity_sink_event() 712 g_free (identity->last_message); in gst_identity_update_last_message_for_buffer() 713 identity->last_message = g_strdup_printf ("%s ******* (%s:%s) " in gst_identity_update_last_message_for_buffer() 725 GST_TRACE_OBJECT (identity, "%s", identity->last_message); in gst_identity_update_last_message_for_buffer() 1009 g_value_set_string (value, identity->last_message); in gst_identity_get_property() 1080 g_free (identity->last_message); in gst_identity_stop() 1081 identity->last_message = NULL; in gst_identity_stop()
|
D | gsttee.c | 226 g_free (tee->last_message); in gst_tee_finalize() 326 tee->last_message = NULL; in gst_tee_init() 536 g_value_set_string (value, tee->last_message); in gst_tee_get_property() 826 g_free (tee->last_message); in gst_tee_do_message() 828 tee->last_message = in gst_tee_do_message() 832 tee->last_message = in gst_tee_do_message()
|
D | gsttee.h | 77 gchar *last_message; member
|
D | gstfakesink.h | 82 gchar *last_message; member
|
D | gstidentity.h | 76 gchar *last_message; member
|
D | gstfakesrc.h | 150 gchar *last_message; member
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 339 self->last_message = g_strdup (DEFAULT_LAST_MESSAGE); in fps_display_sink_init() 412 g_free (self->last_message); in display_current_fps() 413 self->last_message = g_strdup (fps_message); in display_current_fps() 494 g_free (self->last_message); in fps_display_sink_stop() 495 self->last_message = str; in fps_display_sink_stop() 501 g_free (self->last_message); in fps_display_sink_stop() 502 self->last_message = NULL; in fps_display_sink_stop() 522 g_free (self->last_message); in fps_display_sink_dispose() 523 self->last_message = NULL; in fps_display_sink_dispose() 619 g_value_set_string (value, self->last_message); in fps_display_sink_get_property()
|
D | fpsdisplaysink.h | 70 gchar *last_message; member
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | input-selector-test.c | 97 gchar *last_message; in last_message_received() local 99 g_object_get (segment, "last_message", &last_message, NULL); in last_message_received() 100 g_print ("last-message: %s\n", last_message); in last_message_received() 101 g_free (last_message); in last_message_received()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisenc.c | 204 vorbisenc->last_message = NULL; in gst_vorbis_enc_init() 246 g_free (vorbisenc->last_message); in gst_vorbis_enc_stop() 247 vorbisenc->last_message = NULL; in gst_vorbis_enc_stop() 401 g_free (vorbisenc->last_message); in update_start_message() 406 vorbisenc->last_message = in update_start_message() 411 vorbisenc->last_message = in update_start_message() 420 vorbisenc->last_message = in update_start_message() 426 vorbisenc->last_message = in update_start_message() 432 vorbisenc->last_message = in update_start_message() 1036 g_value_set_string (value, vorbisenc->last_message); in gst_vorbis_enc_get_property()
|
D | gstvorbisenc.h | 81 gchar *last_message; member
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexenc.h | 63 gchar *last_message; member
|
D | gstspeexenc.c | 234 g_free (enc->last_message); in gst_speex_enc_finalize() 369 g_free (enc->last_message); in gst_speex_enc_set_last_msg() 370 enc->last_message = g_strdup (msg); in gst_speex_enc_set_last_msg() 801 g_value_set_string (value, enc->last_message); in gst_speex_enc_get_property()
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 1374 self.last_message = data 1433 self.assertEqual(self.serv.last_message, m) 1452 self.assertEqual(self.serv.last_message, m) 1484 self.assertEqual(self.serv.last_message.decode(), expected)
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 74244 (ie. "last-message" not "last_message"), so that g_param_spec_pool_lookup() 123068 gst/elements/: Protect last_message with lock. 123077 Protect last_message with lock. 131297 … gst/elements/gstidentity.c: Protect last_message property as it is accessed from multiple threads. 131301 Protect last_message property as it is accessed from
|