Home
last modified time | relevance | path

Searched refs:print_mode (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc181 gpr_mu* parser_mu, bool print_mode) { in ReadResponse() argument
194 if (parser->HasError() && print_mode) { in ReadResponse()
203 if (!callback(serialized_response_proto) && print_mode) { in ReadResponse()
478 bool print_mode = false; in CallMethod() local
526 print_mode = true; in CallMethod()
538 parser.get(), &parser_mu, print_mode); in CallMethod()
554 if (print_mode) { in CallMethod()
564 if (print_mode) { in CallMethod()
610 print_mode = true; in CallMethod()
621 if (print_mode) { in CallMethod()
[all …]
/external/iptables/extensions/
Dlibxt_connbytes.c79 static void print_mode(const struct xt_connbytes_info *sinfo) in print_mode() function
140 print_mode(sinfo); in connbytes_print()
153 print_mode(sinfo); in connbytes_save()
Dlibxt_hashlimit.c674 static void print_mode(unsigned int mode, char separator) in print_mode() function
712 print_mode(r->cfg.mode, '-'); in hashlimit_print()
742 print_mode(cfg->mode, '-'); in hashlimit_mt_print()
819 print_mode(r->cfg.mode, ','); in hashlimit_save()
853 print_mode(cfg->mode, ','); in hashlimit_mt_save()
Dlibxt_policy.c228 static void print_mode(const char *prefix, uint8_t mode, int numeric) in print_mode() function
281 print_mode(prefix, e->mode, numeric); in print_entry()
/external/eigen/bench/
Dproduct_threshold.cpp28 void print_mode(int mode) in print_mode() function
65 print_mode(Mode); in bench_prod()
/external/u-boot/drivers/video/tegra124/
Ddisplay.c43 static void print_mode(const struct display_timing *timing) in print_mode() function
56 print_mode(timing); in update_display_mode()