Home
last modified time | relevance | path

Searched refs:count_only (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py205 parser.set_defaults(count_only=False)
282 if args.count_only:
296 if args.count_only:
/external/pcre/dist2/src/
Dpcre2grep.c240 static BOOL count_only = FALSE; variable
2579 else if (count_only || show_total_count) count++; in pcre2grep()
2988 if (only_matching_count == 0 && !(count_only|show_total_count)) in pcre2grep()
3005 if (count_only && !quiet) in pcre2grep()
3343 case 'c': count_only = TRUE; break; in handle_option()