Home
last modified time | relevance | path

Searched refs:got_hello (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_topology.py288 got_hello(t, ('a', 27017), {
515 got_hello(t, address, {
527 got_hello(t, address, {
551 got_hello(t, address, {
566 got_hello(t, address, {
577 got_hello(t, address, {
589 got_hello(t, address, {
610 got_hello(t, address, {
805 got_hello(t, address, {
820 got_hello(t, address, {
[all …]
H A Dtest_discovery_and_monitoring.py102 def got_hello(topology, server_address, hello_response): function
227 got_hello(
265 got_hello(t,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/ports/
H A Dports_unittest.cc898 bool got_hello = false; in TEST_F() local
903 got_hello = true; in TEST_F()
908 EXPECT_TRUE(got_hello); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/gtest/
H A Dports_unittest.cc897 bool got_hello = false; in TEST_F() local
902 got_hello = true; in TEST_F()
907 EXPECT_TRUE(got_hello); in TEST_F()
/dports/www/firefox/firefox-99.0/ipc/chromium/gtest/
H A Dports_unittest.cc897 bool got_hello = false; in TEST_F() local
902 got_hello = true; in TEST_F()
907 EXPECT_TRUE(got_hello); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/gtest/
H A Dports_unittest.cc897 bool got_hello = false; in TEST_F() local
902 got_hello = true; in TEST_F()
907 EXPECT_TRUE(got_hello); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/ports/
H A Dports_unittest.cc898 bool got_hello = false; in TEST_F() local
903 got_hello = true; in TEST_F()
908 EXPECT_TRUE(got_hello); in TEST_F()
/dports/comms/ncid/ncid/server/
H A Dncidd.c3313 int size, doingHello = 1, got_hello = 0; in doHELLO() local
3336 got_hello ? "End of client HELLO data" : in doHELLO()
3369 got_hello = 1; in doHELLO()