Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 17 of 17) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java201 for (int retry = MAX_TASK_MODE_CHECK_COUNT; retry > 0; retry--) {
206 Log.d(TAG, "Check unpin ... " + retry);
210 } else if (retry == 1) {
/cts/hostsidetests/security/securityPatch/Bug-34328139/
Dpoc.c81 retry: in main()
138 goto retry; in main()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java210 for (int retry = 1; retry <= maxRetries; retry++) { in runTest()
220 if (retry == maxRetries) { in runTest()
/cts/hostsidetests/theme/
Dgenerate_images.sh20 function retry { function
/cts/hostsidetests/security/securityPatch/CVE-2017-0564/
Dpoc.c172 retry: in main()
217 goto retry; in main()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java16 package com.android.compatibility.common.tradefed.testtype.retry;
/cts/hostsidetests/aadb/src/android/aadb/cts/
DTestDeviceFuncTest.java369 int retry = 0; in testGetLogcat_size() local
388 retry++; in testGetLogcat_size()
389 if ((retry > 100) && !passed) { in testGetLogcat_size()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerState.java85 boolean retry = false; in computeState()
93 if (retry) { in computeState()
114 retry = mStacks.isEmpty() || mFocusedStackId == -1 || (mResumedActivityRecord == null in computeState()
116 } while (retry && retriesLeft-- > 0); in computeState()
118 if (retry) { in computeState()
DWindowManagerState.java142 boolean retry = false; in computeState()
149 if (retry) { in computeState()
165 retry = mWindowStates.isEmpty() || mFocusedApp == null; in computeState()
166 } while (retry && retriesLeft-- > 0); in computeState()
168 if (retry) { in computeState()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/
DUnitTests.java38 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTestTest;
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java16 package com.android.compatibility.common.tradefed.testtype.retry;
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java489 Callable<AccessibilityNodeInfo> callable, boolean retry) throws Exception { in getNodeTimed() argument
503 if (!retry || elapsedTimeMillis > RETRY_TIMEOUT) { in getNodeTimed()
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java552 int retry = 3; in ServerThread() local
565 if (--retry == 0) { in ServerThread()
DCtsTestServer.java920 int retry = 3; in ServerThread() local
938 if (--retry == 0) { in ServerThread()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java464 int retry = 3; in testOpenProxyFileDescriptor() local
472 if (retry-- > 0) { in testOpenProxyFileDescriptor()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1508 WebViewOnUiThread wv, String wanted, int matches, boolean retry) {
1516 mRetry = retry;
/cts/tools/dex-tools/dex/
Dclasses.out.dex64469 public void retry()
64896 public void retry()