OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ntries
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/misc/crash/
crash01.c
86
int
ntries
= 100;
variable
122
printf(" -n x
ntries
\n");
127
* crashme [+]<nbytes>[.inc] <srand> <
ntries
> [nsub] [verbose]"
129
* crashme <-b [+]<nbytes>[.inc]> <-s srand> <-n
ntries
> [-v verbose]"
160
ntries
= atoi(n_copt);
186
ntries
);
228
sleep(
ntries
* MAX_TRY_TIME + 10);
242
alarm(
ntries
* MAX_TRY_TIME);
317
for (i = 0; i <
ntries
; ++i) {
crash02.c
86
int
ntries
= 100;
variable
118
printf(" -n x
ntries
\n");
149
ntries
= atoi(n_copt);
164
tst_resm(TINFO, "crashme02 %d %d %d", sysno_max, nseed,
ntries
);
208
sleep(
ntries
* MAX_TRY_TIME + 10);
219
alarm(
ntries
* MAX_TRY_TIME);
285
for (i = 0; i <
ntries
; ++i) {
/external/autotest/client/tests/crashme/
crashme.py
31
[
NTRIES
]
32
The [
NTRIES
] is how many times to loop before exiting
/external/mdnsresponder/mDNSCore/
uDNS.c
757
if (q->
ntries
++ == kLLQ_MAX_TRIES)
775
q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->
ntries
* mDNSPlatformOneSecond); // If using TCP, don't need to retransmit
779
//if (q->
ntries
== 1) return;
[
all
...]
mDNSEmbeddedAPI.h
1569
mDNSs16
ntries
; \/\/ for UDP: the number of packets sent for this LLQ state
member in struct:DNSQuestion_struct
[
all
...]
/external/mdnsresponder/mDNSShared/
dnsextd.c
298
int
ntries
= 0, retry = 0;
local
310
if (++
ntries
< 10)
318
else { Log("ConnectToServer - %d failed attempts. Aborting.",
ntries
); return NULL; }
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/
transport_test.go
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
transport_test.go
[
all
...]
Completed in 402 milliseconds