OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeouts
(Results
1 - 10
of
10
) sorted by null
/external/dhcpcd/
eloop.c
56
} *
timeouts
;
variable in typeref:struct:timeout
128
for (t =
timeouts
; t; t = t->next) {
133
timeouts
= t->next;
158
if (!
timeouts
|| timercmp(&t->when, &
timeouts
->when, <)) {
159
t->next =
timeouts
;
160
timeouts
= t;
163
for (tt =
timeouts
; tt->next; tt = tt->next)
183
/* This deletes all
timeouts
for the interface EXCEPT for ones with the
193
for (t =
timeouts
; t && (tt = t->next, 1); t = tt)
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius_client.h
102
*
timeouts
- radiusAuthClientTimeouts or radiusAccClientTimeouts
104
u32
timeouts
;
member in struct:hostapd_radius_server
radius_client.c
335
conf->acct_server->
timeouts
++;
343
conf->auth_server->
timeouts
++;
444
old->
timeouts
++;
469
old->
timeouts
++;
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_win.cc
165
COMMTIMEOUTS
timeouts
= { 0 };
local
166
timeouts
.ReadIntervalTimeout = MAXDWORD;
167
if (!::SetCommTimeouts(file_, &
timeouts
)) {
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js
88
// For testing, don't wait to execute
timeouts
.
/external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js
175
* them as
timeouts
. This doesn't affect pages where the server
/dalvik/docs/
prettify.js
50
* Split {@code prettyPrint} into multiple
timeouts
so as not to interfere with
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
61
* Split {@code prettyPrint} into multiple
timeouts
so as not to interfere with
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
61
* Split {@code prettyPrint} into multiple
timeouts
so as not to interfere with
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
94
timeouts
.push(cmd);
[
all
...]
Completed in 142 milliseconds