OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout
(Results
251 - 275
of
2226
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
select.h
42
const struct timespec *
timeout
, const sigset_t *sigmask);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
select.h
42
const struct timespec *
timeout
, const sigset_t *sigmask);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
select.h
42
const struct timespec *
timeout
, const sigset_t *sigmask);
/external/chromium/base/test/
test_timeouts.cc
23
int
timeout
;
local
24
base::StringToInt(string_value, &
timeout
);
25
*value = std::max(*value,
timeout
);
43
// The
timeout
values should increase in the order they appear in this block.
77
// The
timeout
values should be increasing in the right order.
/external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h
73
int
timeout
() { return timeout_; }
function in class:talk_base::AsyncHttpRequest
74
void set_timeout(int
timeout
) { timeout_ =
timeout
; }
httprequest.h
76
int
timeout
() { return timeout_; }
function in class:talk_base::HttpRequest
77
void set_timeout(int
timeout
) { timeout_ =
timeout
; }
/external/chromium_org/base/test/
test_timeouts.cc
36
int
timeout
;
local
37
base::StringToInt(string_value, &
timeout
);
38
*value = std::max(*value,
timeout
);
58
// The
timeout
values should increase in the order they appear in this block.
94
// The
timeout
values should be increasing in the right order.