Searched defs:wait (Results 126 - 150 of 179) sorted by relevance

12345678

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py334 def wait(self, timeout=3): member in class:TelnetSubnegotiation
336 wait until the subnegotiation has been acknowledged or timeout. It
441 # now wait until important options are negotiated
483 # and now wait until parameters are active
828 item.wait(self._network_timeout) # wait for acknowledge from the server
839 item.wait(self._network_timeout) # wait for acknowledge from the server
847 #~ wait---
/external/iptables/iptables/
H A Dip6tables.c105 {.name = "wait", .has_arg = 0, .val = 'w'},
261 " --wait -w wait for the xtables lock\n"
1299 bool wait = false; local
1586 wait = true;
1741 if (!restore && !xtables_lock(wait)) {
H A Diptables.c102 {.name = "wait", .has_arg = 0, .val = 'w'},
255 " --wait -w wait for the xtables lock\n"
1295 bool wait = false; local
1580 wait = true;
1738 if (!restore && !xtables_lock(wait)) {
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h215 int wait; member in struct:_drm_via_cmdbuf_size
257 * blit engine busy-wait polling for better latency in the absence of
/external/libmtp/src/
H A Dlibusb-glue.c1494 /* PTP Events wait for or check mode */
1499 ptp_usb_event (PTPParams* params, PTPContainer* event, int wait) argument
1512 switch(wait) {
/external/libpcap/
H A Dpcap-dos.c301 /* If not to wait for a packet or pcap_cleanup_dos() called from
605 * For pcap_offline_read(): wait and yield between printing packets
608 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) argument
615 p->opt.timeout = wait;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c121 boolean wait,
129 wait,
119 galahad_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c105 boolean wait,
113 wait,
103 identity_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c106 /* wait for rbug to clear the blocked flag */
190 boolean wait,
200 wait,
188 rbug_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c183 boolean wait,
195 _result = pipe->get_query_result(pipe, query, wait, presult);
181 trace_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *presult) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c739 unsigned int wait, const u8 *dst, const u8 *data,
744 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
738 hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *data, size_t len) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c739 unsigned int wait, const u8 *dst, const u8 *data,
744 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
738 hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *data, size_t len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c739 unsigned int wait, const u8 *dst, const u8 *data,
744 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
738 hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *data, size_t len) argument
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c145 static int yaffs_sync_fs(struct super_block *sb, int wait);
1361 static int yaffs_sync_fs(struct super_block *sb, int wait) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc69 void set_wait_for_popup(bool wait) { wait_for_popup_ = wait; } argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1151 // NULL timeout signals wait forever.
1256 // If nothing is signaled, then we must wait on the event map
1258 EventListenerPoll wait; local
1259 Error err = wait.WaitOnAny(&requests[0], requests.size(), timeout);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel_unittest.cc187 const std::string& rt2, const std::string& rp2, int wait)
190 remote_proto2(rp2), connect_wait(wait) {
433 // Create the channels and wait for them to connect.
518 // Destroy the channels, and wait for them to be fully cleaned up.
184 Result(const std::string& lt, const std::string& lp, const std::string& rt, const std::string& rp, const std::string& lt2, const std::string& lp2, const std::string& rt2, const std::string& rp2, int wait) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h261 struct radeon_dma_bo wait; member in struct:radeon_dma
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h261 struct radeon_dma_bo wait; member in struct:radeon_dma
/external/deqp/modules/egl/
H A DteglRenderTests.cpp822 SemaphoreSp wait; member in struct:deqp::egl::DrawOpPacket
844 packetIter->wait->decrement();
932 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
976 // Signal start and wait until complete.
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h261 struct radeon_dma_bo wait; member in struct:radeon_dma
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h261 struct radeon_dma_bo wait; member in struct:radeon_dma
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c2031 unsigned int wait,
2048 wpa_printf(MSG_DEBUG, "%s: freq=%d, wait=%u, dst=" MACSTR ", src="
2050 __func__, act->freq, wait, MAC2STR(act->dst_addr),
2030 atheros_send_action(void *priv, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
H A Ddriver_test.c2528 unsigned int wait,
2527 wpa_driver_test_send_action(void *priv, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c2031 unsigned int wait,
2048 wpa_printf(MSG_DEBUG, "%s: freq=%d, wait=%u, dst=" MACSTR ", src="
2050 __func__, act->freq, wait, MAC2STR(act->dst_addr),
2030 atheros_send_action(void *priv, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument

Completed in 7628 milliseconds

12345678