Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/packages/modules/adb/test_utils/
Dtest_utils.cpp77 auto output_lines = android::base::Split(output, "\r\n"); in ExpectLinesEqual() local
/aosp_15_r20/external/grpc-grpc/src/objective-c/
H A Dchange-comments.py47 output_lines = [] variable
/aosp_15_r20/external/llvm/utils/
H A Dupdate_llc_test_checks.py100 def add_checks(output_lines, prefix_list, func_dict, func_name): argument
H A Dupdate_test_checks.py188 def add_checks(output_lines, prefix_list, func_dict, func_name, tool_basename): argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_passthrough_gs.c135 bool output_lines = force_line_strip_out || original_our_prim == MESA_PRIM_LINE_STRIP; in nir_create_passthrough_gs() local