/third_party/boost/boost/spirit/home/classic/core/primitives/ |
D | numerics.hpp | 42 typedef typename match_result<ScannerT, T>::type type; 73 typedef typename match_result<ScannerT, T>::type type; 125 typedef typename match_result<ScannerT, bool>::type type; 165 static typename match_result<ScannerT, nil_t>::type 235 typedef typename match_result<ScannerT, T>::type type;
|
/third_party/jerryscript/tests/jerry/ |
D | string-prototype-match.js | 30 function match_equals (match_result, expected) argument 32 if (match_result.length !== expected.length) 39 if (match_result[i] !== expected[i])
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_fixture.h | 188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local 189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch() 190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local 215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail() 216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
|
D | ir_builder.cpp | 62 auto match_result = effcee::Match(assembly, original); in Match() local 63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 64 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | pass_fixture.h | 188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local 189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch() 190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local 215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail() 216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
|
D | ir_builder.cpp | 62 auto match_result = effcee::Match(assembly, original); in Match() local 63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 64 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/spirv-tools/test/opt/ |
D | pass_fixture.h | 188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local 189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch() 190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch() 214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local 215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail() 216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
|
D | ir_builder.cpp | 62 auto match_result = effcee::Match(assembly, original); in Match() local 63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 64 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/ |
D | rule.ipp | 164 typedef typename match_result<ScannerT, attr_t>::type type; 214 virtual typename match_result<ScannerT, AttrT>::type 237 typename match_result<ScannerT, AttrT>::type 274 // virtual typename match_result<ScannerT0, AttrT>::type 285 virtual typename match_result< \ 341 // virtual typename match_result<ScannerT0, AttrT>::type 358 virtual typename match_result< \
|
D | subrule.ipp | 81 typedef typename match_result<ScannerT, ContextResultT>::type 94 typedef typename match_result<ScannerT, ContextResultT>::type
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-print.c | 53 int match_result = regexec(&thread_data_regex, output, REGEX_NMATCH, pmatch, 0); in find_thread_in_output() local 55 if (match_result != 0) { in find_thread_in_output()
|
/third_party/mindspore/tests/st/model_zoo_tests/ |
D | utils.py | 107 match_result = re.search(pattern, line) 108 if match_result is not None: 109 value_list.append(float(match_result.group(1)))
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | escape_char.hpp | 64 typedef typename match_result<ScannerT, CharT>::type type; 133 typedef typename match_result<ScannerT, CharT>::type type;
|
D | loops.hpp | 81 typedef typename match_result<ScannerT, nil_t>::type type; 158 typedef typename match_result<ScannerT, nil_t>::type type; 242 typedef typename match_result<ScannerT, nil_t>::type type;
|
D | functor_parser.hpp | 44 typedef typename match_result<ScannerT, functor_result_t>::type
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | lcssa.cpp | 57 auto match_result = effcee::Match(assembly, original); in Match() local 58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 59 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | lcssa.cpp | 57 auto match_result = effcee::Match(assembly, original); in Match() local 58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 59 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | lcssa.cpp | 57 auto match_result = effcee::Match(assembly, original); in Match() local 58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 59 << match_result.message() << "\nChecking result:\n" in Match()
|
D | peeling.cpp | 57 auto match_result = effcee::Match(assembly, checks); in Match() local 58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 59 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/boost/boost/program_options/ |
D | options_description.hpp | 88 enum match_result { no_match, full_match, approximate_match }; enum in boost::program_options::option_description 93 match_result match(const std::string& option, bool approx,
|
/third_party/boost/boost/spirit/home/classic/dynamic/ |
D | switch.hpp | 108 typedef typename match_result<ScannerT, nil_t>::type type; 165 typedef typename match_result<ScannerT, nil_t>::type type;
|
D | if.hpp | 66 typedef typename match_result<ScannerT, nil_t>::type type; 164 typedef typename match_result<ScannerT, nil_t>::type type;
|
/third_party/boost/boost/spirit/home/classic/core/composite/ |
D | epsilon.hpp | 120 { typedef typename match_result<ScannerT, nil_t>::type type; }; 162 { typedef typename match_result<ScannerT, nil_t>::type type; };
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/ |
D | grammar.hpp | 48 typedef typename match_result<ScannerT, attr_t>::type type;
|
/third_party/boost/boost/spirit/home/classic/core/ |
D | parser.hpp | 126 typedef typename match_result<ScannerT, nil_t>::type type;
|