Home
last modified time | relevance | path

Searched refs:match_res (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/src/
Dargument.rs412 let match_res = set_arguments(["-h"].iter(), &arguments[..], |name, _| { in request_help() localVariable
418 match match_res { in request_help()
435 let match_res = set_arguments( in mixed_args() localVariable
456 assert!(match_res.is_ok()); in mixed_args()
468 let match_res = set_arguments( in name_value_pair() localVariable
477 assert!(match_res.is_ok()); in name_value_pair()
501 let match_res = in flag_or_value() localVariable
528 assert!(match_res.is_ok()); in flag_or_value()
Dmain.rs1978 let match_res = set_arguments(args, &arguments[..], |name, value| { in run_vm() localVariable
1983 match match_res { in run_vm()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dlinker_fixture.h172 auto match_res = effcee::Match(result, templateBody);
173 EXPECT_EQ(effcee::Result::Status::Ok, match_res.status())
174 << match_res.message() << "\nExpanded from:\n"
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/link/
Dlinker_fixture.h172 auto match_res = effcee::Match(result, templateBody);
173 EXPECT_EQ(effcee::Result::Status::Ok, match_res.status())
174 << match_res.message() << "\nExpanded from:\n"
/external/deqp-deps/SPIRV-Tools/test/link/
Dlinker_fixture.h172 auto match_res = effcee::Match(result, templateBody);
173 EXPECT_EQ(effcee::Result::Status::Ok, match_res.status())
174 << match_res.message() << "\nExpanded from:\n"
/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py278match_res = do_match(g, StringStream(func_res, 'expansion of "%s(%s)"' % (name, args)), output, Fa…
279 if not match_res.success:
280 res.func_res = match_res
281 res.output_pos = match_res.output_pos
282 res.fail(match_res.fail_message)