OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAttempts
(Results
1 - 9
of
9
) sorted by null
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java
72
* @param
maxAttempts
74
public void scrollBackToBeginning(UiObject2 container, Direction backDirection, int
maxAttempts
) {
78
if (attempts >
maxAttempts
) {
80
"scrollBackToBeginning: exceeded max attempts: " +
maxAttempts
);
/packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java
280
final int
maxAttempts
=
282
if (
maxAttempts
> 0 && numAttempts > 0) {
283
int remainingAttempts =
maxAttempts
- numAttempts;
297
numAttempts,
maxAttempts
);
/external/opencv3/modules/calib3d/src/
ptsetreg.cpp
107
int
maxAttempts
=1000 ) const
128
for(; iters <
maxAttempts
; iters++)
130
for( i = 0; i < modelPoints && iters <
maxAttempts
; )
161
return i == modelPoints && iters <
maxAttempts
;
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java
132
final int
maxAttempts
= 5;
143
} while (attempts <=
maxAttempts
);
145
+
maxAttempts
* SLEEP_TIME_SEC + " seconds", expectedCount, count);
[
all
...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
[
all
...]
/external/opencv/cv/src/
cvfundam.cpp
79
CvMat* ms1, CvMat* ms2, int
maxAttempts
=1000 );
354
CvMat* ms1, CvMat* ms2, int
maxAttempts
)
368
for( i = 0; i < modelPoints && iters <
maxAttempts
; iters++ )
[
all
...]
/external/deqp/modules/egl/
teglRenderTests.cpp
195
const int
maxAttempts
= 40;
213
if (++numAttempts >
maxAttempts
)
[
all
...]
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.js
267
infoMap.
maxAttempts
+ '';
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 1979 milliseconds