Home
last modified time | relevance | path

Searched refs:MatchesAll (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/matchers/
H A Dtest_higherorder.py19 MatchesAll,
137 matches_matcher = MatchesAll(NotEquals(1), NotEquals(2))
143 MatchesAll(NotEquals(1), NotEquals(2)))]
149 1, MatchesAll(NotEquals(1), NotEquals(2))),
151 MatchesAll(NotEquals(2), NotEquals(1), Equals(3), first_only=True)),
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/tests/matchers/
H A Dtest_higherorder.py19 MatchesAll,
136 matches_matcher = MatchesAll(NotEquals(1), NotEquals(2))
142 MatchesAll(NotEquals(1), NotEquals(2)))]
148 1, MatchesAll(NotEquals(1), NotEquals(2))),
150 MatchesAll(NotEquals(2), NotEquals(1), Equals(3), first_only=True)),
/dports/devel/py-testtools/testtools-2.5.0/testtools/matchers/
H A D_filesystem.py20 MatchesAll,
40 return MatchesAll(
48 return MatchesAll(
H A D_datastructures.py15 MatchesAll,
29 return MatchesAll(*map(Contains, items), first_only=False)
H A D__init__.py117 MatchesAll,
H A D_warnings.py16 MatchesAll,
H A D_higherorder.py42 class MatchesAll: class
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/matchers/
H A D_filesystem.py20 MatchesAll,
40 return MatchesAll(
48 return MatchesAll(
H A D_datastructures.py15 MatchesAll,
29 return MatchesAll(*map(Contains, items), first_only=False)
H A D__init__.py106 MatchesAll,
H A D_higherorder.py42 class MatchesAll(object): class
/dports/x11/xscope/xscope-1.4.1/
H A Dprtype.c674 Boolean MatchesAll = false; in PrintSET() local
686 MatchesAll = true; in PrintSET()
687 for (p = ValueList; MatchesAll && (p != NULL); p = p->Next) { in PrintSET()
689 MatchesAll = false; in PrintSET()
692 if (!MatchesAll) in PrintSET()
704 if (MatchesAll) in PrintSET()
/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dnbody_by_type_lib.py32 from .ttree_lex import MatchesPattern, MatchesAll, InputError
36 from ttree_lex import MatchesPattern, MatchesAll, InputError
321 if MatchesAll(type_strings, typepattern): # <-see "ttree_lex.py"
H A Dbonds_by_type.py204 if (ttree_lex.MatchesAll((atomtype1, atomtype2), typepattern) or
205 ttree_lex.MatchesAll((atomtype2, atomtype1), typepattern)):
H A Dcharge_by_bond.py201 if ttree_lex.MatchesAll((atomtype1, atomtype2), typepattern):
206 elif ttree_lex.MatchesAll((atomtype2, atomtype1), typepattern):
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/query_parser/
H A Dquery_parser.cc261 bool MatchesAll(const QueryWordVector& words,
278 bool QueryNodePhrase::MatchesAll(const QueryWordVector& words, in MatchesAll() function in query_parser::QueryNodePhrase
307 if (MatchesAll(words, &first_word, &last_word)) { in HasMatchIn()
319 return MatchesAll(words, &first_word, &last_word); in HasMatchIn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/query_parser/
H A Dquery_parser.cc260 bool MatchesAll(const QueryWordVector& words,
277 bool QueryNodePhrase::MatchesAll(const QueryWordVector& words, in MatchesAll() function in query_parser::QueryNodePhrase
306 if (MatchesAll(words, &first_word, &last_word)) { in HasMatchIn()
318 return MatchesAll(words, &first_word, &last_word); in HasMatchIn()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/test/python/testtools/tests/
H A Dtest_matchers.py27 MatchesAll,
284 matches_matcher = MatchesAll(NotEquals(1), NotEquals(2))
290 MatchesAll(NotEquals(1), NotEquals(2)))]
295 1, MatchesAll(NotEquals(1), NotEquals(2)))]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/test/python/testtools/tests/
H A Dtest_matchers.py27 MatchesAll,
284 matches_matcher = MatchesAll(NotEquals(1), NotEquals(2))
290 MatchesAll(NotEquals(1), NotEquals(2)))]
295 1, MatchesAll(NotEquals(1), NotEquals(2)))]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/feature_policy/
H A Dfeature_policy.h149 bool MatchesAll() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/feature_policy/
H A Ddom_feature_policy.cc97 if (allowlist.MatchesAll()) in getAllowlistForFeature()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/
H A Dtestcase.py40 MatchesAll,
393 matcher = Raises(MatchesAll(ReRaiseOtherTypes(),
/dports/devel/py-testtools/testtools-2.5.0/testtools/
H A Dtestcase.py33 MatchesAll,
464 MatchesAll(ReRaiseOtherTypes(),
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/
H A Dtest.py139 matcher = matchers.Raises(matchers.MatchesAll(ReRaiseOtherTypes(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/feature_policy/
H A Dfeature_policy.cc96 bool FeaturePolicy::Allowlist::MatchesAll() const { in MatchesAll() function in blink::FeaturePolicy::Allowlist

12