Home
last modified time | relevance | path

Searched defs:output_lines (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/objective-c/
Dchange-comments.py47 output_lines = [] variable
/external/llvm/utils/
Dupdate_llc_test_checks.py100 def add_checks(output_lines, prefix_list, func_dict, func_name): argument
Dupdate_test_checks.py188 def add_checks(output_lines, prefix_list, func_dict, func_name, tool_basename): argument
/external/python/absl-py/absl/flags/
D_flagvalues.py945 def _render_module_flags(self, module, flags, output_lines, prefix=''): argument
952 def _render_our_module_flags(self, module, output_lines, prefix=''): argument
958 def _render_our_module_key_flags(self, module, output_lines, prefix=''): argument
992 def _render_flag_list(self, flaglist, output_lines, prefix=' '): argument
/external/mesa3d/src/compiler/nir/
Dnir_passthrough_gs.c136 bool output_lines = force_line_strip_out || original_our_prim == MESA_PRIM_LINE_STRIP; in nir_create_passthrough_gs() local