HomeSort by relevance Sort by last modified time
    Searched refs:expected_output_re (Results 1 - 5 of 5) sorted by null

  /external/googletest/googletest/test/
gtest_list_tests_unittest.py 129 def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE
    [all...]
  /external/v8/testing/gtest/test/
gtest_list_tests_unittest.py 129 def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_list_tests_unittest.py 129 def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest.py 129 def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_list_tests_unittest.py 129 def RunAndVerify(self, flag_value, expected_output_re, other_flag):
136 expected_output_re: regular expression that matches the expected
160 if expected_output_re:
162 expected_output_re.match(output),
166 expected_output_re.pattern)))
177 expected_output_re=None,
184 expected_output_re=None,
187 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
194 expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE,
202 expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE
    [all...]

Completed in 178 milliseconds