Home
last modified time | relevance | path

Searched refs:expected_pairs (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gcm/engine/
H A Dregistration_request_unittest.cc146 expected_pairs["app"] = kAppId; in TEST_F()
487 expected_pairs["app"] = kAppId; in TEST_F()
491 expected_pairs["scope"] = kScope; in TEST_F()
492 expected_pairs["X-scope"] = kScope; in TEST_F()
493 expected_pairs["X-Foo"] = "Bar"; in TEST_F()
508 expected_pairs["app"] = kAppId; in TEST_F()
512 expected_pairs["scope"] = kScope; in TEST_F()
513 expected_pairs["ttl"] = "100"; in TEST_F()
535 expected_pairs["scope"] = kScope; in TEST_F()
537 expected_pairs["X-Foo"] = "Bar"; in TEST_F()
[all …]
H A Dunregistration_request_unittest.cc136 expected_pairs["app"] = kAppId; in TEST_F()
138 expected_pairs["delete"] = "true"; in TEST_F()
347 expected_pairs["app"] = kAppId; in TEST_F()
349 expected_pairs["delete"] = "true"; in TEST_F()
350 expected_pairs["appid"] = kInstanceId; in TEST_F()
352 expected_pairs["scope"] = kScope; in TEST_F()
353 expected_pairs["X-scope"] = kScope; in TEST_F()
367 expected_pairs["X-subtype"] = kAppId; in TEST_F()
369 expected_pairs["delete"] = "true"; in TEST_F()
372 expected_pairs["scope"] = kScope; in TEST_F()
[all …]
H A Dgcm_request_test_base.cc108 std::map<std::string, std::string>* expected_pairs) { in VerifyFetcherUploadDataForURL() argument
115 auto iter = expected_pairs->find(data_tokenizer.token()); in VerifyFetcherUploadDataForURL()
116 ASSERT_TRUE(iter != expected_pairs->end()) << data_tokenizer.token(); in VerifyFetcherUploadDataForURL()
120 expected_pairs->erase(iter); in VerifyFetcherUploadDataForURL()
123 ASSERT_EQ(0UL, expected_pairs->size()); in VerifyFetcherUploadDataForURL()
H A Dgcm_request_test_base.h58 std::map<std::string, std::string>* expected_pairs);
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gcm/engine/
H A Dregistration_request_unittest.cc145 expected_pairs["app"] = kAppId; in TEST_F()
486 expected_pairs["app"] = kAppId; in TEST_F()
490 expected_pairs["scope"] = kScope; in TEST_F()
491 expected_pairs["X-scope"] = kScope; in TEST_F()
492 expected_pairs["X-Foo"] = "Bar"; in TEST_F()
507 expected_pairs["app"] = kAppId; in TEST_F()
511 expected_pairs["scope"] = kScope; in TEST_F()
512 expected_pairs["ttl"] = "100"; in TEST_F()
534 expected_pairs["scope"] = kScope; in TEST_F()
536 expected_pairs["X-Foo"] = "Bar"; in TEST_F()
[all …]
H A Dunregistration_request_unittest.cc136 expected_pairs["app"] = kAppId; in TEST_F()
138 expected_pairs["delete"] = "true"; in TEST_F()
347 expected_pairs["app"] = kAppId; in TEST_F()
349 expected_pairs["delete"] = "true"; in TEST_F()
350 expected_pairs["appid"] = kInstanceId; in TEST_F()
352 expected_pairs["scope"] = kScope; in TEST_F()
353 expected_pairs["X-scope"] = kScope; in TEST_F()
367 expected_pairs["X-subtype"] = kAppId; in TEST_F()
369 expected_pairs["delete"] = "true"; in TEST_F()
372 expected_pairs["scope"] = kScope; in TEST_F()
[all …]
H A Dgcm_request_test_base.cc108 std::map<std::string, std::string>* expected_pairs) { in VerifyFetcherUploadDataForURL() argument
115 auto iter = expected_pairs->find(data_tokenizer.token()); in VerifyFetcherUploadDataForURL()
116 ASSERT_TRUE(iter != expected_pairs->end()) << data_tokenizer.token(); in VerifyFetcherUploadDataForURL()
120 expected_pairs->erase(iter); in VerifyFetcherUploadDataForURL()
123 ASSERT_EQ(0UL, expected_pairs->size()); in VerifyFetcherUploadDataForURL()
H A Dgcm_request_test_base.h58 std::map<std::string, std::string>* expected_pairs);
/dports/math/spot/spot-2.10.2/tests/python/
H A Drs_like.py31 def test_rs(acc, rs, expected_res, expected_pairs): argument
35 expected_pairs.sort()
37 for a, b in zip(p, expected_pairs):
50 def test_streett(acc, expected_streett_like, expected_pairs): argument
51 test_rs(acc, 'streett', expected_streett_like, expected_pairs)
54 switch_pairs(expected_pairs))
57 def test_rabin(acc, expected_rabin_like, expected_pairs): argument
58 test_rs(acc, 'rabin', expected_rabin_like, expected_pairs)
61 switch_pairs(expected_pairs))
/dports/math/py-spot/spot-2.10.2/tests/python/
H A Drs_like.py31 def test_rs(acc, rs, expected_res, expected_pairs): argument
35 expected_pairs.sort()
37 for a, b in zip(p, expected_pairs):
50 def test_streett(acc, expected_streett_like, expected_pairs): argument
51 test_rs(acc, 'streett', expected_streett_like, expected_pairs)
54 switch_pairs(expected_pairs))
57 def test_rabin(acc, expected_rabin_like, expected_pairs): argument
58 test_rs(acc, 'rabin', expected_rabin_like, expected_pairs)
61 switch_pairs(expected_pairs))
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/scanner/xml-scanner/tests/
H A Dtest_xml_scanner.c40 NameValuePair *expected_pairs; member
149 NameValuePair *expected_pairs = test_options->expected.expected_pairs; in _test_strip() local
153 cr_assert_str_eq(name, expected_pairs[times_called].name); in _test_strip()
154 cr_assert_str_eq(value, expected_pairs[times_called].value); in _test_strip()
166 .expected.expected_pairs = (NameValuePair []) in Test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/data_loaders/csra/test/
H A Dtest_csra_loader.cpp1067 expected_pairs = expected_I; in BOOST_AUTO_TEST_CASE()
1074 expected_pairs = expected_A; in BOOST_AUTO_TEST_CASE()
1081 expected_pairs = expected_C; in BOOST_AUTO_TEST_CASE()
1088 expected_pairs = expected_G; in BOOST_AUTO_TEST_CASE()
1098 expected_pairs = expected_T; in BOOST_AUTO_TEST_CASE()
1131 expected_pairs = expected_M; in BOOST_AUTO_TEST_CASE()
1136 expected[expected_pairs[i][0]] = expected_pairs[i][1]; in BOOST_AUTO_TEST_CASE()
1297 expected[expected_pairs[i][0]] = expected_pairs[i][1]; in BOOST_AUTO_TEST_CASE()
1503 expected[expected_pairs[i][0]] = expected_pairs[i][1]; in BOOST_AUTO_TEST_CASE()
1688 expected[expected_pairs[i][0]] = expected_pairs[i][1]; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/tests/functional-tests/common/utils/
H A Dextractor.py125 expected_pairs = [] # List of expected (key, value)
135 expected_pairs.append((k, v))
137 for prop, expected_value in expected_pairs:
/dports/audio/ardour6/Ardour-6.8.0/libs/panners/vbap/
H A Dvbap_speakers.cc552 int expected_pairs = 0; in choose_speaker_pairs() local
576 expected_pairs++; in choose_speaker_pairs()
586 expected_pairs++; in choose_speaker_pairs()
595 for (int n = 0; n < expected_pairs; ++n) { in choose_speaker_pairs()
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/tests/unit/v2/
H A Dtest_shell.py851 expected_pairs = [(k.strip('-').replace('-', '_'), None) for k in
853 expected = {'encryption': dict(expected_pairs)}
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dkml_handler_test.cc72 size_t expected_pairs) const;