Home
last modified time | relevance | path

Searched refs:NotIncluded (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/tests/
H A Dhsts.rs58 "4.4.4.4".to_owned(), IncludeSubdomains::NotIncluded, None in test_hsts_entry_cant_be_created_with_ipv4_address_as_host()
73 IncludeSubdomains::NotIncluded, None).unwrap()); in test_base_domain_in_entries_map()
75 IncludeSubdomains::NotIncluded, None).unwrap()); in test_base_domain_in_entries_map()
77 IncludeSubdomains::NotIncluded, None).unwrap()); in test_base_domain_in_entries_map()
93 IncludeSubdomains::NotIncluded, Some(0)).unwrap()); in test_push_entry_with_0_max_age_evicts_entry_from_list()
108 IncludeSubdomains::NotIncluded, None).unwrap()); in test_push_entry_to_hsts_list_should_not_add_subdomains_whose_superdomain_is_already_matched()
125 IncludeSubdomains::NotIncluded, None).unwrap()); in test_push_entry_to_hsts_list_should_update_existing_domain_entrys_include_subdomains()
134 IncludeSubdomains::NotIncluded, None).unwrap())); in test_push_entry_to_hsts_list_should_not_create_duplicate_entry()
140 IncludeSubdomains::NotIncluded, None).unwrap()); in test_push_entry_to_hsts_list_should_not_create_duplicate_entry()
217 IncludeSubdomains::NotIncluded, None).unwrap()]); in test_hsts_list_with_exact_domain_entry_is_is_host_secure()
[all …]
H A Dfetch.rs553 list.push(HstsEntry::new("localhost".to_owned(), IncludeSubdomains::NotIncluded, None) in test_fetch_with_hsts()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1176 NotIncluded = testPath("not_included.h"); in TEST_F() local
1180 if (File == NoCmd || File == NotIncluded) in TEST_F()
1210 for (const auto &Path : {NoCmd, Unreliable, OK, NotIncluded}) in TEST_F()
1231 EXPECT_THAT(GetFlags(NotIncluded), Not(Contains("-DMAIN"))) in TEST_F()
1244 EXPECT_THAT(GetFlags(NotIncluded), in TEST_F()
1263 EXPECT_THAT(GetFlags(NotIncluded), Contains("-DMAIN2")) in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1176 NotIncluded = testPath("not_included.h"); in TEST_F() local
1180 if (File == NoCmd || File == NotIncluded) in TEST_F()
1210 for (const auto &Path : {NoCmd, Unreliable, OK, NotIncluded}) in TEST_F()
1231 EXPECT_THAT(GetFlags(NotIncluded), Not(Contains("-DMAIN"))) in TEST_F()
1244 EXPECT_THAT(GetFlags(NotIncluded), in TEST_F()
1263 EXPECT_THAT(GetFlags(NotIncluded), Contains("-DMAIN2")) in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1176 NotIncluded = testPath("not_included.h"); in TEST_F() local
1180 if (File == NoCmd || File == NotIncluded) in TEST_F()
1210 for (const auto &Path : {NoCmd, Unreliable, OK, NotIncluded}) in TEST_F()
1231 EXPECT_THAT(GetFlags(NotIncluded), Not(Contains("-DMAIN"))) in TEST_F()
1244 EXPECT_THAT(GetFlags(NotIncluded), in TEST_F()
1263 EXPECT_THAT(GetFlags(NotIncluded), Contains("-DMAIN2")) in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1176 NotIncluded = testPath("not_included.h"); in TEST_F() local
1180 if (File == NoCmd || File == NotIncluded) in TEST_F()
1210 for (const auto &Path : {NoCmd, Unreliable, OK, NotIncluded}) in TEST_F()
1231 EXPECT_THAT(GetFlags(NotIncluded), Not(Contains("-DMAIN"))) in TEST_F()
1244 EXPECT_THAT(GetFlags(NotIncluded), in TEST_F()
1263 EXPECT_THAT(GetFlags(NotIncluded), Contains("-DMAIN2")) in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1176 NotIncluded = testPath("not_included.h");
1180 if (File == NoCmd || File == NotIncluded)
1210 for (const auto &Path : {NoCmd, Unreliable, OK, NotIncluded})
1231 EXPECT_THAT(GetFlags(NotIncluded), Not(Contains("-DMAIN")))
1244 EXPECT_THAT(GetFlags(NotIncluded),
1263 EXPECT_THAT(GetFlags(NotIncluded), Contains("-DMAIN2"))
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/System/
H A Dmod.rs308 pub const NotIncluded: Self = Self(2i32); const
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net_traits/
H A Dlib.rs317 NotIncluded, enumerator
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Serialization/
H A DJsonSerializerTest.cs1486 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.OptInClass.OptInClassMetadata
1491 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.OptInClass
1500 optInClass.NotIncluded = "Poor me :("; in OptInClassMetadataSerialization()
1516 Assert.AreEqual(null, newOptInClass.NotIncluded); in OptInClassMetadataSerialization()
1548 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.DataContractPrivateMembers
1560 c.NotIncluded = "Hi"; in SerializeDataContractPrivateMembers()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DJsonSerializerTest.cs3488 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.OptInClass.OptInClassMetadata
3493 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.OptInClass
3502 optInClass.NotIncluded = "Poor me :("; in OptInClassMetadataSerialization()
3518 Assert.AreEqual(null, newOptInClass.NotIncluded); in OptInClassMetadataSerialization()
3551 public string NotIncluded { get; set; } property in Newtonsoft.Json.Tests.Serialization.JsonSerializerTest.DataContractPrivateMembers
3563 c.NotIncluded = "Hi"; in SerializeDataContractPrivateMembers()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-IEs.asn2303 cRC-NotIncluded,
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-IEs.asn7451 cRC-NotIncluded,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-IEs.asn7451 cRC-NotIncluded,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-IEs.asn7451 cRC-NotIncluded,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-IEs.asn7451 cRC-NotIncluded,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/
H A Dmod.rs5930 pub const NotIncluded: UserAgeConsentResult = UserAgeConsentResult(2i32); const