Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc527 bool IsBlankLine(const std::string& buffer) { in IsBlankLine() function
546 if (IsBlankLine(line)) in LoadQueries()
/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.py3116 self.assert_(cpplint.IsBlankLine(''))
3117 self.assert_(cpplint.IsBlankLine(' '))
3118 self.assert_(cpplint.IsBlankLine(' \t\r\n'))
3119 self.assert_(not cpplint.IsBlankLine('int a;'))
3120 self.assert_(not cpplint.IsBlankLine('{'))
Dcpplint.py3017 def IsBlankLine(line): function
3210 if (IsBlankLine(line) and
3696 if (not IsBlankLine(prev_line) and
3730 if not IsBlankLine(prevline): # if not a blank line...
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3017 def IsBlankLine(line): function
3210 if (IsBlankLine(line) and
3696 if (not IsBlankLine(prev_line) and
3730 if not IsBlankLine(prevline): # if not a blank line...