/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/ |
GpsLocationTest.java | 43 private static final int TIMEOUT = 5000; 63 this.wait(TIMEOUT);
|
/external/bluetooth/bluedroid/hci/include/ |
utils.h | 162 ** Description sleep unconditionally for timeout milliseconds 167 void utils_delay (uint32_t timeout);
|
/external/chromium/chrome/browser/chromeos/login/ |
network_screen.h | 58 FRIEND_TEST(NetworkScreenTest, Timeout); 103 // Timer for connection timeout.
|
/external/chromium/chrome/browser/sync/glue/ |
database_model_worker_unittest.cc | 42 this, &DatabaseModelWorkerTest::Timeout); 57 void Timeout() {
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
ChannelCondition.java | 20 * A timeout has occurred, none of your requested conditions is fulfilled. 25 public static final int TIMEOUT = 1;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingCheckedFuture.java | 50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { 51 return delegate().checkedGet(timeout, unit);
|
ForwardingFuture.java | 67 public V get(long timeout, TimeUnit unit) 69 return delegate().get(timeout, unit);
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 69 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ 70 unsigned int timeout_clks; /* data timeout (in clocks) */
|
/external/kernel-headers/original/linux/ |
poll.h | 114 extern int do_select(int n, fd_set_bits *fds, s64 *timeout); 116 s64 *timeout);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
SyncEvent.h | 81 ** millisec: Timeout in milliseconds. 83 ** Returns: True if wait is successful; false if timeout occurs.
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 73 UINT16 peer_lto; /* link timeout of peer device in ms */ 83 UINT16 inact_timeout; /* inactivity timeout in ms */ 93 UINT16 local_lto; /* Local Link Timeout */ 94 UINT16 inact_timeout_init; /* Inactivity Timeout as initiator role */ 95 UINT16 inact_timeout_target; /* Inactivity Timeout as target role */ 97 UINT16 data_link_timeout; /* data link conneciton timeout */ 98 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */ 153 LLCP_DLC_EVENT_TIMEOUT /* timeout event */
|
/external/libppp/src/ |
chat.h | 58 int TimeoutSec; /* Expect timeout value */ 72 struct pppTimer timeout; /* TimeoutSec timer */ member in struct:chat
|
/external/openssh/regress/ |
bsd.regress.mk | 58 # XXX - we need a better method to see if a test fails due to timeout or just 71 echo -n "FAIL (possible timeout) " >> ${REGRESSLOG} ; \
|
/external/ppp/pppd/ |
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...] |
/external/qemu/proxy/ |
proxy_common.h | 89 * to it, for a specified timeout, in milliseconds, then close the connection. 92 * case of timeout, or ECONNREFUSED if the connection is refused.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAsyncTask.java | 71 public Result get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException { 72 return future.get(timeout, unit);
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5BytestreamSession.java | 85 public void setReadTimeout(int timeout) throws IOException {
87 this.socket.setSoTimeout(timeout);
|
/external/strace/ |
scsi.c | 50 tprintf("timeout=%u, ", sg_io->timeout);
|
/external/webkit/Source/WebCore/manual-tests/plugins/ |
timeout-dialog-displayed-over-navigation.html | 18 <param name="movie" value="timeout-dialog-displayed-over-navigation.swf">
21 <embed src="timeout-dialog-displayed-over-navigation.swf" quality="high" bgcolor="#ffffff" width="550" height="400" align="middle"
|
/external/webkit/Source/WebCore/page/ |
DOMTimer.h | 45 static int install(ScriptExecutionContext*, PassOwnPtr<ScheduledAction>, int timeout, bool singleShot); 61 double intervalClampedToMinimum(int timeout, double minimumTimerInterval) const;
|
/external/webkit/Source/WebKit2/Shared/ |
ChildProcess.h | 72 // The timeout, in seconds, before this process will be terminated if termination 73 // has been enabled. If the timeout is 0 seconds, the process will be terminated immediately.
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
TestControllerMac.mm | 54 void TestController::platformRunUntil(bool& done, double timeout) 56 CFAbsoluteTime end = CFAbsoluteTimeGetCurrent() + timeout;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
BrightnessDialog.java | 105 private void dismissBrightnessDialog(int timeout) { 107 mHandler.postDelayed(mDismissDialogRunnable, timeout);
|
/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 181 * timeout expires. 187 * if an error or a timeout occurs while reading the address. 193 * This call will block until either data has been received or, if a timeout 194 * is set, the timeout has expired. If the timeout expires an {@code 200 * if an error or timeout occurs while receiving data. 269 * either data has been received or, if a timeout is set, the timeout has
|
/packages/apps/Email/src/com/android/email/data/ |
ThrottlingCursorLoader.java | 36 /** Constructor with default timeout */ 43 /** Constructor that takes custom timeout */
|