/external/libchrome/mojo/public/tools/bindings/ |
D | generate_type_mappings.py | 99 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/ |
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()
|
/external/deqp-deps/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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 | 60 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()
|
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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
D | lcssa.cpp | 55 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()
|
D | peeling.cpp | 56 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()
|
D | fusion_legal.cpp | 55 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/ |
D | unit_test_runner.py | 378 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/ |
D | extractor.cc | 225 UnicodeText* match_result) const { in ExtractType() 242 if (match_result != nullptr) { in ExtractType() 243 *match_result = matcher->Group(&status); in ExtractType()
|
D | extractor.h | 71 UnicodeText* match_result = nullptr) const;
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 234 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/ |
D | diff.cpp | 1663 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/ |
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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/diff/ |
D | diff.cpp | 1569 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()
|