/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 54 unsigned int timeout; member in struct:__anon24355
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/hdlc/ |
ioctl.h | 54 unsigned int timeout; member in struct:__anon24692
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
TimeoutException.java | 21 * Exception thrown when a connection to Adb failed with a timeout.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion30.txt | 8 android:animationResolution : Timeout between frames of animation in milliseconds [integer]
|
/system/core/nexus/ |
DhcpEvent.h | 26 static const int TIMEOUT = 4;
|
/system/core/toolbox/ |
readtty.c | 65 int timeout = 0; local 81 timeout = atoi(optarg); 112 ttyarg.c_cc[VMIN] = (timeout > 0 || nonblock) ? 0 : 1; /* minimum of 0 chars */ 113 ttyarg.c_cc[VTIME] = timeout; /* wait max 15/10 sec */
|
/external/dbus/dbus/ |
dbus-connection.h | 44 /* documented in dbus-timeout.c */ 104 /** Called when libdbus needs a new timeout to be monitored by the main 109 typedef dbus_bool_t (* DBusAddTimeoutFunction) (DBusTimeout *timeout, 116 typedef void (* DBusTimeoutToggledFunction) (DBusTimeout *timeout, 118 /** Called when libdbus no longer needs a timeout to be monitored by the 122 typedef void (* DBusRemoveTimeoutFunction) (DBusTimeout *timeout, 482 int dbus_timeout_get_interval (DBusTimeout *timeout); 484 void* dbus_timeout_get_data (DBusTimeout *timeout); 486 void dbus_timeout_set_data (DBusTimeout *timeout, 490 dbus_bool_t dbus_timeout_handle (DBusTimeout *timeout); [all...] |
/external/dhcpcd/ |
eloop.c | 50 static struct timeout { struct 55 struct timeout *next; 57 static struct timeout *free_timeouts; 117 struct timeout *t, *tt = NULL; 127 /* Remove existing timeout if present */ 154 /* The timeout list should be in chronological order, 185 * timeout. */ 189 struct timeout *t, *tt, *last = NULL; 229 struct timeout *t, *tt, *last = NULL; 255 struct timeout *t [all...] |
/external/dropbear/ |
common-session.c | 123 struct timeval timeout; local 129 timeout.tv_sec = SELECT_TIMEOUT; 130 timeout.tv_usec = 0; 149 val = select(ses.maxfd+1, &readfd, &writefd, NULL, &timeout); 176 /* check for auth timeout, rekeying required etc */ 289 struct timeval timeout; local 306 timeout.tv_sec = 1; 307 timeout.tv_usec = 0; 308 if (select(fd+1, &fds, NULL, NULL, &timeout) < 0) { 369 dropbear_close("Timeout before auth") [all...] |
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 209 /* Kindly note that the below Timeout values should be 233 /**< Defines Firmware Download Completion Timeout value , 384 /* 0x01U to use overall timeout */ 385 /* 0x02U to use per frame timeout */ 447 /* Workaround to update the Active Guard Timeout */ 469 /* Macro to Enable the Host Side Link Timeout Configuration 471 * 0x01 ----> Update only the Host Link Guard Timeout Configuration; 472 * 0x03 ----> Update Both the Host Link Guard Timeout 473 and ACK Timeout Configuration; 489 /* Macro to Enable the Interface Character Timeout Configuratio [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
server_process.py | 50 is that reading responses takes a timeout, so that we don't ever block 124 def read_line(self, timeout): 131 timeout: floating-point number of seconds the call is allowed 139 return self._read(timeout, size=0) 141 def read(self, timeout, size): 148 timeout: floating-point number of seconds the call is allowed 160 return self._read(timeout, size) 162 def _read(self, timeout, size): 168 deadline = time.time() + timeout 217 timeout = time.time() + KILL_TIMEOU [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.h | 56 // Start/stop timeout timer. 61 // Timer used for network response timeout.
|
/external/chromium/chrome/browser/ui/cocoa/ |
clickhold_button_cell.h | 30 // Timeout is in seconds (at least 0.0, at most 5; 0.0 means that the button 39 // always wait for timeout)? Default: YES.
|
/external/chromium/third_party/libevent/ |
epoll_sub.c | 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) 51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
|
/external/guava/src/com/google/common/util/concurrent/ |
ForwardingFuture.java | 62 public V get(long timeout, TimeUnit unit) 64 return delegate().get(timeout, unit);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
DumpRenderTree.cpp | 63 static const char optionNoTimeout[] = "--no-timeout"; 83 string timeOut; 86 timeOut = pathOrURL.substr(separatorPosition + 1); 88 separatorPosition = timeOut.find_first_of(' '); 90 params.pixelHash = timeOut.substr(separatorPosition + 1); 91 timeOut.erase(separatorPosition); 93 shell.setLayoutTestTimeout(atoi(timeOut.c_str())); 212 // 0x20000000ms is big enough for the purpose to avoid timeout in debugging.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 30 const char * wpas_wps_ap_pin_random(struct wpa_supplicant *wpa_s, int timeout); 33 int timeout);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 30 public void doTest(long timeout) { 35 wait(timeout);
|
TestHandlerThread.java | 35 public void doTest(long timeout) { 40 long endTime = now + timeout;
|
/frameworks/base/voip/java/com/android/server/sip/ |
SipWakeLock.java | 42 synchronized void acquire(long timeout) { 48 mTimerWakeLock.acquire(timeout);
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
AwaitableCompletionListener.java | 47 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException, 49 if (mQueue.poll(timeout, unit) == null) {
|
AwaitableErrorListener.java | 55 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException, 57 if (mQueue.poll(timeout, unit) == null) {
|
/hardware/ti/omap4xxx/libtiutils/ |
MessageQueue.h | 89 ///Wait for message in maximum three different queues with a timeout 90 static int waitForMsg(MessageQueue *queue1, MessageQueue *queue2=0, MessageQueue *queue3=0, int timeout = 0);
|
/development/tools/emulator/opengl/tests/event_injector/ |
iolooper-select.c | 212 // Indicates timeout 266 int64_t timeout = deadline - iolooper_now(); local 268 /* If the deadline has passed, set the timeout to 0, this allows us 270 if (timeout < 0) 271 timeout = 0; 273 return iolooper_wait(iol, timeout);
|
/external/bluetooth/bluez/tools/ |
csr_bcsp.c | 53 int timeout = 0; local 127 if (timeout++ > 5000) { 155 int timeout = 0, sent = 0; local 201 timeout = 0; 214 timeout = 0; 220 if (timeout++ > 5000) {
|