Searched refs:attempt (Results 1 - 25 of 84) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
H A Dwindows-itanium-exceptions.cpp9 void attempt() { function
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DClassCacheTest.java30 TestThreadIsWriting attempt = new TestThreadIsWriting(classCache);
36 attempt.start();
38 attempt.join(timeToWait, 0);
40 Assert.assertEquals(false, attempt.ready);
69 TestThreadSaveAllClassesToCache attempt = new TestThreadSaveAllClassesToCache(classCache);
75 attempt.start();
77 attempt.join(timeToWait, 0);
79 Assert.assertEquals(false, attempt.ready);
/external/valgrind/memcheck/tests/
H A Dfile_locking.stderr.exp2 parent: file locking attempt succeeded.
/external/autotest/client/site_tests/desktopui_Respawn/
H A Ddesktopui_Respawn.py12 attempts in a time window. By design, this test does _not_ attempt to
49 attempt = 0
53 for attempt in range(self.UNREASONABLY_HIGH_RESPAWN_COUNT):
60 attempt, time.time() - start_time)
/external/skia/infra/bots/recipe_modules/run/
H A Dapi.py120 for attempt in xrange(attempts):
122 if attempt > 0:
123 step_name += ' (attempt %d)' % (attempt + 1)
128 if attempt == attempts - 1:
/external/autotest/server/site_tests/firmware_PDConnect/
H A Dfirmware_PDConnect.py32 for attempt in xrange(self.CONNECT_ITERATIONS):
33 logging.info('Disconnect/Connect iteration %d', attempt)
/external/curl/docs/cmdline-opts/
H A Dfail-early.d8 attempt to operate on each given URL, one by one. By default, it will ignore
H A Dproxytunnel.d6 to attempt to tunnel through the proxy instead of merely using it to do
H A Ddisable-eprt.d6 FTP transfers. Curl will normally always first attempt to use EPRT, then LPRT
H A Dremote-header-name.d14 There's no attempt to decode %-sequences (yet) in the provided file name, so
H A Dftp-port.d26 use of PORT with --ftp-pasv. Disable the attempt to use the EPRT command
/external/autotest/server/site_tests/firmware_Cr50InvalidateRW/
H A Dfirmware_Cr50InvalidateRW.py47 header or the cryptohome message if the attempt failed or succeeded.
65 # Return the message that is related to the RW invalidate attempt
88 corrupt_login: The login attempt that we expect the header to be
97 attempt = i + 1
103 attempt, result)
106 # Anytime the invalidate attempt fails raise an error
113 if (attempt == corrupt_login) != (self.SUCCESS in result):
/external/vogar/src/vogar/monitor/
H A DHostMonitor.java53 for (int attempt = 0; true; attempt++) {
68 log.verbose("connection " + attempt + " to localhost:"
/external/autotest/server/site_tests/firmware_PDPowerSwap/
H A Dfirmware_PDPowerSwap.py172 for attempt in xrange(self.POWER_SWAP_ITERATIONS):
173 if attempt & 1:
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
H A Dnetwork_WiFi_CSADisconnect.py50 for attempt in range(5):
/external/autotest/server/site_tests/network_WiFi_Regulatory/
H A Dnetwork_WiFi_Regulatory.py44 for attempt in range(10):
/external/mockito/lib/
H A Dbyte-buddy-agent-1.6.9.jar ... .bytebuddy.agent.ByteBuddyAgent$AttachmentProvider$Accessor attempt () java.net.MalformedURLException exception java.io. ...
/external/autotest/server/site_tests/firmware_PDTrySrc/
H A Dfirmware_PDTrySrc.py18 When a PD device supports Try.SRC mode and it's enabled, it will attempt
51 for attempt in xrange(self.CONNECT_ITERATIONS):
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
H A Dnetwork_WiFi_DisconnectReason.py56 for attempt in range(self.CHANNEL_SWITCH_ATTEMPTS):
/external/autotest/server/site_tests/network_WiFi_VerifyRouter/
H A Dnetwork_WiFi_VerifyRouter.py24 logging.info('Finished connection attempt to %s with times: '
121 for attempt in range(self.MAX_ASSOCIATION_RETRIES):
/external/libunwind/doc/
H A Dunw_set_fpreg.tex52 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register
54 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
H A Dunw_set_reg.tex53 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register
55 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
H A Dunw_is_fpreg.tex23 should not attempt to take its address.
/external/autotest/server/site_tests/firmware_PDDataSwap/
H A Dfirmware_PDDataSwap.py202 logging.info('%s swap attempt: prev = %s, new = %s, msg = %s',
218 a tx swap attempt.
222 for attempt in xrange(self.DATA_SWAP_ITERATIONS):
224 if attempt & 2:
310 # attempt a data swap and verify that the request is
321 # If DUT supports Power Role swap then attempt to change roles.
/external/autotest/site_utils/
H A Dbackup_mysql_db.py222 for attempt in range(_ATTEMPTS):
226 if attempt == _ATTEMPTS - 1:

Completed in 1096 milliseconds

1234