Searched refs:attempts (Results 1 – 8 of 8) sorted by relevance
50 attempts = 052 while not boot_complete and (attempts*wait_period) < timeout:58 attempts += 165 attempts = 067 while not service_found and (attempts*wait_period) < timeout:73 attempts += 1
192 int attempts = 0; in executeUntilValid() local193 while (attempts++ < MAX_WAIT_UNTIL_ATTEMPTS) { in executeUntilValid()
141 int attempts = 0; in ensureInitialised() local142 while (attempts++ < MAX_INITIALISATION_ATTEMPTS) { in ensureInitialised()
455 int attempts = 0; in testFrameRateOverride() local485 attempts++; in testFrameRateOverride()489 attempts < PRECONDITION_WAIT_MAX_ATTEMPTS); in testFrameRateOverride()
297 int attempts = 5; in getDeviceUptime() local299 if (attempts-- <= 0) { in getDeviceUptime()
624 int attempts = 0; in runTestsWithPreconditions() local660 attempts++; in runTestsWithPreconditions()664 attempts < PRECONDITION_WAIT_MAX_ATTEMPTS); in runTestsWithPreconditions()
82 // This attempts to apply tonemapping without changing the hue of each pixel,
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...