Home
last modified time | relevance | path

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

/external/googletest/googletest/scripts/
Dpump.py711 def IsInPreprocessorDirective(prev_lines, cur_line): argument
714 return prev_lines and prev_lines[-1].endswith('\\')
/external/v8/testing/gtest/scripts/
Dpump.py711 def IsInPreprocessorDirective(prev_lines, cur_line): argument
714 return prev_lines and prev_lines[-1].endswith('\\')
/external/protobuf/gtest/scripts/
Dpump.py704 def IsInPreprocessorDirevative(prev_lines, cur_line): argument
707 return prev_lines != [] and prev_lines[-1].endswith('\\')
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py711 def IsInPreprocessorDirevative(prev_lines, cur_line): argument
714 return prev_lines != [] and prev_lines[-1].endswith('\\')
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py711 def IsInPreprocessorDirective(prev_lines, cur_line): argument
714 return prev_lines and prev_lines[-1].endswith('\\')