Home
last modified time | relevance | path

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

/third_party/boost/libs/log/test/run/
Dcore.cpp69 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
94 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
109 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
120 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
140 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
147 BOOST_CHECK_EQUAL(pSink2->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
165 attrs::constant< short > attr4(255); in thread_attributes_test() local
168 pCore->add_thread_attribute(data::attr4(), attr4); in thread_attributes_test()
219 BOOST_CHECK_EQUAL(pSink->m_Consumed[data::attr4()], 0UL); in BOOST_AUTO_TEST_CASE()
[all …]
Dattr_attribute_value_set.cpp73 attrs::constant< char > attr4('L'); in BOOST_AUTO_TEST_CASE() local
115 set3[data::attr4()] = attr4; in BOOST_AUTO_TEST_CASE()
118 set2[data::attr4()] = attr4_2; in BOOST_AUTO_TEST_CASE()
121 set1[data::attr4()] = attr4_3; in BOOST_AUTO_TEST_CASE()
141 … BOOST_CHECK(logging::visit< unsigned int >(data::attr4(), view1, receiver< unsigned int >(m))); in BOOST_AUTO_TEST_CASE()
192 it = view1.find(data::attr4()); in BOOST_AUTO_TEST_CASE()
214 p = view1[data::attr4()]; in BOOST_AUTO_TEST_CASE()
222 BOOST_CHECK_EQUAL(view1.count(data::attr4()), 0UL); in BOOST_AUTO_TEST_CASE()
Dfilt_attr.cpp69 f = expr::attr< int >(data::attr4()).or_throw() >= 1; in BOOST_AUTO_TEST_CASE()
71 f = expr::attr< int >(data::attr4()) >= 1; in BOOST_AUTO_TEST_CASE()
74 f = expr::attr< int >(data::attr4()) < 1; in BOOST_AUTO_TEST_CASE()
208 …f = phoenix::bind(predicate(present_counter, predicate_result), expr::attr< int >(data::attr4()).o… in BOOST_AUTO_TEST_CASE()
210 … f = phoenix::bind(predicate(present_counter, predicate_result), expr::attr< int >(data::attr4())); in BOOST_AUTO_TEST_CASE()
250 f = expr::begins_with(expr::attr< std::string >(data::attr4()), "Hello"); in BOOST_AUTO_TEST_CASE()
289 f = expr::ends_with(expr::attr< std::string >(data::attr4()), "world!"); in BOOST_AUTO_TEST_CASE()
328 f = expr::contains(expr::attr< std::string >(data::attr4()), "Hello"); in BOOST_AUTO_TEST_CASE()
364 f = expr::matches(expr::attr< std::string >(data::attr4()), rex); in BOOST_AUTO_TEST_CASE()
Dform_attr.cpp108 << expr::attr< int >(data::attr4()).or_throw() in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 << expr::attr< int >(data::attr4()) in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dfilt_has_attr.cpp53 f = expr::has_attr(data::attr4()); in BOOST_AUTO_TEST_CASE()
Dutil_stp_filter_parser.cpp148 attrs::constant< float > attr4(0.0f); in BOOST_AUTO_TEST_CASE() local
166 set1["MyAttr"] = attr4; in BOOST_AUTO_TEST_CASE()
331 attrs::constant< std::string > attr4("world"); in BOOST_AUTO_TEST_CASE() local
349 set1["MyStr"] = attr4; in BOOST_AUTO_TEST_CASE()
Dfilt_matches_boost_regex.cpp66 f = expr::matches< std::string >(data::attr4(), regex_type(".*")); in BOOST_AUTO_TEST_CASE()
Dfilt_matches_std_regex.cpp70 f = expr::matches< std::string >(data::attr4(), regex_type(".*")); in BOOST_AUTO_TEST_CASE()
Dfilt_matches_xpressive.cpp66 f = expr::matches< std::string >(data::attr4(), regex_type::compile(".*")); in BOOST_AUTO_TEST_CASE()
Dfilt_matches_spirit_qi.cpp72 f = expr::matches< std::string >(data::attr4(), *spirit::char_); in BOOST_AUTO_TEST_CASE()
Dfilt_matches_spirit_classic.cpp73 f = expr::matches< std::string >(data::attr4(), *spirit::anychar_p); in BOOST_AUTO_TEST_CASE()
/third_party/libxml2/result/errors/
Dattr4.xml.str1 ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
4 ./test/errors/attr4.xml:1: parser error : attributes construct error
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT
10 ./test/errors/attr4.xml : failed to parse
Dattr4.xml.ent1 ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
4 ./test/errors/attr4.xml:1: parser error : attributes construct error
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
10 ./test/errors/attr4.xml:1: parser error : Extra content at the end of the document
Dattr4.xml.err1 ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
4 ./test/errors/attr4.xml:1: parser error : attributes construct error
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
10 ./test/errors/attr4.xml:1: parser error : Extra content at the end of the document
/third_party/skia/resources/sksl/metal/
DNumericGlobals.sksl4 half4 attr4 = half4(4, 5, 6, 7);
7 sk_FragColor = half4(attr1, attr2, attr3, attr4.x);
/third_party/skia/tests/sksl/metal/
DNumericGlobals.metal13 half4 attr4;
20 …sk_FragColor = half4(_globals.attr1, half(_globals.attr2), half(_globals.attr3), _globals.attr4.x);
/third_party/boost/libs/log/test/common/
Dchar_definitions.hpp58 static const char* attr4() { return "attr4"; } in attr4() function
96 static const char* attr4() { return "attr4"; } in attr4() function
/third_party/typescript/tests/baselines/reference/
DjsxReactTestSuite.js51 attr4="baz">
139 } attr4="baz">
DjsxReactTestSuite.symbols99 attr4="baz">
100 >attr4 : Symbol(attr4, Decl(jsxReactTestSuite.tsx, 48, 5))
DjsxReactTestSuite.types114 … "foo" + "bar" + "baz" + "bug" // Extra line here. } attr4="baz"> </div> : e…
155 attr4="baz">
156 >attr4 : string
/third_party/boost/libs/pfr/test/run/
Derror_pfr_c1202.cpp57 CfgAttrib<unsigned> attr4{ "attr4", 2}; member in MyConfig
/third_party/typescript/tests/cases/conformance/jsx/
DjsxReactTestSuite.tsx52 attr4="baz">
/third_party/chromium/patch/
D0001-cve.patch75725 - * test/errors/attr4.xml result/errors/attr4.xml*: added a specific