Searched defs:attempts (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dchrome_translate_client.h86 // Number of attempts before waiting for a page to be fully reloaded.
87 void set_translate_max_reload_attempts(int attempts) { argument
88 max_reload_check_attempts_ = attempts;
170 // Max number of attempts before checking if a page has been reloaded.
/external/chromium_org/remoting/jingle_glue/
H A Dchromium_socket_factory_unittest.cc45 int attempts = 0; local
47 while (last_packet_.empty() && attempts++ < kMaxAttempts) {
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc39 static int attempts = 0; local
41 if (++attempts < 3) return AllocationResult::Retry();
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_unittest.cc90 size_t attempts() const { return attempts_; } function in class:chromeos::TestGeolocationAPIURLFetcherCallback
123 size_t attempts() const { return url_callback_->attempts(); } function in class:chromeos::GeolocationAPIFetcherFactory
186 EXPECT_EQ(1U, url_factory.attempts());
207 EXPECT_EQ(4U, url_factory.attempts());
237 EXPECT_GE(url_factory.attempts(), 2U);
238 if (url_factory.attempts() > expected_retries + 1) {
240 << "SimpleGeolocationTest::InvalidResponse: Too many attempts ("
241 << url_factory.attempts() << "), no more then " << expected_retries + 1
244 if (url_factory.attempts() < expected_retrie
[all...]
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_unittest.cc128 size_t attempts() const { return attempts_; } function in class:chromeos::TestTimeZoneAPIURLFetcherCallback
161 size_t attempts() const { return url_callback_->attempts(); } function in class:chromeos::TimeZoneAPIFetcherFactory
222 EXPECT_EQ(1U, url_factory.attempts());
245 EXPECT_EQ(4U, url_factory.attempts());
277 EXPECT_GE(url_factory.attempts(), 2U);
278 if (url_factory.attempts() > expected_retries + 1) {
279 LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too many attempts ("
280 << url_factory.attempts() << "), no more then "
283 if (url_factory.attempts() < expected_retrie
[all...]
/external/chromium_org/net/dns/
H A Ddns_config_service.h112 // Maximum number of attempts, see res_state.retry.
113 int attempts; member in struct:net::DnsConfig
160 // Immediately attempts to read the current configuration.
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.cpp97 int attempts = 0; local
108 ++attempts;
146 // h.done, h.bytes, fSockfd, attempts);
149 attempts = 0;
184 int attempts = 0; local
199 attempts++;
229 // h.done, h.bytes, i, attempts);
232 attempts = 0;
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test.py32 attempts=3,
50 self._attempts = attempts
54 assert self._attempts > 0, 'Test attempts must be greater than 0'
97 def attempts(self): member in class:PageTest
101 @attempts.setter
102 def attempts(self, count): member in class:PageTest
103 assert self._attempts > 0, 'Test attempts must be greater than 0'
/external/skia/experimental/Networking/
H A DSkSockets.cpp97 int attempts = 0; local
108 ++attempts;
146 // h.done, h.bytes, fSockfd, attempts);
149 attempts = 0;
184 int attempts = 0; local
199 attempts++;
229 // h.done, h.bytes, i, attempts);
232 attempts = 0;
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc32 int attempts = 0; local
33 for (; attempts < 41; attempts++) {
47 if (attempts == 30) {
50 } else if (attempts == 40) {
60 if (attempts == 41)
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
340 if (entry->attempts == 0)
348 if (entry->attempts == 0)
356 /* retransmit; remove entry if too many attempts */
357 entry->attempts++;
374 if (entry->attempts >
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
340 if (entry->attempts == 0)
348 if (entry->attempts == 0)
356 /* retransmit; remove entry if too many attempts */
357 entry->attempts++;
374 if (entry->attempts >
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
340 if (entry->attempts == 0)
348 if (entry->attempts == 0)
356 /* retransmit; remove entry if too many attempts */
357 entry->attempts++;
374 if (entry->attempts >
[all...]
/external/mksh/src/
H A Dmain.c785 volatile uint8_t attempts = 13; local
858 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DRenderer11.cpp3082 int attempts = ArraySize(extraFlags); local
3084 ID3DBlob *binary = (ID3DBlob*)mCompiler.compileToBinary(infoLog, shaderHLSL, profile, extraFlags, extraFlagNames, attempts);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DRenderer9.cpp2234 for (int attempts = 3; lost && attempts > 0; attempts--)
2239 // may cause a longer wait other reset attempts before the
3424 int attempts = ArraySize(extraFlags); local
3426 ID3DBlob *binary = (ID3DBlob*)mCompiler.compileToBinary(infoLog, shaderHLSL, profile, extraFlags, extraFlagNames, attempts);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1209 void HWNDMessageHandler::ForceRedrawWindow(int attempts) { argument
1213 if (--attempts <= 0)
1219 attempts),
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp486 int k = 0, attempts = 1; local
500 attempts = fs->roots->total;
503 for( k = 0; k < attempts; k++ )
540 if( k == attempts - 1 && create_missing )
567 int k = 0, attempts = 1; local
586 attempts = fs->roots->total;
589 for( k = 0; k < attempts; k++ )
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c399 int attempts = 0; local
452 attempts++;
471 if (attempts > 1) {
473 (TSTR("**>> yaffs write required %d attempts" TENDSTR),
474 attempts));
475 dev->nRetriedWrites += (attempts - 1);
/external/chromium_org/v8/src/
H A Dheap.cc748 // Therefore stop recollecting after several attempts.
799 // allocation attempts to go through.
972 // Failed to reserve the space after several attempts.
4182 int attempts = 0; local
4185 attempts++;
4186 } while (hash == 0 && attempts < 30);
H A Dobjects.cc4893 int attempts = 0; local
4898 attempts++;
4899 } while (hash_value == 0 && attempts < 30);
15313 // There must be no attempts to internalize strings that could throw
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1050 milliseconds