Home
last modified time | relevance | path

Searched refs:OverlapsWith (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/config/
H A Dgpu_test_config_unittest.cc198 TEST_F(GPUTestConfigTest, OverlapsWith) { in TEST_F() argument
205 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
206 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
209 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
210 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
217 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
218 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
226 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
227 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
234 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
[all …]
H A Dgpu_test_config.h92 bool OverlapsWith(const GPUTestConfig& config) const;
H A Dgpu_test_config.cc134 bool GPUTestConfig::OverlapsWith(const GPUTestConfig& config) const { in OverlapsWith() function in gpu::GPUTestConfig
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/config/
H A Dgpu_test_config_unittest.cc222 TEST_F(GPUTestConfigTest, OverlapsWith) { in TEST_F() argument
229 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
230 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
233 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
234 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
241 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
242 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
250 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
251 EXPECT_TRUE(config2.OverlapsWith(config)); in TEST_F()
258 EXPECT_TRUE(config.OverlapsWith(config2)); in TEST_F()
[all …]
H A Dgpu_test_config.h101 bool OverlapsWith(const GPUTestConfig& config) const;
H A Dgpu_test_config.cc152 bool GPUTestConfig::OverlapsWith(const GPUTestConfig& config) const { in OverlapsWith() function in gpu::GPUTestConfig
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/expression/
H A Dexpression_methods.rs194 fn overlaps_with<T>(self, other: T) -> OverlapsWith<Self, T::Expression> in overlaps_with()
198 OverlapsWith::new(self, other.as_expression()) in overlaps_with()
H A Doperators.rs5 diesel_infix_operator!(OverlapsWith, " && ", backend: Pg);
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/expression/
H A Dexpression_methods.rs194 fn overlaps_with<T>(self, other: T) -> OverlapsWith<Self, T::Expression> in overlaps_with()
198 OverlapsWith::new(self, other.as_expression()) in overlaps_with()
H A Doperators.rs5 diesel_infix_operator!(OverlapsWith, " && ", backend: Pg);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Durl_pattern_set_unittest.cc98 TEST(URLPatternSetTest, OverlapsWith) { in TEST() argument
111 EXPECT_FALSE(set1.OverlapsWith(set2)); in TEST()
112 EXPECT_FALSE(set2.OverlapsWith(set1)); in TEST()
114 EXPECT_TRUE(set1.OverlapsWith(set3)); in TEST()
115 EXPECT_TRUE(set3.OverlapsWith(set1)); in TEST()
H A Durl_pattern_set.cc253 bool URLPatternSet::OverlapsWith(const URLPatternSet& other) const { in OverlapsWith() function in extensions::URLPatternSet
259 if (i->OverlapsWith(*j)) in OverlapsWith()
H A Durl_pattern_set.h133 bool OverlapsWith(const URLPatternSet& other) const;
H A Dextension_set.cc130 if (iter->second->web_extent().OverlapsWith(extent)) in GetHostedAppByOverlappingWebExtent()
H A Durl_pattern.h206 bool OverlapsWith(const URLPattern& other) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Durl_pattern_set_unittest.cc99 TEST(URLPatternSetTest, OverlapsWith) { in TEST() argument
112 EXPECT_FALSE(set1.OverlapsWith(set2)); in TEST()
113 EXPECT_FALSE(set2.OverlapsWith(set1)); in TEST()
115 EXPECT_TRUE(set1.OverlapsWith(set3)); in TEST()
116 EXPECT_TRUE(set3.OverlapsWith(set1)); in TEST()
H A Durl_pattern_set.cc253 bool URLPatternSet::OverlapsWith(const URLPatternSet& other) const { in OverlapsWith() function in extensions::URLPatternSet
259 if (i->OverlapsWith(*j)) in OverlapsWith()
H A Durl_pattern_set.h133 bool OverlapsWith(const URLPatternSet& other) const;
H A Durl_pattern.h206 bool OverlapsWith(const URLPattern& other) const;
H A Dextension_set.cc127 if (iter->second->web_extent().OverlapsWith(extent)) in GetHostedAppByOverlappingWebExtent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/interval_multiset/
H A Dnacl_interval_multiset.h103 int (*OverlapsWith)(struct NaClIntervalMultiset *self, member
H A Dnacl_interval_test.c329 result = (*nis[ix]->vtbl->OverlapsWith)(nis[ix], in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/third_party/gpu_test_expectations/
H A Dgpu_test_config.h78 bool OverlapsWith(const GPUTestConfig& config) const;
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DPlayer.h239 bool OverlapsWith(const AABB3 &);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DDisInterval.cs211 else if (last.OverlapsWith (cur)) { in Normalize()
475 else if (r.OverlapsWith (l)) { in Join()

12