Searched refs:match_re (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/tools/build/test/ |
D | startup_v2.py | 49 def match_re(actual, expected): function 53 t = BoostBuild.Tester(match=match_re, boost_build_path="", pass_toolset=0)
|
D | debugger-mi.py | 32 tester.run_build_system(stdin=input, stdout=output, match=TestCmd.match_re) 36 use_test_config=False, ignore_toolset_requirements=False, match=TestCmd.match_re)
|
D | debugger.py | 33 tester.run_build_system(stdin=input, stdout=output, match=TestCmd.match_re) 37 use_test_config=False, ignore_toolset_requirements=False, match=TestCmd.match_re)
|
D | TestCmd.py | 208 def match_re(lines=None, res=None): function 241 self.match_func = match_re 336 def match_re(self, lines, res): member in TestCmd 338 return match_re(lines, res)
|
D | configuration.py | 348 match=TestCmd.match_re, stdout= 359 match=TestCmd.match_re, stdout=
|
D | testing.py | 475 match=TestCmd.match_re, stdout=
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | lower_precision_test.py | 2295 if re.search(test.match_re, ir) is None:
|