HomeSort by relevance Sort by last modified time
    Searched refs:TIMEOUT (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/strace/tests/
run.sh 8 TIMEOUT="timeout -s 9 $TIMEOUT_DURATION"
9 $TIMEOUT true > /dev/null 2>&1 ||
10 TIMEOUT=
12 exec $TIMEOUT "$@"
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java 49 * Defines the timeout in milliseconds used when retrieving an instance of
56 public static final String TIMEOUT = "http.conn-manager.timeout";
ConnManagerParamBean.java 53 public void setTimeout (final long timeout) {
54 params.setLongParameter(ConnManagerPNames.TIMEOUT, timeout);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
10 static struct timeval TIMEOUT = { 25, 0 };
18 TIMEOUT));
27 TIMEOUT));
36 TIMEOUT));
45 TIMEOUT));
54 TIMEOUT));
63 TIMEOUT));
72 TIMEOUT));
81 TIMEOUT));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionError.idl 35 const unsigned short TIMEOUT = 3;
PositionError.h 41 TIMEOUT = 3
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
10 static struct timeval TIMEOUT = { 25, 0 };
18 TIMEOUT));
27 TIMEOUT));
36 TIMEOUT));
45 TIMEOUT));
54 TIMEOUT));
63 TIMEOUT));
72 TIMEOUT));
81 TIMEOUT));
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */
38 static struct timeval TIMEOUT = { 25, 0 };
46 TIMEOUT));
55 TIMEOUT));
64 TIMEOUT));
73 TIMEOUT));
82 TIMEOUT));
91 TIMEOUT));
100 TIMEOUT));
109 TIMEOUT));
    [all...]
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveBenchmark.java 31 private static final int TIMEOUT = 1000000;
42 runBenchmark(BenchmarkName.FullPipeline, true, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
50 runBenchmark(BenchmarkName.FullPipeline, false, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
58 runBenchmark(BenchmarkName.PixelOutput, true, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
66 runBenchmark(BenchmarkName.PixelOutput, false, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
74 runBenchmark(BenchmarkName.ShaderPerf, true, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
82 runBenchmark(BenchmarkName.ShaderPerf, false, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
90 runBenchmark(BenchmarkName.ContextSwitch, true, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
98 runBenchmark(BenchmarkName.ContextSwitch, false, NUM_FRAMES, NUM_ITERATIONS, TIMEOUT);
108 * @param timeout The milliseconds to wait for an iteration of the benchmark before timing out
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqClearRequestTestCase.java 56 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
66 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
71 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
80 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
89 if (!actionListener.check(ActionListenerTest.FAIL_NO_SERVICE, TIMEOUT)) {
GoTestCase.java 53 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
63 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
73 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
82 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 WifiP2pInfo info = mReceiverTest.waitConnectionNotice(TIMEOUT);
ServReqRemoveRequestTestCase.java 56 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
66 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
71 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
80 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
112 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
121 Timeout t = new Timeout(TIMEOUT)
    [all...]
ServRespTestCase.java 55 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
65 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
75 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
ServReqMultiClientTestCase03.java 47 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
57 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
67 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
109 Timeout t = new Timeout(TIMEOUT);
ConnectReqTestCase.java 95 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 WifiP2pDevice dev = mReceiverTest.waitDeviceFound(mTargetAddress, TIMEOUT);
129 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
147 if (mReceiverTest.waitPeerConnected(mTargetAddress, TIMEOUT) != true) {
156 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
166 p2pInfo = mReceiverTest.waitDisconnectionNotice(TIMEOUT);
174 if (mReceiverTest.waitPeerDisconnected(mTargetAddress, TIMEOUT) != true) {
P2pClientPbcTestCase.java 62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
95 Timeout t = new Timeout(TIMEOUT);
P2pClientPinTestCase.java 59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
92 Timeout t = new Timeout(TIMEOUT);
ServReqTestCase.java 69 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase01.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase02.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorWaitAndWaitedDebuggee.java 26 public static long TIMEOUT = 500;
40 monitor.wait(TIMEOUT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 4 # thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message
8 TIMEOUT = 10
40 t.join(TIMEOUT)
  /external/chromium_org/chrome/browser/net/
dns_probe_service_unittest.cc 89 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::OK,
94 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT,
117 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT,
127 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT,
  /external/lldb/test/pexpect-2.4/examples/
sshls.py 22 i = child.expect([pexpect.TIMEOUT, ssh_newkey, 'password: '])
23 if i == 0: # Timeout
31 i = child.expect([pexpect.TIMEOUT, 'password: '])
32 if i == 0: # Timeout

Completed in 1107 milliseconds

1 2 3 4 5 6 7