Searched refs:num_printed (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 695 int num_printed = 0; in conversion_functions() local 699 num_printed = snprintf(buf,MAX_STR, in conversion_functions() 706 num_printed = snprintf(buf,MAX_STR, in conversion_functions() 714 num_printed += snprintf( buf + num_printed, MAX_STR-num_printed, in conversion_functions() 718 num_printed += snprintf( buf + num_printed, MAX_STR-num_printed, in conversion_functions() 721 assert( num_printed < MAX_STR ); // or increase MAX_STR in conversion_functions() 731 int num_printed = 0; in global_decls() local 738 num_printed = snprintf(decls,sizeof(decls),decls_template_with_init, in global_decls() 746 num_printed = snprintf(decls,sizeof(decls),decls_template_no_init, in global_decls() 749 assert( num_printed < sizeof(decls) ); in global_decls() [all …]
|
/external/selinux/libsemanage/src/ |
D | handle.c | 146 int num_printed = 0; in semanage_get_hll_compiler_path() local 171 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext); in semanage_get_hll_compiler_path() 172 if (num_printed < 0 || (int)num_printed >= (int)len) { in semanage_get_hll_compiler_path()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 216 static int num_printed; variable 354 …if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Regist… in enum_reply() 441 if (num_printed++ == 0) in zonedata_resolve() 502 …if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service T… in browse_reply() 695 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-30s%4s%4s Rdata\n", "Name", "T", "C"); in qr_reply() 767 …if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Addr… in port_mapping_create_reply() 792 …if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-44s %s\n", "Hostname", "Address… in addrinfo_reply()
|
/external/avb/ |
D | avbtool.py | 2452 num_printed = 0 2456 num_printed += 1 2457 if num_printed == 0:
|
D | avbtool | 2452 num_printed = 0 2456 num_printed += 1 2457 if num_printed == 0:
|