HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 226 - 250 of 1175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-L/include/linux/hdlc/
ioctl.h 95 unsigned int timeout; member in struct:__anon2055
  /development/ndk/platforms/android-L/include/linux/
pps.h 72 struct pps_ktime timeout; member in struct:pps_fdata
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
TestOptions.java 64 * <li><code>jpda.settings.timeout</code>
65 * - timeout used in JPDA tests
67 * - timeout for waiting events
77 /** Default timeout value for various operations. */
103 // current timeout value (negative means using default value)
104 private long timeout = -1; field in class:TestOptions
392 * Returns timeout for JPDA tests in milliseconds.
394 * @return option "jpda.settings.timeout" or DEFAULT_TIMEOUT by default.
397 if (timeout < 0) {
398 timeout = DEFAULT_TIMEOUT
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDADebuggeeSynchronizer.java 42 * TCP/IP sockets. All operations can be timed out according to default timeout.
191 long timeout = settings.getTimeout(); local
193 serverSocket.setSoTimeout((int) timeout);
198 clientSocket.setSoTimeout((int) timeout);
211 long timeout = settings.getTimeout(); local
219 clientSocket.setSoTimeout((int) timeout);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 79 int timeout = 10; // wait no more than 5 seconds for handshake local
86 timeout--;
87 if (timeout < 0) {
143 int timeout = 10; // wait no more than 5 seconds for handshake local
150 timeout--;
151 if (timeout < 0) {
207 int timeout = 10; // wait no more than 5 seconds for handshake local
214 timeout--;
215 if (timeout < 0) {
271 int timeout = 10; // wait no more than 5 seconds for handshak local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 327 UINT16 timeout = 0; local
384 timeout = p_act0->timeout;
396 timeout = p_act1->timeout;
413 /* no timeout needed if no action is required */
416 timeout = 0;
424 if(!timed_out && timeout)
435 bta_sys_start_timer(&bta_dm_cb.pm_timer[i].timer, 0, timeout);
436 APPL_TRACE_DEBUG("start dm_pm_timer:%d, %d", i, timeout);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 99 UINT16 latency, UINT16 timeout)
131 p_lcb->timeout = timeout;
147 p_lcb->timeout = timeout;
153 l2cu_send_peer_ble_par_req (p_lcb, min_int, max_int, latency, timeout);
506 p_lcb->max_interval, p_lcb->latency, p_lcb->timeout, 0, 0);
564 UINT16 min_interval, max_interval, latency, timeout; local
595 STREAM_TO_UINT16 (timeout, p); /* 0x000A - 0x0C80 */
602 /*(timeout >= max_interval && latency > (timeout * 10/(max_interval * 1.25) - 1)) ||*
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 240 struct timespec timeout = {0, 0}; local
242 &timeout));
  /external/chromium_org/base/message_loop/
message_pump_win.cc 85 double timeout = local
89 int delay = static_cast<int>(timeout);
532 int timeout = GetCurrentDelay(); local
533 if (timeout < 0) // Negative value means no timers waiting.
534 timeout = INFINITE;
536 WaitForIOCompletion(timeout, NULL);
539 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
543 if (!GetIOItem(timeout, &item))
573 bool MessagePumpForIO::GetIOItem(DWORD timeout, IOItem* item) {
578 &overlapped, timeout)) {
    [all...]
  /external/chromium_org/base/process/
kill_posix.cc 30 // exit sometime before the timeout has ended but we may still block for up
33 // waitpid() has no direct support on POSIX for specifying a timeout, you can
228 base::TimeDelta timeout) {
230 if (!WaitpidWithTimeout(handle, &status, timeout))
407 BackgroundReaper(pid_t child, unsigned timeout)
409 timeout_(timeout) {
466 const unsigned timeout = 2; // seconds local
467 BackgroundReaper* reaper = new BackgroundReaper(process, timeout);
  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 214 // Adjust the timeout depending on how many tests we're running
216 // TODO(phajdan.jr): Consider an adaptive timeout, which can change
220 base::TimeDelta timeout = local
231 timeout,
336 // after the timeout, so from XML results it looks just like
342 // We run multiple tests in a batch with a timeout applied
344 // running quickly some tests take longer than the per-test timeout.
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_strategy.cc 41 int timeout = DefaultNetwork() variable
44 return base::TimeDelta::FromSeconds(timeout);
106 int timeout; variable
108 timeout = kFastAttemptTimeoutSec;
110 timeout = kNormalAttemptTimeoutSec;
112 timeout = kSlowAttemptTimeoutSec;
113 return base::TimeDelta::FromSeconds(timeout);
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 222 base::TimeDelta timeout = local
227 timeout);
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 373 base::TimeDelta timeout = local
384 if (!ServiceProcessControl::GetInstance()->GetHistograms(callback, timeout)) {
395 // child processes. |timeout| specifies how long to wait before absolutely
398 timeout); local
  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_service.cc 100 std::string timeout = GetExperimentParam(kSuggestionsFieldTrialTimeoutMs); local
102 if (!timeout.empty() && base::StringToInt(timeout, &temp_timeout)) {
172 // issuing a blacklist request. Also ensure the timeout closure does not
204 // We no longer need the timeout closure. Delete it whether or not it has run
259 // Cancel pending request and timeout closure, then serve existing requestors
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 45 // {"error":|error_type|, "timeout":|timeout|}
48 int timeout) {
50 error->SetInteger("timeout", timeout);
293 // TODO(maksymb): Use base::TimeDelta for timeout values
348 int timeout; local
351 &error_description, &timeout)
353 &error_description, &timeout);
371 return CreateErrorWithTimeout("invalid_print_job", timeout);
    [all...]
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.cc 430 long timeout = 0; local
431 if (pseudo_tcp_.GetNextClock(PseudoTcp::Now(), timeout)) {
434 base::TimeDelta::FromMilliseconds(std::max(timeout, 0L)), this,
  /external/chromium_org/media/base/android/
media_decoder_job.cc 18 // Timeout value for media codec operations. Because the first
249 base::TimeDelta timeout = base::TimeDelta::FromMilliseconds( local
252 media_codec_bridge_->DequeueInputBuffer(timeout, &input_buf_index);
430 base::TimeDelta timeout = base::TimeDelta::FromMilliseconds( local
434 media_codec_bridge_->DequeueOutputBuffer(timeout,
  /external/chromium_org/media/cast/rtcp/
rtcp.cc 334 base::TimeTicks timeout = now - base::TimeDelta::FromMilliseconds(kMaxRttMs); local
336 // Cleanup old statistics older than |timeout|.
339 if (oldest_report.second < timeout) {
  /external/chromium_org/media/cast/transport/pacing/
paced_sender_unittest.cc 153 base::TimeDelta timeout = base::TimeDelta::FromMilliseconds(10); local
154 testing_clock_.Advance(timeout);
158 timeout = base::TimeDelta::FromMilliseconds(5);
159 testing_clock_.Advance(timeout);
164 testing_clock_.Advance(timeout);
209 base::TimeDelta timeout = base::TimeDelta::FromMilliseconds(10); local
210 testing_clock_.Advance(timeout);
218 testing_clock_.Advance(timeout);
225 testing_clock_.Advance(timeout);
235 testing_clock_.Advance(timeout);
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 30 // Timeout in microseconds v4l2_thread_ blocks waiting for a frame from the hw.
363 timeval timeout; local
365 timeout.tv_sec = 0;
366 timeout.tv_usec = kCaptureTimeoutUs;
371 HANDLE_EINTR(select(device_fd_.get() + 1, &r_set, NULL, NULL, &timeout));
386 // Check if select timeout.
391 "Continuous timeout %d times", timeout_count_));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
tty_test.cc 165 struct timeval timeout = {0, 0}; local
172 int rtn = ki_select(fd + 1, &readfds, NULL, &errorfds, &timeout);
185 struct timeval timeout; local
197 // 10 millisecond timeout
198 timeout.tv_sec = 0;
199 timeout.tv_usec = 10 * 1000;
200 // Should timeout when no input is available.
201 int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout);
326 struct timeval timeout; local
327 timeout.tv_sec = 20
369 struct timeval timeout; local
    [all...]
  /external/chromium_org/net/dns/
dns_config_service.h 31 // Always use 1 second timeout (followed by binary exponential backoff).
32 // TODO(szym): Remove code which reads timeout from system.
111 base::TimeDelta timeout; member in struct:net::DnsConfig
dns_session.cc 25 // Never exceed max timeout.
27 // Set min timeout, in case we are talking to a local DNS proxy.
32 // Target percentile in the RTT histogram used for retransmission timeout.
41 // Seed histogram with 2 samples at |rtt_estimate| timeout.
48 // Last time when server returned failure or timeout.
94 server_stats_.push_back(new ServerStats(config_.timeout,
214 // Respect config timeout if it exceeds |kMaxTimeoutMs|.
215 if (config_.timeout.InMilliseconds() >= kMaxTimeoutMs)
216 return config_.timeout;
255 base::TimeDelta timeout = server_stats_[server_index]->rtt_estimate local
286 base::TimeDelta timeout = local
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_session.cc 46 // the timeout to 30s.
49 // Timeout for the transport-info messages.
328 int timeout = kDefaultMessageTimeout; local
331 timeout = kSessionInitiateAndAcceptTimeout;
334 request->SetTimeout(base::TimeDelta::FromSeconds(timeout));

Completed in 1341 milliseconds

1 2 3 4 5 6 7 8 91011>>