HomeSort by relevance Sort by last modified time
    Searched refs:timeout (Results 151 - 175 of 2226) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon55220
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon55668
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon56516
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon56966
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon57418
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon57816
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon58266
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon58718
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon59083
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon59445
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon59807
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon60172
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon60569
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon61019
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/hdlc/
ioctl.h 54 unsigned int timeout; member in struct:__anon61471
  /cts/tests/tests/database/src/android/database/cts/
ContentObserverTest.java 52 final long timeout = 1000L; local
58 assertTrue(contentObserver.hasChanged(timeout));
66 assertTrue(contentObserver.hasChanged(timeout));
96 final long timeout = 1000L; local
102 assertTrue(contentObserver.hasChanged(timeout));
111 assertTrue(contentObserver.hasChanged(timeout));
141 protected synchronized boolean hasChanged(long timeout) throws InterruptedException {
143 wait(timeout);
186 protected synchronized boolean hasChanged(long timeout) throws InterruptedException {
188 wait(timeout);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 3 # Will list all devices found/lost within a time frame (timeout)
17 print " %s -i <interface_name> [-t <timeout>] \ " \
22 print " -t = timeout = 0s (infinite)"
43 global timeout
53 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = int(timeout)
111 {'Timeout':int(self.timeout)})
117 # Required for timeout implementatio
125 timeout = 0 variable
    [all...]
p2p_listen.py 17 print " %s -i <interface_name> [-t <timeout>] \ " \
22 print " -t = timeout = 0s (infinite)"
41 global timeout
50 def __init__(self,interface_name,wpas_dbus_interface,timeout):
52 self.timeout = int(timeout)
104 self.p2p_interface.Listen(int(self.timeout))
107 # Required for timeout implementation
115 timeout = 0 variable
138 # Timeout
    [all...]
  /external/chromium_org/chrome/test/pyautolib/chromeos/
power_strip.py 22 TIMEOUT = 10
81 tn.open(self._host, timeout=PowerStrip.TIMEOUT)
82 resp = tn.read_until('Username:', timeout=PowerStrip.TIMEOUT)
86 resp = tn.read_until('Password:', timeout=PowerStrip.TIMEOUT)
90 resp = tn.read_until('Switched CDU:', timeout=PowerStrip.TIMEOUT)
99 resp = tn.read_until('Switched CDU:', timeout=PowerStrip.TIMEOUT
    [all...]
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
AndroidConnectionConfiguration.java 39 * @param timeout
42 public AndroidConnectionConfiguration(String serviceName, int timeout) throws XMPPException {
44 AndroidInit(serviceName, timeout);
72 * @param timeout
75 private void AndroidInit(String serviceName, int timeout) throws XMPPException {
99 t.join(timeout);
101 throw new XMPPException("DNS lookup timeout after " + timeout + "ms", e);
  /external/smack/src/org/jivesoftware/smack/
AndroidConnectionConfiguration.java 39 * @param timeout
42 public AndroidConnectionConfiguration(String serviceName, int timeout) throws XMPPException {
44 AndroidInit(serviceName, timeout);
72 * @param timeout
75 private void AndroidInit(String serviceName, int timeout) throws XMPPException {
99 t.join(timeout);
101 throw new XMPPException("DNS lookup timeout after " + timeout + "ms", e);
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
tab_list_backend.py 24 def New(self, timeout):
27 self._browser_backend.Request('new', timeout=timeout)
33 def CloseTab(self, debugger_url, timeout=None):
39 self.New(timeout)
44 timeout=timeout,
50 util.WaitFor(lambda: not self._FindTabInfo(debugger_url), timeout=5)
56 def ActivateTab(self, debugger_url, timeout=None):
63 timeout=timeout
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 160 DBusTimeout *timeout = sock_ctx; local
161 dbus_timeout_handle(timeout);
165 static dbus_bool_t add_timeout(DBusTimeout *timeout, void *data)
168 if (!dbus_timeout_get_enabled(timeout))
171 eloop_register_timeout(0, dbus_timeout_get_interval(timeout) * 1000,
172 process_timeout, priv, timeout);
174 dbus_timeout_set_data(timeout, priv, NULL);
180 static void remove_timeout(DBusTimeout *timeout, void *data)
183 eloop_cancel_timeout(process_timeout, priv, timeout);
184 dbus_timeout_set_data(timeout, NULL, NULL)
    [all...]
  /hardware/qcom/display/msm8960/libgenlock/
genlock.cpp 64 int lockType, int timeout,
85 lock.timeout = timeout;
261 * timeout value can be specified. By default, there is no timeout.
265 * @param: timeout value in ms. GENLOCK_MAX_TIMEOUT is the maximum timeout value.
270 int timeout)
281 if (0 == timeout) {
282 ALOGW("%s: trying to lock a buffer with timeout = 0", __FUNCTION__)
    [all...]
  /hardware/qcom/display/msm8x26/libgenlock/
genlock.cpp 64 int lockType, int timeout,
85 lock.timeout = timeout;
261 * timeout value can be specified. By default, there is no timeout.
265 * @param: timeout value in ms. GENLOCK_MAX_TIMEOUT is the maximum timeout value.
270 int timeout)
281 if (0 == timeout) {
282 ALOGW("%s: trying to lock a buffer with timeout = 0", __FUNCTION__)
    [all...]

Completed in 1253 milliseconds

1 2 3 4 5 67 8 91011>>