Searched refs:line_concat (Results 1 – 5 of 5) sorted by relevance
/external/googletest/googletest/scripts/ |
D | pump.py | 741 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/ |
D | pump.py | 741 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/ |
D | pump.py | 734 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/ |
D | pump.py | 741 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/ |
D | pump.py | 741 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)
|