Searched refs:retryCount (Results 1 – 12 of 12) sorted by relevance
90 int retryCount = 0; in selectDataset() local91 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) { in selectDataset()96 retryCount++; in selectDataset()97 if (retryCount >= MAX_UIOBJECT_RETRY_COUNT) { in selectDataset()119 int retryCount = 0; in assertDatasets() local120 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) { in assertDatasets()125 retryCount++; in assertDatasets()126 if (retryCount >= MAX_UIOBJECT_RETRY_COUNT) { in assertDatasets()
1173 int retryCount = 0;1175 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) {1183 retryCount++;1185 assertWithMessage(expectedTitle + " not found").that(retryCount).isLessThan(
45 int retryCount = 2; in test_cve_2016_2499() local50 for (int i = 0; i < retryCount; i++) { in test_cve_2016_2499()
305 int retryCount = 0; in decodeNFrames() local313 while (!work && (retryCount < MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()320 ++retryCount; in decodeNFrames()323 if (!work && (retryCount >= MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()396 retryCount = 0; in decodeNFrames()407 uint32_t retryCount = 0; in waitOnInputConsumption() local412 while ((retryCount < MAXIMUM_NUMBER_OF_RETRIES) && (queueSize < bufferCount)) { in waitOnInputConsumption()416 retryCount = 0; in waitOnInputConsumption()419 ++retryCount; in waitOnInputConsumption()
156 int retryCount = 0; in initValidClient() local213 retryCount = MAX_RETRY_COUNT; in initValidClient()215 retryCount++; in initValidClient()217 if (retryCount >= MAX_RETRY_COUNT) { in initValidClient()
225 int retryCount = 10; in deletePreCreatedUsers() local226 while (retryCount > 0) { in deletePreCreatedUsers()229 retryCount--; in deletePreCreatedUsers()
147 final int retryCount = 5; in waitForMediaProjection() local155 assertTrue("Can't get the permission", count <= retryCount); in waitForMediaProjection()
548 int retryCount = 3; in testRequestDiscoveryState() local549 while (retryCount > 0) { in testRequestDiscoveryState()561 retryCount--; in testRequestDiscoveryState()952 int retryCount = 3; in testDiscoverPeersOnSpecificFreq() local953 while (retryCount > 0) { in testDiscoverPeersOnSpecificFreq()966 retryCount--; in testDiscoverPeersOnSpecificFreq()1013 int retryCount = 3; in testDiscoverPeersOnSocialChannelsOnly() local1014 while (retryCount > 0) { in testDiscoverPeersOnSocialChannelsOnly()1026 retryCount--; in testDiscoverPeersOnSocialChannelsOnly()1100 int retryCount = 3; in testStartPeerDiscovery() local[all …]
487 int retryCount = 0; in validateImage() local492 if (imgAndStreamInfo == null && retryCount < MAX_RETRY_COUNT) { in validateImage()494 retryCount++; in validateImage()553 retryCount = 0; in validateImage()
2079 int retryCount = 0; in validateTimestamps() local2087 if (img == null && retryCount < MAX_RETRY_COUNT) { in validateTimestamps()2088 retryCount++; in validateTimestamps()2101 retryCount = 0; in validateTimestamps()
158 private KeyEvent getKeyEvent(int retryCount) { in getKeyEvent() argument159 for (int i = 0; i < retryCount; i++) { in getKeyEvent()
587 int retryCount = 3; in openSession() local588 while (retryCount-- > 0) { in openSession()