Home
last modified time | relevance | path

Searched refs:MAX_ATTEMPTS (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A 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/
H A 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/
H A Dsslbuffertest.c29 #define MAX_ATTEMPTS 100 macro
113 i < MAX_ATTEMPTS; i++) in test_func()
H A Dasynciotest.c287 #define MAX_ATTEMPTS 100 macro
365 i < MAX_ATTEMPTS; i++) { in test_asyncio()
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js60 const MAX_ATTEMPTS = 3;
69 if (attempts < MAX_ATTEMPTS) {

Completed in 3 milliseconds