/frameworks/rs/tests/lldb/tests/harness/ |
util_android.py | 130 max_num_attempts: the max number of attempts to repeat the command 442 If the process is still there after 5 attempts reboot the device. 450 attempts and the device then failed to boot 466 after 5 attempts and the device then failed to
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
LeanbackLauncherStrategy.java | 394 int attempts = 0; local 395 while (attempts++ < maxScrollAttempts) { 447 if (attempts == maxScrollAttempts) { 449 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts);
|
TvLauncherStrategy.java | 293 int attempts = 0; local 296 while (attempts++ < maxScrollAttempts) {
|
/prebuilts/go/darwin-x86/misc/ios/ |
detect.go | 7 // detect attempts to autodetect the correct
|
/prebuilts/go/linux-x86/misc/ios/ |
detect.go | 7 // detect attempts to autodetect the correct
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractRestrictBackgroundNetworkTestCase.java | 165 int attempts = 0; local 169 attempts++; 175 + attempts + " attempts; sleeping " 178 } while (attempts <= maxAttempts); 297 fail("App2 is not on background state after " + maxTries + " attempts: " + state ); 315 fail("App2 is not on foreground state after " + maxTries + " attempts: " + state ); 332 fail("App2 is not on foreground service state after " + maxTries + " attempts: " + state ); 368 + " attempts.\nLast error: " + error); 477 + " attempts. Last result: '" + result + "'") [all...] |
/external/autotest/server/cros/ |
tradefed_test.py | 124 attempts = 0 127 attempts += 1 131 if attempts > 1000: 142 logging.info('Acquired cache lock after %d attempts.', attempts) 253 """Attempts to connect to adb on the DUT. [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 535 for (int attempts = 0; attempts < NUMBER_OF_RESIZE_ATTEMPTS; attempts++) { 536 final byte[] encoded = recodeImage(attempts); [all...] |
/prebuilts/go/darwin-x86/src/net/ |
conf_test.go | 28 attempts: 2, 309 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
|
tcpsock_test.go | 448 attempts := 10 * N 451 for i := 0; i < attempts; i++ { 461 if fails > attempts/9 { // see issues 7400 and 7541
|
/prebuilts/go/linux-x86/src/net/ |
conf_test.go | 28 attempts: 2, 309 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
|
tcpsock_test.go | 448 attempts := 10 * N 451 for i := 0; i < attempts; i++ { 461 if fails > attempts/9 { // see issues 7400 and 7541
|
/external/ppp/pppd/ |
auth.c | [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
cgo.go | 9 // Specifically, it warns about attempts to pass a Go chan, map, func,
|
/prebuilts/go/darwin-x86/src/go/ast/ |
scope.go | 38 // Insert attempts to insert a named object obj into the scope s.
|
/prebuilts/go/darwin-x86/src/runtime/ |
lock_futex.go | 69 // On multiprocessors, spin for ACTIVE_SPIN attempts.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/ |
huffman.go | 47 // If maxLen is greater than 0, attempts to write more to buf than
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
cgo.go | 9 // Specifically, it warns about attempts to pass a Go chan, map, func,
|
/prebuilts/go/linux-x86/src/go/ast/ |
scope.go | 38 // Insert attempts to insert a named object obj into the scope s.
|
/prebuilts/go/linux-x86/src/runtime/ |
lock_futex.go | 69 // On multiprocessors, spin for ACTIVE_SPIN attempts.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/ |
huffman.go | 47 // If maxLen is greater than 0, attempts to write more to buf than
|
/prebuilts/go/darwin-x86/src/math/big/ |
prime.go | 194 // If n is a non-square we expect to find a d in just a few attempts on average. 195 // After 40 attempts, take a moment to check if n is indeed a square.
|
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
child.go | 166 // ErrRequestAborted is returned by Read when a handler attempts to read the 170 // ErrConnClosed is returned by Read when a handler attempts to read the body of
|
/prebuilts/go/darwin-x86/src/time/ |
sleep_test.go | 226 const attempts = 5 228 for i := 0; i < attempts && err != nil; i++ {
|
/prebuilts/go/linux-x86/src/math/big/ |
prime.go | 194 // If n is a non-square we expect to find a d in just a few attempts on average. 195 // After 40 attempts, take a moment to check if n is indeed a square.
|