HomeSort by relevance Sort by last modified time
    Searched refs:timeout (Results 251 - 275 of 2226) sorted by null

<<11121314151617181920>>

  /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.