Searched refs:counter (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceStateMonitor.java | 48 int counter = 1; in waitForPmResponsive() local 68 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForPmResponsive() 69 counter++; in waitForPmResponsive()
|
D | NativeDeviceStateMonitor.java | 165 int counter = 1; in waitForDeviceShell() local 183 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForDeviceShell() 184 counter++; in waitForDeviceShell() 236 int counter = 1; in waitForBootComplete() local 252 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForBootComplete() 253 counter++; in waitForBootComplete() 280 int counter = 1; in waitForStoreMount() local 325 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForStoreMount() 326 counter++; in waitForStoreMount()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | access_point.py | 257 counter = 1 262 counter) 271 (a, b, str(int(c) + counter), d))) 272 counter = counter + 1
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RunUtil.java | 178 int counter = 0; in runTimedCmdRetry() local 179 while (counter < attempts) { in runTimedCmdRetry() 185 counter++; in runTimedCmdRetry() 264 int counter = 0; in runTimedCmdSilentlyRetry() local 265 while (counter < attempts) { in runTimedCmdSilentlyRetry() 271 counter++; in runTimedCmdSilentlyRetry()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackTestHelper.java | 349 int counter = 0; in getWorstResults() local 353 if (counter < maxNrOfWorstResults) { in getWorstResults() 355 counter++; in getWorstResults() 360 if (counter < maxNrOfWorstResults) { in getWorstResults() 373 counter++; in getWorstResults()
|
D | AudioLoopbackTest.java | 397 int counter = 0; in runGlitchesTest() local 412 counter++; in runGlitchesTest() 413 } while (nrOfSuccessfulTests <= 0 && counter <= MAX_RETRIES); in runGlitchesTest() 441 counter = 0; in runGlitchesTest() 452 counter++; in runGlitchesTest() 453 } while (glitches > 10 || glitches < 0 && counter <= MAX_RETRIES); in runGlitchesTest()
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1021 bit, "wrap-around" counter, incremented each time a packet must 1023 maintain a single counter for the node or multiple counters,
|