Searched refs:timeout_seconds (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_uploader.py95 def upload(self, params, files, timeout_seconds):
103 socket.setdefaulttimeout(timeout_seconds)
104 NetworkTransaction(timeout_seconds=timeout_seconds).run(
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.h131 int timeout_seconds() const { return timeout_seconds_; } function in class:talk_base::Task
132 void set_timeout_seconds(int timeout_seconds);
H A Dtask.cc251 void Task::set_timeout_seconds(const int timeout_seconds) { argument
252 timeout_seconds_ = timeout_seconds;
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction.py44 def __init__(self, initial_backoff_seconds=10, grown_factor=1.5, timeout_seconds=(10 * 60), convert_404_to_None=False):
47 self._timeout_seconds = timeout_seconds
H A Dnetworktransaction_unittest.py84 transaction = NetworkTransaction(initial_backoff_seconds=60*60, timeout_seconds=60)
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.h81 int timeout_seconds /* 0; or total duration timeout period */
H A Dhttpread.c73 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
744 int timeout_seconds /* 0; or total duration timeout period */
756 h->timeout_seconds = timeout_seconds;
758 if (timeout_seconds > 0) {
759 if (eloop_register_timeout(timeout_seconds, 0,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
H A Dhttpread.c67 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
738 int timeout_seconds /* 0; or total duration timeout period */
750 h->timeout_seconds = timeout_seconds;
752 if (timeout_seconds > 0) {
753 if (eloop_register_timeout(timeout_seconds, 0,
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
H A Dhttpread.c67 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
738 int timeout_seconds /* 0; or total duration timeout period */
750 h->timeout_seconds = timeout_seconds;
752 if (timeout_seconds > 0) {
753 if (eloop_register_timeout(timeout_seconds, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
H A Dhttpread.c67 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
738 int timeout_seconds /* 0; or total duration timeout period */
750 h->timeout_seconds = timeout_seconds;
752 if (timeout_seconds > 0) {
753 if (eloop_register_timeout(timeout_seconds, 0,
/external/chromium/chrome/browser/
H A Dprocess_singleton.h74 int timeout_seconds,
78 int timeout_seconds);
H A Dprocess_singleton_linux.cc770 int timeout_seconds,
772 DCHECK_GE(timeout_seconds, 0);
775 for (int retries = 0; retries <= timeout_seconds; ++retries) {
783 // chrome browser. If so, we loop and try again for |timeout_seconds|.
817 if (retries == timeout_seconds) {
827 timeval timeout = {timeout_seconds, 0};
862 ReadFromSocket(socket.fd(), buf, kMaxACKMessageLength, timeout_seconds);
896 int timeout_seconds) {
898 timeout_seconds, true);
908 result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, fals
768 NotifyOtherProcessWithTimeout( const CommandLine& cmd_line, int timeout_seconds, bool kill_unresponsive) argument
894 NotifyOtherProcessWithTimeoutOrCreate( const CommandLine& command_line, int timeout_seconds) argument
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium.py441 timeout_seconds = 5.0
447 time.sleep(timeout_seconds / retry_num)

Completed in 1204 milliseconds