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

1234

/external/chromium_org/cc/base/
H A Dutil_unittest.cc17 for (int attempt = 5 * multiplier; attempt >= -5 * multiplier; --attempt) {
18 if ((attempt % multiplier) == 0)
19 correct = attempt;
20 EXPECT_EQ(correct, RoundUp(attempt, multiplier))
21 << "attempt=" << attempt << " multiplier=" << multiplier;
29 for (unsigned attempt = 5 * multiplier; attempt >
[all...]
/external/chromium_org/v8/test/webkit/
H A Dsort-randomly.js28 for (var attempt = 0; attempt < 100; ++attempt) {
40 for (var attempt = 0; attempt < 100; ++attempt) {
/external/robolectric/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/main/memcheck/tests/
H A Dfile_locking.stderr.exp2 parent: file locking attempt succeeded.
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.cc26 // Milliseconds until we timeout our attempt to hit ClientLogin.
33 void TriggerResolve(ManagedUserAuthenticator::AuthAttempt* attempt, argument
38 attempt->RecordCryptohomeStatus(success, return_code);
43 void TriggerResolveResult(ManagedUserAuthenticator::AuthAttempt* attempt, argument
48 attempt->RecordHash(result);
55 ManagedUserAuthenticator::AuthAttempt* attempt,
60 TriggerResolve(attempt, resolver, success, return_code);
64 void Mount(ManagedUserAuthenticator::AuthAttempt* attempt, argument
71 attempt->username,
72 attempt
53 TriggerResolveWithLoginTimeMarker( const std::string& marker_name, ManagedUserAuthenticator::AuthAttempt* attempt, scoped_refptr<ManagedUserAuthenticator> resolver, bool success, cryptohome::MountError return_code) argument
85 AddKey(ManagedUserAuthenticator::AuthAttempt* attempt, scoped_refptr<ManagedUserAuthenticator> resolver, const std::string& hashed_master_key) argument
[all...]
/external/chromium_org/net/dns/
H A Ddns_session.h71 // Return the index of the first configured server to use on first attempt.
75 // to use on this attempt. Returns |server_index| if this server has no
90 void RecordLostPacket(unsigned server_index, int attempt);
95 // Return the timeout for the next query. |attempt| counts from 0 and is used
97 base::TimeDelta NextTimeout(unsigned server_index, int attempt);
118 base::TimeDelta NextTimeoutFromJacobson(unsigned server_index, int attempt);
121 base::TimeDelta NextTimeoutFromHistogram(unsigned server_index, int attempt);
H A Ddns_transaction.cc80 // Starts the attempt. Returns ERR_IO_PENDING if cannot complete synchronously
84 // Returns the query of this attempt.
114 // True if current attempt is pending (waiting for server response).
119 // True if attempt is completed (received server response).
259 // Our solution is to make another attempt, in case the query truly
260 // failed, but keep this attempt alive, in case it was a false alarm.
513 // The first server to attempt on each query is given by
581 AttemptResult(int rv, const DnsAttempt* attempt) argument
582 : rv(rv), attempt(attempt) {}
585 const DnsAttempt* attempt; member in struct:net::__anon8684::DnsTransactionImpl::AttemptResult
688 DnsUDPAttempt* attempt = local
733 DnsTCPAttempt* attempt = new DnsTCPAttempt(server_index, socket.Pass(), local
772 const DnsAttempt* attempt = attempts_[attempt_number]; local
784 const DnsAttempt* attempt = attempts_[attempt_number]; local
816 LogResponse(const DnsAttempt* attempt) argument
[all...]
H A Ddns_session.cc163 // For measurement, assume it is the first attempt (no backoff).
189 void DnsSession::RecordLostPacket(unsigned server_index, int attempt) { argument
191 NextTimeoutFromJacobson(server_index, attempt);
193 NextTimeoutFromHistogram(server_index, attempt);
213 base::TimeDelta DnsSession::NextTimeout(unsigned server_index, int attempt) { argument
217 return NextTimeoutFromHistogram(server_index, attempt);
252 int attempt) {
261 unsigned num_backoffs = attempt / config_.nameservers.size();
268 int attempt) {
292 unsigned num_backoffs = attempt / config
251 NextTimeoutFromJacobson(unsigned server_index, int attempt) argument
267 NextTimeoutFromHistogram(unsigned server_index, int attempt) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator.cc42 void TriggerResolve(AuthAttemptState* attempt, argument
47 attempt->RecordCryptohomeStatus(success, return_code);
52 void TriggerResolveHash(AuthAttemptState* attempt, argument
57 attempt->RecordUsernameHash(username_hash);
64 AuthAttemptState* attempt,
69 TriggerResolve(attempt, resolver, success, return_code);
73 void Mount(AuthAttemptState* attempt, argument
81 attempt->UsernameHashRequested();
83 attempt->user_context.username,
84 attempt
62 TriggerResolveWithLoginTimeMarker( const std::string& marker_name, AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver, bool success, cryptohome::MountError return_code) argument
98 MountGuest(AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver) argument
109 Migrate(AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver, bool passing_old_hash, const std::string& hash) argument
140 Remove(AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver) argument
154 CheckKey(AuthAttemptState* attempt, scoped_refptr<ParallelAuthenticator> resolver) argument
[all...]
H A Dparallel_authenticator.h37 // and then call Resolve(). Resolve() will attempt to
197 // Sets an online attempt for testing.
198 void set_online_attempt(OnlineAttempt* attempt) { argument
199 current_online_.reset(attempt);
/external/chromium_org/chrome/test/pyautolib/chromeos/
H A Dpower_strip.py79 for attempt in retry:
115 if attempt == retry[-1]:
/external/chromium/net/base/
H A Dkeygen_handler_win.cc168 int attempt; local
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
/external/chromium_org/net/base/
H A Dkeygen_handler_win.cc168 int attempt; local
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
/external/chromium_org/remoting/host/
H A Dclipboard_win.cc50 for (int attempt = 0; attempt < kMaxAttemptsToOpenClipboard; ++attempt) {
51 if (attempt > 0) {
/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc138 // and thus we must manually reset it for each attempt.
229 for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) {
230 SCOPED_TRACE(testing::Message() << "Attempt: " << attempt << ".");
246 bool first_run = attempt % 2;
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_browsertest.cc137 // and thus we must manually reset it for each attempt.
230 for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) {
231 SCOPED_TRACE(testing::Message() << "Attempt: " << attempt << ".");
247 bool first_run = attempt % 2;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c498 p_res->attempt = (p_md1->attempt > p_md2->attempt)? (p_md1->attempt) : (p_md2->attempt);
660 md_res.max, md_res.min, md_res.attempt,
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py315 # to fail). server_close() does not attempt to tell the server
333 attempt = 1
340 if attempt < 2:
343 attempt += 1
/external/openssh/
H A Dauth2.c228 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
233 if (authctxt->attempt++ == 0) {
351 (authctxt->attempt > 1 || strcmp(method, "none") != 0))
/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility.js391 * @param {string} name Name of this attempt manager.
392 * @param {function()} attempt Activity that the manager retries until it
399 name, attempt, initialDelaySeconds, maximumDelaySeconds) {
400 var alarmName = 'attempt-scheduler-' + name;
404 * Creates an alarm for the next attempt. The alarm is repeating for the case
405 * when the next attempt crashes before registering next alarm.
417 * Indicates if this attempt manager has started.
419 * true if the attempt manager has started, false otherwise.
428 * Schedules next attempt.
448 * @param {number=} opt_firstDelaySeconds Time until the first attempt, i
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h165 * aborted_cached - Notify that cached PMK attempt was aborted
278 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
355 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h165 * aborted_cached - Notify that cached PMK attempt was aborted
278 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
355 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h165 * aborted_cached - Notify that cached PMK attempt was aborted
278 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
355 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
/external/chromium_org/third_party/icu/source/common/
H A Dcaniter.cpp380 UnicodeString attempt; local
381 nfd.normalize(possible, attempt, status);
383 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
384 if (attempt==segment) {
/external/icu4c/common/
H A Dcaniter.cpp381 UnicodeString attempt; local
382 nfd.normalize(possible, attempt, status);
384 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
385 if (attempt==segment) {

Completed in 714 milliseconds

1234