/development/ndk/platforms/android-21/include/linux/netfilter/ |
D | xt_IDLETIMER.h | 25 __u32 timeout; member
|
D | xt_CT.h | 46 char timeout[32]; member
|
D | xt_set.h | 70 __u32 timeout; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | pg.h | 29 int timeout; member
|
D | usbdevice_fs.h | 31 __u32 timeout; member 39 unsigned int timeout; member
|
D | pps.h | 72 struct pps_ktime timeout; member
|
D | bsg.h | 51 __u32 timeout; member
|
D | tipc.h | 67 __u32 timeout; member
|
D | dlm_device.h | 39 __u64 timeout; member
|
D | ip_vs.h | 114 unsigned int timeout; member 157 unsigned int timeout; member
|
D | ncp_fs.h | 81 int timeout; member
|
/development/ndk/platforms/android-9/include/sys/ |
D | select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
D | epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
D | atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/development/ndk/platforms/android-9/include/linux/hdlc/ |
D | ioctl.h | 54 unsigned int timeout; member
|
/development/ndk/platforms/android-9/include/linux/ |
D | usbdevice_fs.h | 25 __u32 timeout; member 32 unsigned int timeout; member
|
/development/ndk/platforms/android-14/include/EGL/ |
D | eglext.h | 142 …GLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 148 …P PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout); 213 …EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
|
/development/ndk/platforms/android-9/include/EGL/ |
D | eglext.h | 142 …GLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 148 …P PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout); 213 …EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
|
/development/ndk/platforms/android-21/include/linux/hdlc/ |
D | ioctl.h | 95 unsigned int timeout; member
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 417 long timeout = Long.parseLong(command.get(2)); in translateCommand() local 422 deferredReturn = new DeferredReturn(eventId, ret, timeout); in translateCommand() 520 private long timeout; field in MonkeySourceNetwork.DeferredReturn 522 public DeferredReturn(int event, MonkeyCommandReturn deferredReturn, long timeout) { in DeferredReturn() argument 525 this.timeout = timeout; in DeferredReturn() 537 MonkeySourceNetworkViews.class.wait(timeout); in waitForEvent()
|
/development/host/windows/usb/winusb/ |
D | adb_winusb_endpoint_object.cpp | 231 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) { in SetTimeout() argument 234 sizeof(ULONG), &timeout)) { in SetTimeout()
|
D | adb_winusb_endpoint_object.h | 152 virtual bool SetTimeout(ULONG timeout);
|
/development/ndk/platforms/android-9/include/linux/sunrpc/ |
D | clnt.h | 67 #define cl_timeout cl_xprt->timeout
|
/development/ndk/platforms/android-21/include/linux/dvb/ |
D | dmx.h | 89 __u32 timeout; member
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | AsyncTask.java | 526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get() argument 528 return mFuture.get(timeout, unit); in get()
|