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

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A 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/compiler-rt/lib/sanitizer_common/scripts/
H A 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/
H A 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...

Completed in 842 milliseconds