Searched refs:get_msg (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/ruby/tests/ |
D | stress.rb | 22 def get_msg method in StressTest.StressTest 28 m = get_msg
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | stress.rb | 22 def get_msg method in StressTest.StressTest 28 m = get_msg
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 32 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/ |
D | tabnanny.py | 70 def get_msg(self): member in NannyNag 123 print(nag.get_msg())
|
/third_party/python/Lib/test/ |
D | test_tabnanny.py | 134 msg = nanny.get_msg()
|