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

1 23 4 5 6 7

  /external/deqp/scripts/log/
log_parser.py 16 TIMEOUT = 'Timeout'
28 TIMEOUT
128 if statusCode == "Watchdog timeout occurred.":
129 statusCode = StatusCode.TIMEOUT
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 35 private static final int TIMEOUT = 2000;
192 while (elapsedTime < TIMEOUT ) {
203 mEventCache.wait(TIMEOUT - elapsedTime);
206 // we exited the loop because of TIMEOUT; fail the call
222 while (elapsedTime < TIMEOUT ) {
230 mEventCache.wait(TIMEOUT - elapsedTime);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 65 "TIMEOUT": [ 72, 48 ],
90 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
105 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Build Number|&chxr=0,3,5|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
131 '<tr><td>TIMEOUT</td><td>72</td><td>48</td></tr>' +
159 '<tr><td>TIMEOUT</td><td>72</td><td>48</td></tr>' +
  /external/chromium_org/third_party/pexpect/
pexpect.py 91 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
137 class TIMEOUT(ExceptionPexpect):
139 """Raised when a read time exceeds the timeout. """
141 ##class TIMEOUT_PATTERN(TIMEOUT):
142 ## """Raised when the pattern match time exceeds the timeout.
143 ## This is different than a read TIMEOUT because the child process may
144 ## give output, thus never give a TIMEOUT, but the output
151 def run(command, timeout=-1, withexitstatus=False, events=None,
212 events={TIMEOUT:print_ticks}, timeout=5
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 90 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
132 class TIMEOUT(ExceptionPexpect):
134 """Raised when a read time exceeds the timeout. """
136 ##class TIMEOUT_PATTERN(TIMEOUT):
137 ## """Raised when the pattern match time exceeds the timeout.
138 ## This is different than a read TIMEOUT because the child process may
139 ## give output, thus never give a TIMEOUT, but the output
145 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd=None, env=None):
203 run ("mencoder dvd://1 -o video.avi -oac copy -ovc copy", events={TIMEOUT:print_ticks}, timeout=5
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 51 private static final long TIMEOUT = 10 * DateUtils.SECOND_IN_MILLIS;
86 assertTrue("CtsLocal root", new UiObject(new UiSelector().text("CtsLocal")).waitForExists(TIMEOUT));
247 assertTrue("CtsLocal root", new UiObject(new UiSelector().text("CtsLocal")).waitForExists(TIMEOUT));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 45 protected static final int TIMEOUT = 25000;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 413 /* A timeout has occurred. */
414 TIMEOUT,
428 * timeout - Timeout in microseconds. 0 indicates no timeout (wait
433 SelectRes Select(int fd, int timeout);
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 79 RunTest(MockDnsClientRule::TIMEOUT, DnsProbeRunner::UNREACHABLE);
  /external/dnsmasq/src/
config.h 23 #define TIMEOUT 10 /* drop UDP queries after TIMEOUT seconds */
  /external/lldb/utils/test/
run-until-faulted.py 54 pexpect.TIMEOUT])
63 print "TIMEOUT occurred:", str(lldb)
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 34 private static final long TIMEOUT = 1000;
108 return mIdleLatch.await(TIMEOUT, TimeUnit.MILLISECONDS);
263 public void doTest(long timeout, long interval) throws InterruptedException {
268 long endTime = now + timeout;
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 47 timeout = test_options.timeout
48 if timeout == 0:
49 timeout = 60
50 # On a VM (e.g. chromium buildbots), this timeout is way too small.
52 timeout = timeout * 2
54 self._timeout = timeout * self.tool.GetTimeoutScale()
64 self.device.WaitUntilFullyBooted(timeout=20)
106 timeout=self._timeout
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
UsbMidiDeviceAndroid.java 211 final int TIMEOUT = 100;
212 mConnection.bulkTransfer(endpoint, bs, 0, bs.length, TIMEOUT);
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
CacheData.java 45 private static final int TIMEOUT = 5000;
313 jsonp.setTimeout(TIMEOUT);
  /frameworks/base/core/java/android/net/
DnsPinger.java 59 /** Short socket timeout so we don't block one any 'receive' call */
85 public static final int TIMEOUT = -1;
90 * Send a new ping via a socket. arg1 is ID, arg2 is timeout, obj is InetAddress to ping
103 int timeout; field in class:DnsPinger.ActivePing
147 newActivePing.timeout = msg.arg2;
204 // A timeout here doesn't mean anything - squelsh this exception
220 curPing.start + curPing.timeout) {
221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT);
264 * @param timeout timeout for pin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 30 TIMEOUT = 10.0
33 socket.setdefaulttimeout(self.TIMEOUT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 30 TIMEOUT = 10.0
33 socket.setdefaulttimeout(self.TIMEOUT)
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 60 private static final int TIMEOUT = 10000;
249 mImageListener.waitForColor(color, TIMEOUT));
275 waiter.wait(TIMEOUT);
  /external/iputils/
tftpd.c 77 #define TIMEOUT 5
80 int rexmtval = TIMEOUT;
81 int maxtimeout = 5*TIMEOUT;
163 * they timeout. The positive effect of
334 int timeout; variable
340 timeout += rexmtval;
341 if (timeout >= maxtimeout)
368 timeout = 0;
431 timeout = 0;
481 signal(SIGALRM, justquit); /* just quit on timeout */
    [all...]
  /external/ppp/pppd/
upap.c 69 "Set retransmit timeout for PAP", OPT_PRIO },
72 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
193 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
260 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
276 if (u->us_clientstate == UPAPCS_AUTHREQ) /* Timeout pending? */
277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
574 TIMEOUT(upap_timeout, u, u->us_timeouttime);
fsm.c 144 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
152 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
207 * Cancel any timeout running, notify upper layers we're done, and
216 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
237 TIMEOUT(fsm_timeout, f, f->timeouttime);
278 * fsm_timeout - Timeout expired.
300 TIMEOUT(fsm_timeout, f, f->timeouttime);
309 warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
325 FSMDEBUG(("%s: Timeout event in state %d!", PROTO_NAME(f), f->state));
462 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */
    [all...]
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 59 private static final int TIMEOUT = 10000;
302 mImageListener.waitForColor(color, TIMEOUT));
328 waiter.wait(TIMEOUT);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorWaitedTest.java 139 // Check wait's timeout
142 logWriter.println("==> CHECK: Wait time out: " + MonitorWaitAndWaitedDebuggee.TIMEOUT);
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 54 // key may take minutes on some hardware. This class will timeout after a much
72 TIMEOUT, // The operation timed out.
225 // certificate requests. |context.callback| will be invoked with a TIMEOUT

Completed in 1022 milliseconds

1 23 4 5 6 7