Home
last modified time | relevance | path

Searched refs:match_result (Results 1 – 25 of 33) sorted by relevance

12

/external/libchrome/mojo/public/tools/bindings/
Dgenerate_type_mappings.py99 match_result = mapping_pattern.match(typename)
100 assert match_result, (
103 mojom_type = match_result.group(1)
104 native_type = match_result.group(2)
106 if match_result.group(3):
107 attributes = match_result.group(3).split(',')
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h188 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()
Dir_builder.cpp62 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()
Dtype_manager_test.cpp58 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()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h188 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()
Dir_builder.cpp62 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()
Dtype_manager_test.cpp58 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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpass_fixture.h188 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()
Dir_builder.cpp60 auto match_result = effcee::Match(assembly, original); in Match() local
61 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
62 << match_result.message() << "\nChecking result:\n" in Match()
Dtype_manager_test.cpp58 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()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp57 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()
Dpeeling.cpp57 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()
Dfusion_legal.cpp58 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()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp57 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()
Dpeeling.cpp57 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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Dlcssa.cpp55 auto match_result = effcee::Match(assembly, 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()
Dpeeling.cpp56 auto match_result = effcee::Match(assembly, checks); in Match() local
57 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
58 << match_result.message() << "\nChecking result:\n" in Match()
Dfusion_legal.cpp55 auto match_result = effcee::Match(assembly, checks); in Match() local
56 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
57 << match_result.message() << "\nChecking result:\n" in Match()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dunit_test_runner.py378 match_result = re.match(r'(.*?)\.elf$', binary.name, re.IGNORECASE)
379 if match_result:
380 build_project_name = match_result[1]
/external/libtextclassifier/native/annotator/datetime/
Dextractor.cc225 UnicodeText* match_result) const { in ExtractType()
242 if (match_result != nullptr) { in ExtractType()
243 *match_result = matcher->Group(&status); in ExtractType()
Dextractor.h71 UnicodeText* match_result = nullptr) const;
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py234 match_result = self.wait_for_cmd_output(
237 usb_check_result = usb_check_result and match_result
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp1663 for (const MatchResult& match_result : all_match_results) { in BestEffortMatchFunctions() local
1664 if (id_map_.IsSrcMapped(match_result.src_id) || in BestEffortMatchFunctions()
1665 id_map_.IsDstMapped(match_result.dst_id)) { in BestEffortMatchFunctions()
1669 id_map_.MapIds(match_result.src_id, match_result.dst_id); in BestEffortMatchFunctions()
1671 MatchFunctionParamIds(src_funcs_[match_result.src_id], in BestEffortMatchFunctions()
1672 dst_funcs_[match_result.dst_id]); in BestEffortMatchFunctions()
1673 MatchIdsInFunctionBodies(src_func_insts.at(match_result.src_id), in BestEffortMatchFunctions()
1674 dst_func_insts.at(match_result.dst_id), in BestEffortMatchFunctions()
1675 match_result.src_match, match_result.dst_match, 0); in BestEffortMatchFunctions()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp1566 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()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp1569 for (const MatchResult& match_result : all_match_results) { in BestEffortMatchFunctions() local
1570 if (id_map_.IsSrcMapped(match_result.src_id) || in BestEffortMatchFunctions()
1571 id_map_.IsDstMapped(match_result.dst_id)) { in BestEffortMatchFunctions()
1575 id_map_.MapIds(match_result.src_id, match_result.dst_id); in BestEffortMatchFunctions()
1577 MatchIdsInFunctionBodies(src_func_insts.at(match_result.src_id), in BestEffortMatchFunctions()
1578 dst_func_insts.at(match_result.dst_id), in BestEffortMatchFunctions()
1579 match_result.src_match, match_result.dst_match, 0); in BestEffortMatchFunctions()

12