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

  /external/chromium/testing/gtest/test/
gtest_output_test.py 167 def RemoveMatchingTests(test_output, pattern):
261 test_output = RemoveMatchingTests(test_output, 'DeathTest')
263 test_output = RemoveMatchingTests(test_output, 'TypedTest')
264 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
265 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest')
267 test_output = RemoveMatchingTests(test_output,
269 test_output = RemoveMatchingTests(test_output,
271 test_output = RemoveMatchingTests(test_output,
  /external/gtest/test/
gtest_output_test.py 167 def RemoveMatchingTests(test_output, pattern):
261 test_output = RemoveMatchingTests(test_output, 'DeathTest')
263 test_output = RemoveMatchingTests(test_output, 'TypedTest')
264 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
265 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest')
267 test_output = RemoveMatchingTests(test_output,
269 test_output = RemoveMatchingTests(test_output,
271 test_output = RemoveMatchingTests(test_output,
  /external/protobuf/gtest/test/
gtest_output_test.py 140 def RemoveMatchingTests(test_output, pattern):
237 test_output = RemoveMatchingTests(test_output, 'DeathTest')
239 test_output = RemoveMatchingTests(test_output, 'TypedTest')
241 test_output = RemoveMatchingTests(test_output,
243 test_output = RemoveMatchingTests(test_output,
245 test_output = RemoveMatchingTests(test_output,

Completed in 141 milliseconds