OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_printed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py
179
num_printed
= 0
197
if (not is_timeout_crash_or_slow and
num_printed
< NUM_SLOW_TESTS_TO_LOG):
198
num_printed
=
num_printed
+ 1
/external/mdnsresponder/Clients/
dns-sd.c
216
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");
[
all
...]
Completed in 143 milliseconds