Searched refs:number_of_lines (Results 1 – 2 of 2) sorted by relevance
54 bool AddLinesToTestFile(int number_of_lines) { in AddLinesToTestFile() argument67 for (int i = 0; i < number_of_lines; ++i) { in AddLinesToTestFile()
3098 def function_body(self, number_of_lines): argument3099 return ' {\n' + ' this_is_just_a_test();\n' * number_of_lines + '}'3101 def function_body_with_blank_lines(self, number_of_lines): argument3102 return ' {\n' + ' this_is_just_a_test();\n\n' * number_of_lines + '}'3104 def function_body_with_no_lints(self, number_of_lines): argument3105 return ' {\n' + ' this_is_just_a_test(); // NOLINT\n' * number_of_lines + '}'