Home
last modified time | relevance | path

Searched refs:_GCC_FILE_LINE_RE (Results 1 – 3 of 3) sorted by relevance

/external/v8/testing/gmock/scripts/
Dgmock_doctor.py131 _GCC_FILE_LINE_RE = r'(?P<file>.*):(?P<line>\d+):(\d+:)?\s+' variable
170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
194 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
221 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
258 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
285 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
306 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
331 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
360 gcc_regex = (_GCC_FILE_LINE_RE + r'error: request for member '
399 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
[all …]
/external/google-breakpad/src/testing/scripts/
Dgmock_doctor.py131 _GCC_FILE_LINE_RE = r'(?P<file>.*):(?P<line>\d+):(\d+:)?\s+' variable
170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
190 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
217 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
254 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
281 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
302 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
327 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
356 gcc_regex = (_GCC_FILE_LINE_RE + r'error: request for member '
395 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
[all …]
/external/googletest/googlemock/scripts/
Dgmock_doctor.py131 _GCC_FILE_LINE_RE = r'(?P<file>.*):(?P<line>\d+):(\d+:)?\s+' variable
170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
194 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
221 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
258 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
285 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
306 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
331 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
360 gcc_regex = (_GCC_FILE_LINE_RE + r'error: request for member '
399 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
[all …]