Home
last modified time | relevance | path

Searched refs:match_all (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_filterQueue.cpp32 static bool match_all(uintptr_t val) { in match_all() function
59 EXPECT_EQ(queue.contains(match_all), false) << "Must be empty."; in is_empty()
61 EXPECT_EQ(queue.peek(match_all), (uintptr_t)0) << "Must be empty."; in is_empty()
62 EXPECT_EQ(queue.pop(match_all), (uintptr_t)0) << "Must be empty."; in is_empty()
71 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
76 EXPECT_EQ(queue.pop(match_all), (uintptr_t)1) << "Must not be empty."; in TEST_VM()
89 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
97 EXPECT_EQ(queue.pop(match_all), (uintptr_t)1) << "Must not be empty."; in TEST_VM()
102 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
122 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_filterQueue.cpp32 static bool match_all(uintptr_t val) { in match_all() function
59 EXPECT_EQ(queue.contains(match_all), false) << "Must be empty."; in is_empty()
60 EXPECT_EQ(queue.pop(match_all), (uintptr_t)0) << "Must be empty."; in is_empty()
69 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
71 EXPECT_EQ(queue.pop(match_all), (uintptr_t)1) << "Must not be empty."; in TEST_VM()
84 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
87 EXPECT_EQ(queue.pop(match_all), (uintptr_t)1) << "Must not be empty."; in TEST_VM()
92 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
106 EXPECT_EQ(queue.contains(match_all), true) << "Must contain a value."; in TEST_VM()
110 EXPECT_EQ(queue.pop(match_all), (uintptr_t)3) << "Must not be empty."; in TEST_VM()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/analyses/
H A Dstatic_expressions.py32 def match_all(self, *args): member in StaticExpressions
44 return self.match_all(*node.values) and self.add(node)
47 return self.match_all(node.left, node.right) and self.add(node)
53 return (self.match_all(node.test, node.body, node.orelse)
57 return self.match_all(node.left, *node.comparators) and self.add(node)
/dports/www/py-requests-mock/requests-mock-1.9.3/tests/
H A Dtest_custom_matchers.py30 def match_all(request): function
36 return match_all(request)
49 mocker.add_matcher(match_all)
58 mocker.add_matcher(match_all)
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dverify.py90 expected = RegexOutput(expected, match_all)
109 def __init__(self, expected, match_all=True): argument
117 self.match_all = match_all
137 if self.match_all:
217 def __init__(self, expected, match_all=True): argument
220 ExpectedOutput.__init__(self, expected, match_all)
234 if self.match_all:
262 def __init__(self, expected, match_all=True): argument
273 if self.match_all:
293 if self.match_all:
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dverify.py90 expected = RegexOutput(expected, match_all)
109 def __init__(self, expected, match_all=True): argument
117 self.match_all = match_all
137 if self.match_all:
217 def __init__(self, expected, match_all=True): argument
220 ExpectedOutput.__init__(self, expected, match_all)
234 if self.match_all:
262 def __init__(self, expected, match_all=True): argument
273 if self.match_all:
293 if self.match_all:
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dverify.py90 expected = RegexOutput(expected, match_all)
109 def __init__(self, expected, match_all=True): argument
117 self.match_all = match_all
137 if self.match_all:
217 def __init__(self, expected, match_all=True): argument
220 ExpectedOutput.__init__(self, expected, match_all)
234 if self.match_all:
262 def __init__(self, expected, match_all=True): argument
273 if self.match_all:
293 if self.match_all:
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dverify.py90 expected = RegexOutput(expected, match_all)
109 def __init__(self, expected, match_all=True): argument
117 self.match_all = match_all
137 if self.match_all:
217 def __init__(self, expected, match_all=True): argument
220 ExpectedOutput.__init__(self, expected, match_all)
234 if self.match_all:
262 def __init__(self, expected, match_all=True): argument
273 if self.match_all:
293 if self.match_all:
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
60 match_perl = match_all << 1, /* Use perl matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
133 using regex_constants::match_all;
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/regex/v4/
H A Dmatch_flags.hpp52match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
53 match_perl = match_all << 1, /* Use perl matching rules */
76 | match_stop | match_all | match_perl | match_posix | match_nosubs
131 using regex_constants::match_all;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/regex/v4/
H A Dmatch_flags.hpp53match_all = match_stop << 1, /* must find the whole of input even if match_an…
54 match_perl = match_all << 1, /* Use perl matching rules */
77 | match_stop | match_all | match_perl | match_posix | match_nosubs
132 using regex_constants::match_all;
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
60 match_perl = match_all << 1, /* Use perl matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
138 using regex_constants::match_all;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
60 match_perl = match_all << 1, /* Use perl matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
138 using regex_constants::match_all;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
60 match_perl = match_all << 1, /* Use perl matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
138 using regex_constants::match_all;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
60 match_perl = match_all << 1, /* Use perl matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
138 using regex_constants::match_all;
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dregex.hg93 * @note When you call a match() or a match_all() method taking a MatchInfo,
95 * If you call match() or match_all() with a std::string or a string literal,
98 * is deprecated in all match() and match_all() methods since glibmm 2.64.
178 bool match_all(
184 /// A match_all() method not requiring a Glib::MatchInfo.
187 /** A match_all() method with a start positon and a Glib::MatchInfo.
190 bool match_all(
198 bool match_all(
206 /** A match_all() method with a start position not requiring a Glib::MatchInfo.
211 /** A match_all() method with a start position and a string length not
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dincluded-by18 match_all = False
35 match_all = True
51 if match_all:
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/header-tools/
H A Dincluded-by18 match_all = False
35 match_all = True
51 if match_all:
/dports/lang/gnat_util/gcc-6-20180516/contrib/header-tools/
H A Dincluded-by18 match_all = False
35 match_all = True
51 if match_all:
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/header-tools/
H A Dincluded-by18 match_all = False
35 match_all = True
51 if match_all:

12345678910>>...24