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

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 74 TIMEOUT = "T"
89 TIMEOUT_STRING = "TIMEOUT"
105 TIMEOUT_STRING: TIMEOUT,
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_tests.css 118 .TIMEOUT {
  /external/iproute2/examples/
dhcp-client-script 408 TIMEOUT)
  /external/ppp/pppd/
chap-new.c 69 "Set timeout for CHAP", OPT_PRIO },
275 TIMEOUT(chap_timeout, arg, chap_timeout_time);
384 TIMEOUT(chap_timeout, ss,
auth.c 560 * incoming events (reply, timeout, etc.).
1052 TIMEOUT(check_idle, NULL, tlim);
1055 * Set a timeout to close the connection once the maximum
1059 TIMEOUT(connect_time_expired, 0, maxconnect);
1063 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1138 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1170 TIMEOUT(check_idle, NULL, tlim);
    [all...]
eap.c 91 "Set retransmit timeout for EAP Requests (server)" },
94 { "eap-timeout", o_int, &eap_states[0].es_client.ea_timeout,
227 error("EAP: timeout waiting for Request from peer");
256 TIMEOUT(eap_client_timeout, (void *)esp,
535 * a while. Lengthen the timeout here.
864 TIMEOUT(eap_server_timeout, esp, esp->es_server.ea_timeout);
912 /* EAP ID number must not change on timeout. */
917 * When it's time to send rechallenge the peer, this timeout is
    [all...]
pppd.h 329 extern int maxoctets_timeout; /* Timeout for check of octets limit */
472 void timeout __P((void (*func)(void *), void *arg, int s, int us));
607 /* Wait for input, with timeout */
765 #define TIMEOUT(r, f, t) timeout((r), (f), (t), 0)
    [all...]
  /external/chromium_org/net/dns/
dns_test_util.h 185 TIMEOUT, // Fail asynchronously with ERR_DNS_TIMEOUT.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 130 elif test_result.type == test_expectations.TIMEOUT:
test_expectations.py 45 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, LEAK, SKIP, WONTFIX,
84 TIMEOUT_EXPECTATION = 'timeout'
235 'Timeout': 'TIMEOUT',
    [all...]
test_expectations_unittest.py 66 self.get_test('failures/expected/timeout.html'),
135 self.assertFalse(TestExpectations.result_was_expected(TIMEOUT, set([NEEDS_REBASELINE]), test_needs_rebaselining=False))
278 Bug(test) failures/expected/timeout.html [ Timeout ]
283 self.assertTrue(match('failures/expected/timeout.html', TIMEOUT))
307 return {test_name1: ['PASS', 'TIMEOUT'], test_name2: ['CRASH']}
312 self.assertEqual(expectations.get_expectations(self.get_test(test_name1)), set([PASS, IMAGE, TIMEOUT]))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 111 if result_type == test_expectations.TIMEOUT:
140 self.assertIn('Regular timeout: ', err.getvalue())
printing.py 96 self._print_default("Regular timeout: %s, slow test timeout: %s" %
192 if (result == test_expectations.TIMEOUT or
203 self._print_test_list_timing("%s slowest tests that are not marked as SLOW and did not timeout/crash:" %
  /external/lldb/test/pexpect-2.4/examples/
hive.py 220 refresh (hive, target_hostnames, timeout=0.5)
234 resync (hive, target_hostnames, timeout=0.5)
249 resync (hive, target_hostnames, timeout=0.5)
284 hive[hostname].prompt(timeout=2)
359 hive[hostname].prompt(timeout=2)
370 def refresh (hive, hive_names, timeout=0.5):
372 """This waits for the TIMEOUT on each host.
377 hive[hostname].expect([pexpect.TIMEOUT,pexpect.EOF],timeout=timeout)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 88 // read/connection timeout value
89 private static final int TIMEOUT = 5000;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc 334 ReportError(context.callback, TIMEOUT);
platform_verification_flow_unittest.cc 451 TEST_F(PlatformVerificationFlowTest, Timeout) {
456 EXPECT_EQ(PlatformVerificationFlow::TIMEOUT, result_);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 33 var TIMEOUT = 'TIMEOUT';
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 481 VolumeManager.TIMEOUT = 15 * 60 * 1000;
787 timeout: setTimeout(this.onTimeout_.bind(this, key),
788 VolumeManager.TIMEOUT)
794 * Called if no response received in |TIMEOUT|.
800 VolumeManagerCommon.VolumeError.TIMEOUT);
816 clearTimeout(request.timeout);
  /external/ppp/pppd/plugins/radius/
radius.c 588 /* Session timeout */
922 TIMEOUT(radius_acct_interim, NULL, rstate.acct_interim_interval);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java 64 private final static int TIMEOUT = 60000;
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 163 * once a second as a registered event loop timeout */
255 * delay authentication. Use a short timeout to send the first
494 SM_STATE(SUPP_BE, TIMEOUT)
496 SM_ENTRY(SUPP_BE, TIMEOUT);
601 SM_ENTER(SUPP_BE, TIMEOUT);
936 /* restart EAPOL state machine step from timeout call in order
992 return "TIMEOUT";
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 227 * @param {number} timeout timeout in seconds.
231 usbGnubby.prototype.read_ = function(cmd, timeout, cb) {
235 var tid = null; // timeout timer id.
251 // Cancel timeout timer.
267 '[' + self.cid.toString(16) + '] timeout!'));
275 schedule_cb(-llGnubby.TIMEOUT);
385 // Start timeout timer.
386 tid = window.setTimeout(read_timeout, 1000.0 * timeout);
426 * @param {number} timeout Timeout in seconds
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 110 // An existing timer may not have a zero timeout.
139 m_timer.startOneShot(m_options->timeout() / 1000.0, FROM_HERE);
169 m_errorCallback->handleEvent(PositionError::create(PositionError::TIMEOUT, "Timeout expired"));
333 else if (!notifier->options()->timeout())
391 if (!notifier->options()->timeout() || startUpdating(notifier))
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 64 #define TIMEOUT 5000

Completed in 2748 milliseconds

1 2 3 45 6 7