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

  /external/protobuf/gtest/test/
gtest_filter_unittest.py 78 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
150 match = TEST_REGEX.match(line)
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 109 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
197 match = TEST_REGEX.match(line)
  /external/gtest/test/
gtest_filter_unittest.py 109 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
197 match = TEST_REGEX.match(line)

Completed in 568 milliseconds