HomeSort by relevance Sort by last modified time
    Searched refs:TIMEOUT (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 40 #define TIMEOUT 5000
video_encoder_device_copper.h 40 #define TIMEOUT 5000
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 40 #define TIMEOUT 5000
video_encoder_device_v4l2.h 47 #define TIMEOUT 5*60*1000
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llgnubby.js 52 llGnubby.TIMEOUT = 5;
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 51 private final static int TIMEOUT = 60000;
262 // if the channel could not finish writing in TIMEOUT ms, the
265 assertTimeout(startTime, TIMEOUT);
271 * than timeout.
273 private void assertTimeout(long startTime, long timeout) {
275 if ((currentTime - startTime) > timeout) {
276 fail("Timeout");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 12 TIMEOUT = 60 # seconds
218 f = urlopen(url, req, TIMEOUT)
226 if isinstance(err[0], socket.timeout):
227 print >>sys.stderr, "<timeout: %s>" % url
236 except socket.timeout:
237 print >>sys.stderr, "<timeout: %s>" % url
257 with test_support.transient_internet(url, timeout=None):
278 u = _urlopen_with_retry(url, timeout=None)
286 u = _urlopen_with_retry(url, timeout=120)
293 with test_support.transient_internet(self.FTP_HOST, timeout=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 12 TIMEOUT = 60 # seconds
218 f = urlopen(url, req, TIMEOUT)
226 if isinstance(err[0], socket.timeout):
227 print >>sys.stderr, "<timeout: %s>" % url
236 except socket.timeout:
237 print >>sys.stderr, "<timeout: %s>" % url
257 with test_support.transient_internet(url, timeout=None):
278 u = _urlopen_with_retry(url, timeout=None)
286 u = _urlopen_with_retry(url, timeout=120)
293 with test_support.transient_internet(self.FTP_HOST, timeout=None)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 73 // read/connection timeout value
74 private static final int TIMEOUT = 5000;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 73 /** Timeout for HTTP connections (in ms) */
74 private static final int TIMEOUT = 20 * 1000;
749 urlConnection.setConnectTimeout(TIMEOUT);
750 urlConnection.setReadTimeout(TIMEOUT);
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 59 private static final int TIMEOUT = 1 * 1000;//1 sec
87 final int timeout = intent.getIntExtra(EXTRA_TIMEOUT, TIMEOUT); local
110 }, timeout);
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 175 "BUGWK,71543,TIMEOUT PASS,media/media-element-play-after-eos.html,
176 BUGCR,97657,IMAGE CPU MAC TIMEOUT PASS,media/audio-repaint.html,"
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 30 private static final long TIMEOUT = 10000;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)
359 if (timeout) {
360 tv.tv_sec = timeout / 1000000;
361 tv.tv_usec = timeout % 1000000;
370 /* Timeout. */
371 return TIMEOUT;
  /external/chromium_org/build/android/
lighttpd_server.py 122 for timeout in xrange(1, 5):
126 '127.0.0.1', self.port, timeout=timeout)) as http:
127 http.set_debuglevel(timeout > 3)
140 ix = self.process.expect([pexpect.TIMEOUT, pexpect.EOF, '.+'],
141 timeout=timeout)
147 return (client_error or 'Timeout', server_msg)
  /external/chromium_org/net/dns/
dns_test_util.cc 144 case MockDnsClientRule::TIMEOUT:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 57 return test_expectations.TIMEOUT
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 42 var TIMEOUT = 1000;
128 suite.ReportError(this, Error('timeout'));
129 }.bind(this), TIMEOUT);
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 197 outcome = statusfile.TIMEOUT
  /external/dnsmasq/src/
forward.c 970 /* if wait==NULL return a free or older than TIMEOUT record.
973 limit of 4*TIMEOUT before we wipe things (for random sockets) */
987 if (difftime(now, f->time) >= 4*TIMEOUT)
1004 and it's older than timeout */
1005 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT)
1007 /* keep stuff for twice timeout if we can by allocating a new
1009 if (difftime(now, oldest->time) < 2*TIMEOUT &&
1026 *wait = oldest->time + (time_t)TIMEOUT - now;
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
topip.py 179 PROMPT = pexpect.TIMEOUT
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 145 * once a second as a registered event loop timeout.
508 SM_STATE(BE_AUTH, TIMEOUT)
510 SM_ENTRY_MA(BE_AUTH, TIMEOUT, be_auth);
549 SM_ENTER(BE_AUTH, TIMEOUT);
558 SM_ENTER(BE_AUTH, TIMEOUT);
590 SM_ENTER(BE_AUTH, TIMEOUT);
922 /* Re-run from eloop timeout */
931 /* Re-run from eloop timeout */
974 * Run eapol_sm_step_run from a registered timeout to make sure that
  /external/chromium_org/build/android/pylib/
android_commands.py 410 logging.warning('Restarting and retrying after timeout: %s', e)
434 timeout = 300
442 timeout = 120
446 self.WaitForSdCardReady(timeout)
530 logging.info('Timeout on installing %s on device %s', apk_path,
789 timeout_sec: the timeout in seconds
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 240 .test-name.TIMEOUT::after {
241 content: 'TIMEOUT';
notifications.css 213 ol.notifications table.failures tbody tr.TIMEOUT td:first-child span {

Completed in 1959 milliseconds

1 2 34 5 6 7