Searched refs:num_printed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py180 num_printed = 0
198 if (not is_timeout_crash_or_slow and num_printed < NUM_SLOW_TESTS_TO_LOG):
199 num_printed = num_printed + 1
/external/mdnsresponder/Clients/
H A Ddns-sd.c216 static int num_printed; variable
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
441 if (num_printed++ == 0)
502 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service Type", "Instance Name");
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
695 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-30s%4s%4s Rdata\n", "Name", "T", "C");
767 if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Address", "Protocol", "Internal Port", "External Port", "TTL");
792 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-44s %s\n", "Hostname", "Address", "TTL");
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp445 int num_printed = snprintf(buffer, 1024, "%s %s", break_regexes[i][1], "-o"); local
446 assert (num_printed < 1024);
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX-encoder.c10073 int i, num_instructions, num_printed; local
10084 num_printed = 0;
10108 && (num_printed > 0 || i + 1 < num_instructions))
10111 if (num_printed > 0)
10113 ++num_printed;

Completed in 143 milliseconds