HomeSort by relevance Sort by last modified time
    Searched refs:attempt (Results 76 - 100 of 409) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
env_test.go 28 // attempt to reuse existing envs backing array.
append_test.go 227 // We use small numbers and small sizes in an attempt
229 // We use scalars instead of pointers in an attempt
  /external/icu/icu4c/source/common/
caniter.cpp 383 UnicodeString attempt; local
384 nfd.normalize(possible, attempt, status);
386 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
387 if (attempt==segment) {
  /external/skia/infra/bots/recipe_modules/flavor/
gn_android_flavor.py 90 def wait_for_device(attempt):
92 'kill adb server after failure of \'%s\' (attempt %d)' % (
93 title, attempt),
98 'wait for device after failure of \'%s\' (attempt %d)' % (
99 title, attempt),
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_android_flavor.py 90 def wait_for_device(attempt):
92 'kill adb server after failure of \'%s\' (attempt %d)' % (
93 title, attempt),
98 'wait for device after failure of \'%s\' (attempt %d)' % (
99 title, attempt),
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 446 // First attempt the max rate number of connections within the rate interval.
448 for (int attempt = 0; attempt < maxAttemptRate; attempt++) {
456 // Now trigger another connection attempt before the rate interval, this should be
463 // Verify that we attempt to connect upto the rate.
485 // First attempt the max rate number of connections within the rate interval.
487 for (int attempt = 0; attempt < maxAttemptRate; attempt++)
    [all...]
  /test/vts/agents/hal/
AgentRequestHandler.cpp 221 for (int attempt = 0; attempt < 10; attempt++) {
  /bootable/recovery/applypatch/
applypatch.cpp 234 for (size_t attempt = 0; attempt < 2; ++attempt) {
315 printf("verification read succeeded (attempt %zu)\n", attempt + 1);
  /device/linaro/bootloader/edk2/
edksetup.bat 150 @echo environment, call a script to attempt to set one up.
154 @echo not available, attempt to set up a tool chain that will
  /external/autotest/server/site_tests/firmware_PDTrySrc/
firmware_PDTrySrc.py 18 When a PD device supports Try.SRC mode and it's enabled, it will attempt
51 for attempt in xrange(self.CONNECT_ITERATIONS):
  /external/valgrind/memcheck/tests/
sigkill.stderr.exp 26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction();
58 setting signal 19: Warning: ignored attempt to set SIGSTOP handler in sigaction();
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 22 // the authentication attempt and closes the connection.
30 // the authentication attempt and closes the connection.
  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 227 // We use small numbers and small sizes in an attempt
229 // We use scalars instead of pointers in an attempt
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 22 // the authentication attempt and closes the connection.
30 // the authentication attempt and closes the connection.
  /external/libunwind/doc/
unw_getcontext.tex 27 should not attempt to take its address.
unw_get_fpreg.tex 52 \item[\Const{UNW\_EBADREG}] An attempt was made to read a register
unw_get_reg.tex 53 \item[\Const{UNW\_EBADREG}] An attempt was made to read a register
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 38 /// Thrown when an attempt is made to parse invalid JSON, e.g. using
  /external/skqp/tests/
ProxyTest.cpp 113 int attempt = 0; // useful for debugging local
188 attempt++;
  /prebuilts/go/darwin-x86/src/net/
tcpsock_unix_test.go 110 t.Errorf("Dial to unbound port succeeded on attempt %d", i)
  /prebuilts/go/linux-x86/src/net/
tcpsock_unix_test.go 110 t.Errorf("Dial to unbound port succeeded on attempt %d", i)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 167 throw new UnsupportedOperationException("Attempt to modify immutable object");
218 throw new UnsupportedOperationException("Attempt to modify immutable object");
234 throw new UnsupportedOperationException("Attempt to modify immutable object");
250 throw new UnsupportedOperationException("Attempt to modify immutable object");
345 throw new UnsupportedOperationException("Attempt to modify immutable object");
374 throw new UnsupportedOperationException("Attempt to modify immutable object");
402 throw new UnsupportedOperationException("Attempt to modify immutable object");
433 throw new UnsupportedOperationException("Attempt to modify immutable object");
478 throw new UnsupportedOperationException("Attempt to modify immutable object");
519 throw new UnsupportedOperationException("Attempt to modify immutable object")
1095 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 172 throw new UnsupportedOperationException("Attempt to modify immutable object");
226 throw new UnsupportedOperationException("Attempt to modify immutable object");
243 throw new UnsupportedOperationException("Attempt to modify immutable object");
260 throw new UnsupportedOperationException("Attempt to modify immutable object");
358 throw new UnsupportedOperationException("Attempt to modify immutable object");
389 throw new UnsupportedOperationException("Attempt to modify immutable object");
419 throw new UnsupportedOperationException("Attempt to modify immutable object");
452 throw new UnsupportedOperationException("Attempt to modify immutable object");
500 throw new UnsupportedOperationException("Attempt to modify immutable object");
543 throw new UnsupportedOperationException("Attempt to modify immutable object")
1134 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); local
    [all...]
  /external/python/cpython3/PCbuild/
build.bat 21 echo. Extension modules that depend on external libraries will not attempt
26 echo. -k Attempt to kill any running Pythons before building (usually done
34 echo. --no-ssl Do not attempt to build _ssl
35 echo. --no-tkinter Do not attempt to build Tkinter
  /frameworks/base/tests/net/java/com/android/server/connectivity/
IpConnectivityMetricsTest.java 160 int attempt = 100; // More than burst quota, but less than buffer size. local
161 for (int i = 0; i < attempt; i++) {
168 for (int i = 0; i < attempt; i++) {

Completed in 974 milliseconds

1 2 34 5 6 7 8 91011>>