/third_party/boost/libs/log/test/run/ |
D | core.cpp | 69 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 …]
|
D | attr_attribute_value_set.cpp | 73 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()
|
D | filt_attr.cpp | 69 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()
|
D | form_attr.cpp | 108 << 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()
|
D | filt_has_attr.cpp | 53 f = expr::has_attr(data::attr4()); in BOOST_AUTO_TEST_CASE()
|
D | util_stp_filter_parser.cpp | 148 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()
|
D | filt_matches_boost_regex.cpp | 66 f = expr::matches< std::string >(data::attr4(), regex_type(".*")); in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_std_regex.cpp | 70 f = expr::matches< std::string >(data::attr4(), regex_type(".*")); in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_xpressive.cpp | 66 f = expr::matches< std::string >(data::attr4(), regex_type::compile(".*")); in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_spirit_qi.cpp | 72 f = expr::matches< std::string >(data::attr4(), *spirit::char_); in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_spirit_classic.cpp | 73 f = expr::matches< std::string >(data::attr4(), *spirit::anychar_p); in BOOST_AUTO_TEST_CASE()
|
/third_party/libxml2/result/errors/ |
D | attr4.xml.str | 1 ./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
|
D | attr4.xml.ent | 1 ./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
|
D | attr4.xml.err | 1 ./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/ |
D | NumericGlobals.sksl | 4 half4 attr4 = half4(4, 5, 6, 7); 7 sk_FragColor = half4(attr1, attr2, attr3, attr4.x);
|
/third_party/skia/tests/sksl/metal/ |
D | NumericGlobals.metal | 13 half4 attr4; 20 …sk_FragColor = half4(_globals.attr1, half(_globals.attr2), half(_globals.attr3), _globals.attr4.x);
|
/third_party/boost/libs/log/test/common/ |
D | char_definitions.hpp | 58 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/ |
D | jsxReactTestSuite.js | 51 attr4="baz"> 139 } attr4="baz">
|
D | jsxReactTestSuite.symbols | 99 attr4="baz"> 100 >attr4 : Symbol(attr4, Decl(jsxReactTestSuite.tsx, 48, 5))
|
D | jsxReactTestSuite.types | 114 … "foo" + "bar" + "baz" + "bug" // Extra line here. } attr4="baz"> </div> : e… 155 attr4="baz"> 156 >attr4 : string
|
/third_party/boost/libs/pfr/test/run/ |
D | error_pfr_c1202.cpp | 57 CfgAttrib<unsigned> attr4{ "attr4", 2}; member in MyConfig
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | jsxReactTestSuite.tsx | 52 attr4="baz">
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 75725 - * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
|