Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D9-1.c37 #define MAX_ATTEMPTS 10000 macro
47 for (uid = 0; uid < MAX_ATTEMPTS; uid++) { in reset_uid()
52 printf("Failed: No unused uid's in %d attempts\n", MAX_ATTEMPTS); in reset_uid()
/third_party/skia/third_party/externals/tint/kokoro/linux/
Ddocker.sh42 local MAX_ATTEMPTS=5
47 if [[ $ATTEMPT -ge $MAX_ATTEMPTS ]]; then
52 echo "'$@' failed. Attempt ($ATTEMPT/$MAX_ATTEMPTS). Retrying..."
/third_party/openssl/test/
Dsslbuffertest.c29 #define MAX_ATTEMPTS 100 macro
113 i < MAX_ATTEMPTS; i++) in test_func()
Dasynciotest.c287 #define MAX_ATTEMPTS 100 macro
365 i < MAX_ATTEMPTS; i++) { in test_asyncio()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp248 #define MAX_ATTEMPTS 10 macro
265 while (attempts < MAX_ATTEMPTS) in PushBuffer()
305 while (attempts < MAX_ATTEMPTS) in PushBuffer()
/third_party/skia/modules/canvaskit/tests/
Dutil.js60 const MAX_ATTEMPTS = 3; constant
69 if (attempts < MAX_ATTEMPTS) {