Searched refs:_GetTextInside (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py3641 def _GetTextInside(text, start_pattern): function
3649 a call to _GetTextInside(text, r'printf\(') will return 'a(), b(c())'.
3662 # rewritten to use _GetTextInside (and use inferior regexp matching today).
3931 printf_args = _GetTextInside(line, r'(?i)\b(string)?printf\s*\(')
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3087 def _GetTextInside(text, start_pattern): function
3095 a call to _GetTextInside(text, r'printf\(') will return 'a(), b(c())'.
3108 # rewritten to use _GetTextInside (and use inferior regexp matching today).
3354 printf_args = _GetTextInside(line, r'(?i)\b(string)?printf\s*\(')
/external/libvpx/libvpx/tools/
H A Dcpplint.py3641 def _GetTextInside(text, start_pattern): function
3649 a call to _GetTextInside(text, r'printf\(') will return 'a(), b(c())'.
3662 # rewritten to use _GetTextInside (and use inferior regexp matching today).
3931 printf_args = _GetTextInside(line, r'(?i)\b(string)?printf\s*\(')

Completed in 4526 milliseconds