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

  /external/protobuf/gtest/test/
gtest_filter_unittest.py 75 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
146 match = TEST_CASE_REGEX.match(line)
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 106 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
193 match = TEST_CASE_REGEX.match(line)
  /external/gtest/test/
gtest_filter_unittest.py 106 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
193 match = TEST_CASE_REGEX.match(line)

Completed in 647 milliseconds