/external/kernel-headers/original/linux/netfilter/ |
xt_IDLETIMER.h | 42 __u32 timeout; member in struct:idletimer_tg_info
|
/external/mockito/src/org/mockito/internal/verification/ |
VerificationWithTimeoutImpl.java | 14 int timeout;
field in class:VerificationWithTimeoutImpl 19 this.timeout = millis;
26 while (soFar <= timeout) {
54 return timeout;
|
/external/wpa_supplicant_8/src/utils/ |
eloop_win.c | 55 struct dl_list timeout; member in struct:eloop_data 78 dl_list_init(&eloop.timeout); 241 struct eloop_timeout *timeout, *tmp; local 244 timeout = os_zalloc(sizeof(*timeout)); 245 if (timeout == NULL) 247 if (os_get_time(&timeout->time) < 0) { 248 os_free(timeout); 251 now_sec = timeout->time.sec; 252 timeout->time.sec += secs 295 struct eloop_timeout *timeout, *prev; local 318 struct eloop_timeout *timeout, *prev; local 478 struct eloop_timeout *timeout; local 588 struct eloop_timeout *timeout, *prev; local [all...] |
eloop.c | 70 struct dl_list timeout; member in struct:eloop_data 130 dl_list_init(&eloop.timeout); 481 struct eloop_timeout *timeout, *tmp; local 484 timeout = os_zalloc(sizeof(*timeout)); 485 if (timeout == NULL) 487 if (os_get_time(&timeout->time) < 0) { 488 os_free(timeout); 491 now_sec = timeout->time.sec; 492 timeout->time.sec += secs 540 struct eloop_timeout *timeout, *prev; local 563 struct eloop_timeout *timeout, *prev; local 730 struct eloop_timeout *timeout; local 821 struct eloop_timeout *timeout, *prev; local [all...] |
/frameworks/base/libs/hwui/ |
Fence.h | 35 * Default timeout in nano-seconds for wait() 64 * <timeout> nanoseconds have passed. 67 * a timeout or an error occurred. 69 bool wait(EGLTimeKHR timeout = kDefaultTimeout) { 71 EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, timeout); 97 AutoFence(EGLTimeKHR timeout = Fence::kDefaultTimeout): mTimeout(timeout) {
|
/frameworks/rs/ |
rsSignal.h | 36 // false for timeout 37 bool wait(uint64_t timeout = 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/ |
future_status.pass.cpp | 15 // timeout, 24 static_assert(static_cast<int>(std::future_status::timeout) == 1, "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pg.h | 48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
websocket_browser_connection.py | 27 def SendRequest(self, req, timeout=10): 28 self._SetTimeout(timeout) 35 def SyncRequest(self, req, timeout=10): 36 self.SendRequest(req, timeout) 56 def _SetTimeout(self, timeout): 57 if self._cur_socket_timeout != timeout: 58 self._socket.settimeout(timeout) 59 self._cur_socket_timeout = timeout
|
inspector_backend.py | 46 def _Connect(self, timeout=10): 51 timeout=timeout) 105 def Screenshot(self, timeout): 131 util.WaitFor(IsSnapshotComplete, timeout) 157 def GetDOMStats(self, timeout): 158 dom_counters = self._memory.GetDOMCounters(timeout) 167 def PerformActionAndWaitForNavigate(self, action_function, timeout): 168 self._page.PerformActionAndWaitForNavigate(action_function, timeout) 170 def Navigate(self, url, script_to_evaluate_on_commit, timeout) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
tab_list.py | 8 def New(self, timeout=None): 9 return self._tab_list_backend.New(timeout)
|
tab.py | 52 timeout=DEFAULT_TAB_TIMEOUT) 76 def Screenshot(self, timeout=DEFAULT_TAB_TIMEOUT): 82 return self._inspector_backend.Screenshot(timeout) 167 self, action_function, timeout=DEFAULT_TAB_TIMEOUT): 172 the timeout has been exceeded. 175 action_function, timeout) 178 timeout=DEFAULT_TAB_TIMEOUT): 185 self._inspector_backend.Navigate(url, script_to_evaluate_on_commit, timeout) 187 def GetCookieByName(self, name, timeout=DEFAULT_TAB_TIMEOUT): 189 return self._inspector_backend.GetCookieByName(name, timeout) [all...] |
/external/chromium/third_party/libevent/sample/ |
time-test.c | 36 struct event *timeout = arg; local 45 event_add(timeout, &tv); 51 struct event timeout; local 58 evtimer_set(&timeout, timeout_cb, &timeout); 62 event_add(&timeout, &tv);
|
/external/chromium_org/chrome/test/remoting/ |
waiter.cc | 11 TimeoutWaiter::TimeoutWaiter(base::TimeDelta timeout) 12 : timeout_(timeout) { 13 DCHECK(timeout > base::TimeDelta::FromSeconds(0)); 40 ConditionalTimeoutWaiter::ConditionalTimeoutWaiter(base::TimeDelta timeout, 43 : TimeoutWaiter(timeout), 47 DCHECK(timeout > interval); 61 // Also call the base class Wait() to start the timeout timer. 70 // Also call the base class CancelWait() to stop the timeout timer.
|
/external/chromium_org/third_party/libevent/sample/ |
time-test.c | 36 struct event *timeout = arg; local 45 event_add(timeout, &tv); 51 struct event timeout; local 58 evtimer_set(&timeout, timeout_cb, &timeout); 62 event_add(&timeout, &tv);
|
/external/valgrind/main/coregrind/m_mach/ |
mach_msg.c | 56 mach_msg_timeout_t timeout, 60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) 66 mach_msg_timeout_t timeout; 85 timeout, notify); 94 timeout, notify); 101 timeout, notify);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
ISipSession.aidl | 112 * @param timeout the session will be timed out if the call is not 113 * established within {@code timeout} seconds 116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); 124 * @param timeout the session will be timed out if the call is not 125 * established within {@code timeout} seconds 127 void answerCall(String sessionDescription, int timeout); 144 * @param timeout the session will be timed out if the call is not 145 * established within {@code timeout} seconds 147 void changeCall(String sessionDescription, int timeout);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingDeque.java | 275 * @param timeout how long to wait before giving up, in units of 278 * {@code timeout} parameter 288 boolean offerFirst(E e, long timeout, TimeUnit unit) 297 * @param timeout how long to wait before giving up, in units of 300 * {@code timeout} parameter 310 boolean offerLast(E e, long timeout, TimeUnit unit) 336 * @param timeout how long to wait before giving up, in units of 339 * {@code timeout} parameter 344 E pollFirst(long timeout, TimeUnit unit) 352 * @param timeout how long to wait before giving up, in units o [all...] |
/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 123 * @param timeout in milliseconds 128 int index, byte[] buffer, int length, int timeout) { 129 return controlTransfer(requestType, request, value, index, buffer, 0, length, timeout); 148 * @param timeout in milliseconds 153 byte[] buffer, int offset, int length, int timeout) { 156 buffer, offset, length, timeout); 171 * @param timeout in milliseconds 176 byte[] buffer, int length, int timeout) { 177 return bulkTransfer(endpoint, buffer, 0, length, timeout); 188 * @param timeout in millisecond [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
webdriver_tab_backend.py | 38 def WaitForDocumentReadyStateToBeComplete(self, timeout=None): 42 def WaitForDocumentReadyStateToBeInteractiveOrBetter(self, timeout=None): 50 def Screenshot(self, timeout=None): # pylint: disable=W0613 51 if timeout: 52 logging.warning('timeout is not supported') 68 def GetDOMStats(self, timeout=None): 76 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=None): 80 if timeout: 81 self._browser_backend.driver.set_page_load_timeout(timeout * 1000) 84 def GetCookieByName(self, name, timeout=None) [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
wait.py | 13 self.timeout = 60 34 tab.PerformActionAndWaitForNavigate(action_to_perform, self.timeout) 45 'document.location.href != "%s"' % old_url, self.timeout) 52 tab, self.text, callback_code), self.timeout) 56 self.timeout) 64 tab.WaitForJavaScriptExpression('%s != null' % code, self.timeout) 69 tab.WaitForJavaScriptExpression(self.javascript, self.timeout)
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
CallbackHelper.java | 86 * // can throw an exception if the callback doesn't arrive within the timeout. 164 * @param timeout timeout value. We will wait the specified amount of time for a single 166 * <code>numberOfCallsToWaitFor * timeout</code> units. 167 * @param unit timeout unit. 171 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor, long timeout, 179 mLock.wait(unit.toMillis(timeout)); 201 * @param timeout timeout value. 202 * @param unit timeout unit [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothDiscoverableEnabler.java | 53 // Use the same preference key for discoverable timeout as the old ListPreference. 135 int timeout = getDiscoverableTimeout(); local 136 long endTimestamp = System.currentTimeMillis() + timeout * 1000L; 139 mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, timeout); 142 Log.d(TAG, "setEnabled(): enabled = " + enable + "timeout = " + timeout); 144 if (timeout > 0) { 153 private void updateTimerDisplay(int timeout) { 157 String textTimeout = formatTimeRemaining(timeout); 163 private static String formatTimeRemaining(int timeout) { 208 int timeout = SystemProperties.getInt(SYSTEM_PROPERTY_DISCOVERABLE_TIMEOUT, -1); local 228 int timeout = getDiscoverableTimeout(); local [all...] |