Home
last modified time | relevance | path

Searched refs:get_msg (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/ruby/tests/
Dstress.rb22 def get_msg method in StressTest.StressTest
28 m = get_msg
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dstress.rb22 def get_msg method in StressTest.StressTest
28 m = get_msg
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c32 static const gchar *get_msg = variable
237 fail_unless (g_output_stream_write_all (ostream_get, get_msg, in GST_START_TEST()
238 strlen (get_msg), &size, NULL, NULL)); in GST_START_TEST()
239 fail_unless (size == strlen (get_msg)); in GST_START_TEST()
430 fail_unless (g_output_stream_write_all (ostream_get, get_msg, in GST_START_TEST()
431 strlen (get_msg), &size, NULL, NULL)); in GST_START_TEST()
432 fail_unless (size == strlen (get_msg)); in GST_START_TEST()
/third_party/python/Lib/
Dtabnanny.py70 def get_msg(self): member in NannyNag
123 print(nag.get_msg())
/third_party/python/Lib/test/
Dtest_tabnanny.py134 msg = nanny.get_msg()