HomeSort by: relevance | last modified time | path
    Searched refs:fmt_str (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/
report.py 32 def color_format(use_color, fmt_str, *args, **kwargs):
34 Return the result of 'fmt_str.format(*args, **kwargs)' after transforming
45 return fmt_str.format(*args, **kwargs)
119 fmt_str = "{}{:<{}s}{endc}{}{:+16.4f}{endc}{}{:+16.4f}{endc}{:14.0f}{:14.0f}{endc}{:14.0f}{:14.0f}"
122 output_strs += [color_format(use_color, fmt_str,
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
report.py 43 def color_format(use_color, fmt_str, *args, **kwargs):
45 Return the result of 'fmt_str.format(*args, **kwargs)' after transforming
56 return fmt_str.format(*args, **kwargs)
233 fmt_str = "{}{:<{}s}{endc}{}{:+16.4f}{endc}{}{:+16.4f}{endc}{:14.0f}{:14.0f}{endc}{:14.0f}{:14.0f}"
246 fmt_str,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 3336 const char *fmt_str; local
3360 fmt_str = c_getstr (fmt);
3361 if (fmt_str == NULL)
3363 if (strchr (fmt_str, target_percent) != NULL
3364 && strcmp (fmt_str, target_percent_s))
3400 const char *fmt_str; local
3417 fmt_str = c_getstr (fmt);
3418 if (fmt_str != NULL)
3421 if (strchr (fmt_str, target_percent) == 0)
3424 len = build_int_cstu (size_type_node, strlen (fmt_str));
3498 const char *fmt_str = c_getstr (fmt); local
3619 const char *fmt_str = NULL; local
3752 const char *fmt_str = NULL; local
3852 const char *fmt_str = NULL; local
    [all...]
tree-dfa.cc 187 const char * const fmt_str = "%-30s%-13s%12s\n"; local
198 fprintf (file, fmt_str, "", " Number of ", "Memory");
199 fprintf (file, fmt_str, "", " instances ", "used ");
builtins.cc 10382 const char *fmt_str;
10396 fmt_str = c_getstr (fmt);
10397 if (fmt_str == NULL)
10404 if (strchr (fmt_str, target_percent) == 0)
10405 len = build_int_cstu (size_type_node, strlen (fmt_str));
10409 && strcmp (fmt_str, target_percent_s) == 0)
10379 const char *fmt_str; local
tree-cfg.cc 2593 const char * const fmt_str = "%-30s%-13s%12s\n"; local
2602 fprintf (file, fmt_str, "", " Number of ", "Memory");
2603 fprintf (file, fmt_str, "", " instances ", "used ");
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 3336 const char *fmt_str; local
3360 fmt_str = c_getstr (fmt);
3361 if (fmt_str == NULL)
3363 if (strchr (fmt_str, target_percent) != NULL
3364 && strcmp (fmt_str, target_percent_s))
3400 const char *fmt_str; local
3417 fmt_str = c_getstr (fmt);
3418 if (fmt_str != NULL)
3421 if (strchr (fmt_str, target_percent) == 0)
3424 len = build_int_cstu (size_type_node, strlen (fmt_str));
3498 const char *fmt_str = c_getstr (fmt); local
3619 const char *fmt_str = NULL; local
3752 const char *fmt_str = NULL; local
3852 const char *fmt_str = NULL; local
    [all...]
tree-dfa.cc 181 const char * const fmt_str = "%-30s%-13s%12s\n"; local
192 fprintf (file, fmt_str, "", " Number of ", "Memory");
193 fprintf (file, fmt_str, "", " instances ", "used ");
builtins.cc 11588 const char *fmt_str;
11602 fmt_str = c_getstr (fmt);
11603 if (fmt_str == NULL)
11610 if (strchr (fmt_str, target_percent) == 0)
11611 len = build_int_cstu (size_type_node, strlen (fmt_str));
11615 && strcmp (fmt_str, target_percent_s) == 0)
11585 const char *fmt_str; local
tree-cfg.cc 2669 const char * const fmt_str = "%-30s%-13s%12s\n"; local
2678 fprintf (file, fmt_str, "", " Number of ", "Memory");
2679 fprintf (file, fmt_str, "", " instances ", "used ");

Completed in 51 milliseconds