HomeSort by relevance Sort by last modified time
    Searched defs:maxTries (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/test/chan/
nonblock.go 72 const maxTries = 10000 // Up to 100ms per test.
121 if try > maxTries {
142 if try > maxTries {
165 if try > maxTries {
185 if try > maxTries {
207 if try > maxTries {
227 if try > maxTries {
249 if try > maxTries {
269 if try > maxTries {
  /prebuilts/go/linux-x86/test/chan/
nonblock.go 72 const maxTries = 10000 // Up to 100ms per test.
121 if try > maxTries {
142 if try > maxTries {
165 if try > maxTries {
185 if try > maxTries {
207 if try > maxTries {
227 if try > maxTries {
249 if try > maxTries {
269 if try > maxTries {
  /frameworks/base/libs/hwui/pipeline/skia/
ShaderCache.cpp 83 int maxTries = 3;
84 while (valueSize > mObservedBlobValueSize && maxTries > 0) {
93 maxTries--;
  /platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
ActivityHelper.java 144 int maxTries = 20;
145 while (!mDevice.hasObject(By.text("No recent items")) && maxTries-- >= 0) {
  /external/deqp/framework/delibs/deutil/
deTimer.c 123 const int maxTries = 100;
128 for (tryNdx = 0; tryNdx < maxTries; tryNdx++)
148 DE_ASSERT(tryNdx < maxTries);
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideRestrictBackgroundNetworkTests.java 318 final int maxTries = 5;
319 for (int i = 1; i <= maxTries; i++) {
326 fail("Command '" + command + "' did not return '" + expectedResult + "' after " + maxTries
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 201 private long maxTries;
221 * @param maxTries the maximum number of invalid numbers to try before giving up on the text.
226 long maxTries) {
231 if (maxTries < 0) {
238 this.maxTries = maxTries;
250 while ((maxTries > 0) && matcher.find(index)) {
265 maxTries--;
351 while (groupMatcher.find() && maxTries > 0) {
361 maxTries--
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
ConnOnActivityStartTest.java 284 5 /* maxTries */, 500 /* napTimeMs */);
290 15 /* maxTries */, 2000 /* napTimeMs */);
303 final int maxTries = 5;
307 for (int i = 1; i <= maxTries; i++) {
369 int maxTries, int napTimeMs) throws Exception {
371 for (int i = 1; i <= maxTries; ++i) {
382 + maxTries + " attempts. Last result: '" + result + "'");
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 321 final int maxTries = 30;
323 for (int i = 1; i <= maxTries; i++) {
334 fail("App2 is not on background state after " + maxTries + " attempts: " + state );
338 final int maxTries = 30;
340 for (int i = 1; i <= maxTries; i++) {
352 fail("App2 is not on foreground state after " + maxTries + " attempts: " + state );
356 final int maxTries = 30;
358 for (int i = 1; i <= maxTries; i++) {
369 fail("App2 is not on foreground service state after " + maxTries + " attempts: " + state );
384 final int maxTries = 5
    [all...]
  /external/tpm2/
Global.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 222 milliseconds