Home
last modified time | relevance | path

Searched refs:match_re (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/test/
Dstartup_v2.py49 def match_re(actual, expected): function
53 t = BoostBuild.Tester(match=match_re, boost_build_path="", pass_toolset=0)
Ddebugger-mi.py32 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)
Ddebugger.py33 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)
DTestCmd.py208 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)
Dconfiguration.py348 match=TestCmd.match_re, stdout=
359 match=TestCmd.match_re, stdout=
Dtesting.py475 match=TestCmd.match_re, stdout=
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_precision_test.py2295 if re.search(test.match_re, ir) is None: