Searched refs:current_line_length (Results 1 – 2 of 2) sorted by relevance
/external/google-fruit/extras/scripts/ |
D | analyze_template_instantiations_clang_diagnostics.py | 133 …def __call__(self, current_indent, current_line_length, inside_meta_type, last_token_was_type_wrap… argument 168 …def __call__(self, current_indent, current_line_length, inside_meta_type, last_token_was_type_wrap… argument 172 current_line_length + len(self.first_token), 191 def create_composite_node_from_factories(node_factory_inside_meta_type_pairs, current_line_length, … argument 194 …node = node_factory(current_indent, current_line_length, inside_meta_type, False, accept_single_li… 203 current_line_length = node.last_line_length 205 current_line_length += node.last_line_length 208 …ate_node_factories, right_token, rhs_node_factory, current_indent, current_line_length, inside_met… argument 230 …reate_composite_node_from_factories(node_factory_inside_meta_type_pairs, current_line_length, True) 256 …composite_node_from_factories(node_factory_inside_meta_type_pairs, current_line_length, accept_sin… [all …]
|
/external/igt-gpu-tools/lib/ |
D | igt_core.c | 552 int current_line_length = 0; in print_line_wrapping() local 575 if ((next_space - curr) + current_line_length > line_length && curr != copy) { in print_line_wrapping() 577 current_line_length = 0; in print_line_wrapping() 580 if (current_line_length == 0) in print_line_wrapping() 585 current_line_length += next_space - curr; in print_line_wrapping()
|