Home
last modified time | relevance | path

Searched refs:GetDebugString (Results 1 – 25 of 60) sorted by relevance

123

/external/cronet/tot/net/base/
Dnetwork_isolation_key_unittest.cc42 EXPECT_EQ(site1.GetDebugString() + " " + site1.GetDebugString(), in TEST()
54 EXPECT_EQ(site1.GetDebugString() + " " + site2.GetDebugString(), in TEST()
67 EXPECT_EQ(site1.GetDebugString() + " " + site2.GetDebugString() + in TEST()
90 EXPECT_EQ(site_data.GetDebugString() + " " + site_data.GetDebugString(), in TEST()
99 EXPECT_EQ(other_site.GetDebugString() + " " + other_site.GetDebugString(), in TEST()
110 EXPECT_EQ(site_data.GetDebugString() + " " + site1.GetDebugString(), in TEST()
119 EXPECT_EQ(other_site.GetDebugString() + " " + site1.GetDebugString(), in TEST()
130 EXPECT_EQ(site1.GetDebugString() + " " + site_data.GetDebugString(), in TEST()
139 EXPECT_EQ(site1.GetDebugString() + " " + other_site.GetDebugString(), in TEST()
Dschemeful_site.cc151 std::string SchemefulSite::GetDebugString() const { in GetDebugString() function in net::SchemefulSite
152 return site_as_origin_.GetDebugString(); in GetDebugString()
Dschemeful_site_unittest.cc56 SCOPED_TRACE(site1.GetDebugString()); in TEST()
69 SCOPED_TRACE(site2.GetDebugString()); in TEST()
245 SCOPED_TRACE(site.GetDebugString()); in TEST()
267 SCOPED_TRACE(test_case.site.GetDebugString()); in TEST()
/external/cronet/stable/net/base/
Dnetwork_isolation_key_unittest.cc42 EXPECT_EQ(site1.GetDebugString() + " " + site1.GetDebugString(), in TEST()
54 EXPECT_EQ(site1.GetDebugString() + " " + site2.GetDebugString(), in TEST()
67 EXPECT_EQ(site1.GetDebugString() + " " + site2.GetDebugString() + in TEST()
90 EXPECT_EQ(site_data.GetDebugString() + " " + site_data.GetDebugString(), in TEST()
99 EXPECT_EQ(other_site.GetDebugString() + " " + other_site.GetDebugString(), in TEST()
110 EXPECT_EQ(site_data.GetDebugString() + " " + site1.GetDebugString(), in TEST()
119 EXPECT_EQ(other_site.GetDebugString() + " " + site1.GetDebugString(), in TEST()
130 EXPECT_EQ(site1.GetDebugString() + " " + site_data.GetDebugString(), in TEST()
139 EXPECT_EQ(site1.GetDebugString() + " " + other_site.GetDebugString(), in TEST()
Dschemeful_site.cc151 std::string SchemefulSite::GetDebugString() const { in GetDebugString() function in net::SchemefulSite
152 return site_as_origin_.GetDebugString(); in GetDebugString()
Dschemeful_site_unittest.cc56 SCOPED_TRACE(site1.GetDebugString()); in TEST()
69 SCOPED_TRACE(site2.GetDebugString()); in TEST()
245 SCOPED_TRACE(site.GetDebugString()); in TEST()
267 SCOPED_TRACE(test_case.site.GetDebugString()); in TEST()
/external/cronet/stable/url/
Dorigin_unittest.cc710 TEST_P(OriginTest, GetDebugString) { in TEST_P() argument
712 EXPECT_STREQ(http_origin.GetDebugString().c_str(), "http://192.168.9.1"); in TEST_P()
716 http_opaque_origin.GetDebugString().c_str(), in TEST_P()
720 http_opaque_origin.GetDebugString(false /* include_nonce */).c_str(), in TEST_P()
725 EXPECT_STREQ(data_origin.GetDebugString().c_str(), in TEST_P()
732 data_derived_origin.GetDebugString().c_str(), in TEST_P()
735 data_derived_origin.GetDebugString(false /* include_nonce */).c_str(), in TEST_P()
739 EXPECT_STREQ(file_origin.GetDebugString().c_str(), in TEST_P()
744 EXPECT_STREQ(file_server_origin.GetDebugString().c_str(), in TEST_P()
765 EXPECT_EQ(origin.GetDebugString(), deserialized.value().GetDebugString()); in TEST_P()
[all …]
Dorigin.cc280 std::string Origin::GetDebugString(bool include_nonce) const { in GetDebugString() function in url::Origin
412 std::move(context).WriteString(GetDebugString()); in WriteIntoTrace()
420 out << origin.GetDebugString(); in operator <<()
498 value ? value->GetDebugString(false /* include_nonce */) in ScopedOriginCrashKey()
/external/cronet/tot/url/
Dorigin_unittest.cc710 TEST_P(OriginTest, GetDebugString) { in TEST_P() argument
712 EXPECT_STREQ(http_origin.GetDebugString().c_str(), "http://192.168.9.1"); in TEST_P()
716 http_opaque_origin.GetDebugString().c_str(), in TEST_P()
720 http_opaque_origin.GetDebugString(false /* include_nonce */).c_str(), in TEST_P()
725 EXPECT_STREQ(data_origin.GetDebugString().c_str(), in TEST_P()
732 data_derived_origin.GetDebugString().c_str(), in TEST_P()
735 data_derived_origin.GetDebugString(false /* include_nonce */).c_str(), in TEST_P()
739 EXPECT_STREQ(file_origin.GetDebugString().c_str(), in TEST_P()
744 EXPECT_STREQ(file_server_origin.GetDebugString().c_str(), in TEST_P()
765 EXPECT_EQ(origin.GetDebugString(), deserialized.value().GetDebugString()); in TEST_P()
[all …]
Dorigin.cc280 std::string Origin::GetDebugString(bool include_nonce) const { in GetDebugString() function in url::Origin
412 std::move(context).WriteString(GetDebugString()); in WriteIntoTrace()
420 out << origin.GetDebugString(); in operator <<()
498 value ? value->GetDebugString(false /* include_nonce */) in ScopedOriginCrashKey()
/external/cronet/tot/net/first_party_sets/
Dfirst_party_set_entry.cc95 std::string FirstPartySetEntry::GetDebugString() const { in GetDebugString() function in net::FirstPartySetEntry
96 return base::StrCat({"{primary: ", primary_.GetDebugString(), in GetDebugString()
Dfirst_party_set_entry.h68 std::string GetDebugString() const;
/external/cronet/stable/net/first_party_sets/
Dfirst_party_set_entry.cc95 std::string FirstPartySetEntry::GetDebugString() const { in GetDebugString() function in net::FirstPartySetEntry
96 return base::StrCat({"{primary: ", primary_.GetDebugString(), in GetDebugString()
Dfirst_party_set_entry.h68 std::string GetDebugString() const;
/external/cronet/stable/net/cookies/
Dcookie_inclusion_status.h374 std::string GetDebugString() const;
432 return os << status.GetDebugString();
/external/cronet/tot/net/cookies/
Dcookie_inclusion_status.h374 std::string GetDebugString() const;
432 return os << status.GetDebugString();
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dping_abuse_policy.h46 std::string GetDebugString(bool transport_idle) const;
Dping_rate_policy.h71 std::string GetDebugString() const;
Dping_abuse_policy.cc65 std::string Chttp2PingAbusePolicy::GetDebugString(bool transport_idle) const { in GetDebugString() function in grpc_core::Chttp2PingAbusePolicy
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/
Dhpack_entry.cc25 std::string HpackEntry::GetDebugString() const { in GetDebugString() function in spdy::HpackEntry
Dhpack_header_table.cc164 << " replacing with: " << new_entry->GetDebugString() in TryAddEntry()
179 << " replacing with: " << new_entry->GetDebugString() in TryAddEntry()
Dhpack_entry.h71 std::string GetDebugString() const;
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/
Dhpack_entry.cc25 std::string HpackEntry::GetDebugString() const { in GetDebugString() function in spdy::HpackEntry
Dhpack_header_table.cc164 << " replacing with: " << new_entry->GetDebugString() in TryAddEntry()
179 << " replacing with: " << new_entry->GetDebugString() in TryAddEntry()
Dhpack_entry.h71 std::string GetDebugString() const;

123