Home
last modified time | relevance | path

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

/external/googletest/googletest/scripts/
Dpump.py741 def WrapCode(line, line_concat, output): argument
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
755 output.append(prefix + seg[:split_at].strip() + line_concat)
763 output.append(prefix + cur_line.rstrip() + line_concat)
/external/v8/testing/gtest/scripts/
Dpump.py741 def WrapCode(line, line_concat, output): argument
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
755 output.append(prefix + seg[:split_at].strip() + line_concat)
763 output.append(prefix + cur_line.rstrip() + line_concat)
/external/protobuf/gtest/scripts/
Dpump.py734 def WrapCode(line, line_concat, output): argument
737 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
748 output.append(prefix + seg[:split_at].strip() + line_concat)
756 output.append(prefix + cur_line.rstrip() + line_concat)
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py741 def WrapCode(line, line_concat, output): argument
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
755 output.append(prefix + seg[:split_at].strip() + line_concat)
763 output.append(prefix + cur_line.rstrip() + line_concat)
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py741 def WrapCode(line, line_concat, output): argument
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
755 output.append(prefix + seg[:split_at].strip() + line_concat)
763 output.append(prefix + cur_line.rstrip() + line_concat)