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

/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.h60 // Number of attempts before waiting for a page to be fully reloaded.
61 void set_translate_max_reload_attempts(int attempts) { argument
62 max_reload_check_attempts_ = attempts;
114 // Max number of attempts before checking if a page has been reloaded.
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory_unittest.cc46 int attempts = 0; local
48 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.py57 attempts: The number of attempts to run if we encountered
76 attempts=3,
93 self._attempts = attempts
96 assert self._attempts > 0, 'Test attempts must be greater than 0'
139 def attempts(self): member in class:PageTest
143 @attempts.setter
144 def attempts(self, count): member in class:PageTest
145 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.c737 volatile uint8_t attempts = 13; local
810 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp2414 int attempts = ArraySize(extraFlags); local
2416 ID3DBlob *binary = (ID3DBlob*)mCompiler.compileToBinary(infoLog, shaderHLSL, profile, extraFlags, extraFlagNames, attempts);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp2166 for (int attempts = 3; lost && attempts > 0; attempts--)
2171 // may cause a longer wait other reset attempts before the
2972 int attempts = ArraySize(extraFlags); local
2974 ID3DBlob *binary = (ID3DBlob*)mCompiler.compileToBinary(infoLog, shaderHLSL, profile, extraFlags, extraFlagNames, attempts);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1244 void HWNDMessageHandler::ForceRedrawWindow(int attempts) { argument
1248 if (--attempts <= 0)
1254 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/heap/
H A Dheap.cc746 // Therefore stop recollecting after several attempts.
796 // allocation attempts to go through.
958 // Failed to reserve the space after several attempts.
4201 int attempts = 0; local
4204 attempts++;
4205 } while (hash == 0 && attempts < 30);
/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 ...
/external/chromium_org/v8/src/
H A Dobjects.cc4510 int attempts = 0; local
4515 attempts++;
4516 } while (hash_value == 0 && attempts < 30);
14701 // There must be no attempts to internalize strings that could throw
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7265 milliseconds