Home
last modified time | relevance | path

Searched refs:IsSupersetOf (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/privacy_budget/
H A Dprivacy_budget_browsertest.cc31 using testing::IsSupersetOf;
110 IsSupersetOf({ in IN_PROC_BROWSER_TEST_F()
160 IsSupersetOf({ in IN_PROC_BROWSER_TEST_F()
205 IsSupersetOf({ in IN_PROC_BROWSER_TEST_F()
H A Dprivacy_budget_ukm_entry_filter_unittest.cc22 using testing::IsSupersetOf;
95 EXPECT_THAT(x->metrics, IsSupersetOf(expected_metrics)); in TEST()
127 IsSupersetOf( in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_header_parser_unittest.cc279 testing::IsSupersetOf(expected_commands)); in TEST_P()
320 testing::IsSupersetOf(expected_commands)); in TEST_P()
355 testing::IsSupersetOf(expected_commands)); in TEST_P()
382 testing::IsSupersetOf(expected_commands)); in TEST_P()
410 testing::IsSupersetOf(expected_commands)); in TEST_P()
468 testing::IsSupersetOf(expected_commands)); in TEST_P()
501 testing::IsSupersetOf(expected_commands)); in TEST_P()
535 testing::IsSupersetOf(expected_commands)); in TEST_P()
564 testing::IsSupersetOf(expected_commands)); in TEST_P()
612 testing::IsSupersetOf(expected_commands)); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/reporting/
H A Dreporting_header_parser_unittest.cc259 testing::IsSupersetOf(expected_commands)); in TEST_P()
300 testing::IsSupersetOf(expected_commands)); in TEST_P()
336 testing::IsSupersetOf(expected_commands)); in TEST_P()
363 testing::IsSupersetOf(expected_commands)); in TEST_P()
391 testing::IsSupersetOf(expected_commands)); in TEST_P()
451 testing::IsSupersetOf(expected_commands)); in TEST_P()
484 testing::IsSupersetOf(expected_commands)); in TEST_P()
518 testing::IsSupersetOf(expected_commands)); in TEST_P()
547 testing::IsSupersetOf(expected_commands)); in TEST_P()
595 testing::IsSupersetOf(expected_commands)); in TEST_P()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/tests/
H A DImmutableHashSetBuilderTest.cs230 public void IsSupersetOf() in IsSupersetOf() method in System.Collections.Immutable.Tests.ImmutableHashSetBuilderTest
233 … AssertExtensions.Throws<ArgumentNullException>("other", () => builder.IsSupersetOf(null)); in IsSupersetOf()
234 Assert.False(builder.IsSupersetOf(Enumerable.Range(1, 4))); in IsSupersetOf()
235 Assert.True(builder.IsSupersetOf(Enumerable.Range(1, 3))); in IsSupersetOf()
236 Assert.True(builder.IsSupersetOf(Enumerable.Range(1, 2))); in IsSupersetOf()
293 Assert.True(builder.IsSupersetOf(new[] { null, "a" })); in NullHandling()
H A DImmutableSortedSetBuilderTest.cs248 public void IsSupersetOf() in IsSupersetOf() method in System.Collections.Immutable.Tests.ImmutableSortedSetBuilderTest
251 … AssertExtensions.Throws<ArgumentNullException>("other", () => builder.IsSupersetOf(null)); in IsSupersetOf()
252 Assert.False(builder.IsSupersetOf(Enumerable.Range(1, 4))); in IsSupersetOf()
253 Assert.True(builder.IsSupersetOf(Enumerable.Range(1, 3))); in IsSupersetOf()
254 Assert.True(builder.IsSupersetOf(Enumerable.Range(1, 2))); in IsSupersetOf()
343 Assert.True(builder.IsSupersetOf(new[] { null, "a" })); in NullHandling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dfield_formatter_unittest.cc22 using ::testing::IsSupersetOf;
192 IsSupersetOf(expected_values)); in TEST()
217 IsSupersetOf(expected_values)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dsingle_client_device_info_sync_test.cc29 using testing::IsSupersetOf;
115 IsSupersetOf({HasCacheGuid(CacheGuidForSuffix(1)), in IN_PROC_BROWSER_TEST_F()
168 IsSupersetOf({HasCacheGuid(CacheGuidForSuffix(1)), in IN_PROC_BROWSER_TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Collections.Generic/
H A DHashSetTest.cs300 Assert.IsTrue (set.IsSupersetOf (other)); in TestSupersetOf()
301 Assert.IsTrue (set.IsSupersetOf (other2)); in TestSupersetOf()
302 Assert.IsFalse (set.IsSupersetOf (other3)); in TestSupersetOf()
315 Assert.IsTrue (set.IsSupersetOf (other1)); in TestSupersetOfComparer()
316 Assert.IsTrue (set.IsSupersetOf (other2)); in TestSupersetOfComparer()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dli_std_set_runme.cs76 checkThat(ss.IsSupersetOf(new[] {"foo", "bar", "baz"}), "IsProperSupersetOf works"); in Main()
77 … checkThat(!ss.IsSupersetOf(new[] {"foo", "bar", "baz", "quux"}), "IsProperSupersetOf works"); in Main()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DLongBitSet.cs136 return IsSupersetOf(other) && !SetEquals(other); in IsProperSupersetOf()
144 public bool IsSupersetOf(LongBitSet<T> other) in IsSupersetOf() method
H A DBitSet.cs118 return IsSupersetOf(other) && !SetEquals(other); in IsProperSupersetOf()
126 public bool IsSupersetOf(BitSet<T> other) in IsSupersetOf() method
/dports/sysutils/istio/istio-1.6.7/pkg/config/labels/
H A Dcollection.go41 func (c Collection) IsSupersetOf(that Instance) bool { func
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/
H A DServerBus.cs371 if (recipients.IsSupersetOf (pair.Value)) in HandleMessage()
382 if (recipients.IsSupersetOf (pair.Value)) in HandleMessage()
384 if (!recipientsMatchingHeader.IsSupersetOf (pair.Value)) in HandleMessage()
386 if (a.IsSupersetOf (pair.Key.Args)) in HandleMessage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableHashSet_1.Builder.cs317 public bool IsSupersetOf(IEnumerable<T> other) in IsSupersetOf() method in System.Collections.Immutable.ImmutableHashSet.Builder
319 return ImmutableHashSet<T>.IsSupersetOf(other, this.Origin); in IsSupersetOf()
H A DImmutableSortedSet_1.Builder.cs301 public bool IsSupersetOf(IEnumerable<T> other) in IsSupersetOf() method in System.Collections.Immutable.ImmutableSortedSet.Builder
303 return this.ToImmutable().IsSupersetOf(other); in IsSupersetOf()
H A DIImmutableSet.cs140 bool IsSupersetOf(IEnumerable<T> other); in IsSupersetOf() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/src/System/Collections/Generic/
H A DISet.cs35 bool IsSupersetOf(IEnumerable<T> other); in IsSupersetOf() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Diset.cs49 bool IsSupersetOf(IEnumerable<T> other); in IsSupersetOf() method
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Support/Compatibility/
H A DISet.cs38 bool IsSupersetOf(IEnumerable<T> other); in IsSupersetOf() method
/dports/devel/swig/swig-4.0.2/Lib/csharp/
H A Dstd_set.i108 return IsSupersetOf(other) && Count > count_enum(other);
122 …public bool IsSupersetOf(global::System.Collections.Generic.IEnumerable<$typemap(cstype, T)> other…
141 return IsSupersetOf(other) && Count == count_enum(other);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofuoset.h281 virtual OFBool IsSupersetOf( const OFUnorderedSet<T> &other ) const in IsSupersetOf() function
321 return( other.IsSupersetOf( *this ) ); in IsSubsetOf()
H A Dofoset.h342 virtual OFBool IsSupersetOf( const OFOrderedSet<T> &other ) const in IsSupersetOf() function
382 return( other.IsSupersetOf( *this ) ); in IsSubsetOf()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dtls.go45 labelMatch := proxyLabels.IsSupersetOf(match.SourceLabels)
67 labelMatch := proxyLabels.IsSupersetOf(match.SourceLabels)
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dauthorization.go84 if workloadLabels.IsSupersetOf(selector) {

12345678910>>...12