OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timeout_sec
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/search/
search.cc
543
int
timeout_sec
= kStalePageTimeoutDefault;
local
548
timeout_sec
= GetUInt64ValueForFlagWithDefault(kStalePageTimeoutFlagName,
554
if (
timeout_sec
< 0 || (
timeout_sec
> 0 &&
timeout_sec
< 300))
555
timeout_sec
= kStalePageTimeoutDefault;
558
timeout_sec
= base::RandInt(
timeout_sec
* 0.85,
timeout_sec
* 1.15);
560
return
timeout_sec
;
[
all
...]
/external/chromium_org/build/android/pylib/
forwarder.py
317
timeout_sec
= 5
318
processes_killed = adb.KillAllBlocking('device_forwarder',
timeout_sec
)
android_commands.py
589
def KillAllBlocking(self, process,
timeout_sec
):
597
timeout_sec
: the timeout in seconds
607
while self.ExtractPid(process) and elapsed <
timeout_sec
:
610
if elapsed >=
timeout_sec
:
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
events.c
937
int
timeout_sec
, int timeout_usec)
955
wpa_supplicant_req_scan(wpa_s,
timeout_sec
, timeout_usec);
1312
int
timeout_sec
= wpa_s->scan_interval;
local
[
all
...]
Completed in 749 milliseconds