/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/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()
|
D | type_manager_test.cpp | 58 auto match_result = effcee::Match(assembly, original); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << match_result.message() << "\nChecking result:\n" in Match()
|
D | fold_test.cpp | 55 auto match_result = effcee::Match(disassembly, original); in Match() local 56 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 57 << match_result.message() << "\nChecking result:\n" in Match()
|
/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()
|
D | type_manager_test.cpp | 58 auto match_result = effcee::Match(assembly, original); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << match_result.message() << "\nChecking result:\n" in Match()
|
D | fold_test.cpp | 55 auto match_result = effcee::Match(disassembly, original); in Match() local 56 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 57 << 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()
|
D | type_manager_test.cpp | 58 auto match_result = effcee::Match(assembly, original); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << match_result.message() << "\nChecking result:\n" in Match()
|
D | fold_test.cpp | 55 auto match_result = effcee::Match(disassembly, original); in Match() local 56 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 57 << match_result.message() << "\nChecking result:\n" in Match()
|
/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/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()
|
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()
|
D | fusion_legal.cpp | 58 auto match_result = effcee::Match(assembly, checks); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << 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()
|
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()
|
D | fusion_legal.cpp | 58 auto match_result = effcee::Match(assembly, checks); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << 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()
|
D | fusion_legal.cpp | 58 auto match_result = effcee::Match(assembly, checks); in Match() local 59 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match() 60 << match_result.message() << "\nChecking result:\n" in Match()
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 1566 for (const MatchResult& match_result : all_match_results) { in BestEffortMatchFunctions() local 1567 if (id_map_.IsSrcMapped(match_result.src_id) || in BestEffortMatchFunctions() 1568 id_map_.IsDstMapped(match_result.dst_id)) { in BestEffortMatchFunctions() 1572 id_map_.MapIds(match_result.src_id, match_result.dst_id); in BestEffortMatchFunctions() 1574 MatchIdsInFunctionBodies(src_func_insts.at(match_result.src_id), in BestEffortMatchFunctions() 1575 dst_func_insts.at(match_result.dst_id), in BestEffortMatchFunctions() 1576 match_result.src_match, match_result.dst_match, 0); in BestEffortMatchFunctions()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 3329 ecma_value_t match_result = ECMA_VALUE_ERROR; in ecma_regexp_match_helper() local 3373 match_result = ECMA_VALUE_EMPTY; in ecma_regexp_match_helper() 3379 if (ECMA_IS_VALUE_ERROR (match_result)) in ecma_regexp_match_helper()
|