Home
last modified time | relevance | path

Searched refs:IsCppString (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py909 def IsCppString(line): function
980 if commentpos != -1 and not IsCppString(line[:commentpos]):
/external/libvpx/libvpx/tools/
Dcpplint.py1034 def IsCppString(line): function
1166 if commentpos != -1 and not IsCppString(line[:commentpos]):
/external/libaom/libaom/tools/
Dcpplint.py1034 def IsCppString(line): function
1166 if commentpos != -1 and not IsCppString(line[:commentpos]):
/external/google-styleguide/cpplint/
Dcpplint.py1265 def IsCppString(line): function
1412 if commentpos != -1 and not IsCppString(line[:commentpos]):