Home
last modified time | relevance | path

Searched refs:IsBlankLine (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1924 def IsBlankLine(line): function
2232 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2527 if (not IsBlankLine(prev_line) and
2561 if not IsBlankLine(prevline): # if not a blank line...
/external/libvpx/libvpx/tools/
Dcpplint.py2258 def IsBlankLine(line): function
2568 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2918 if (not IsBlankLine(prev_line) and
2952 if not IsBlankLine(prevline): # if not a blank line...
/external/libaom/libaom/tools/
Dcpplint.py2258 def IsBlankLine(line): function
2568 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2918 if (not IsBlankLine(prev_line) and
2952 if not IsBlankLine(prevline): # if not a blank line...
/external/google-styleguide/cpplint/
Dcpplint_unittest.py3109 self.assert_(cpplint.IsBlankLine(''))
3110 self.assert_(cpplint.IsBlankLine(' '))
3111 self.assert_(cpplint.IsBlankLine(' \t\r\n'))
3112 self.assert_(not cpplint.IsBlankLine('int a;'))
3113 self.assert_(not cpplint.IsBlankLine('{'))
Dcpplint.py3011 def IsBlankLine(line): function
3204 if (IsBlankLine(line) and
3690 if (not IsBlankLine(prev_line) and
3724 if not IsBlankLine(prevline): # if not a blank line...