Searched defs:wait (Results 101 - 125 of 179) sorted by relevance

12345678

/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc294 ScopedAllowWaitForLegacyWebViewApi wait; local
304 ScopedAllowWaitForLegacyWebViewApi wait; local
314 ScopedAllowWaitForLegacyWebViewApi wait; local
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py63 def wait(self): member in class:IsDownloadError._RPC
/external/chromium_org/content/child/
H A Dblink_platform_impl.cc82 virtual void wait() { impl_->Wait(); } function in class:content::__anon7476::WebWaitableEventImpl
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc196 virtual void Destroy(bool wait) OVERRIDE;
622 void AsyncAddressResolverImpl::Destroy(bool wait) { argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c71 boolean wait,
69 noop_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *vresult) argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_nspr_pthread.h115 int wait; member in struct:_MDThread
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c763 m_dup1(struct mbuf *m, int off, int len, int wait) argument
776 m_clget(n, wait); /* TODO: include code for copying the header */
777 m_dup_pkthdr(n, m, wait);
779 m_clget(n, wait);
782 n = m_gethdr(wait, m->m_type);
784 n = m_get(wait, m->m_type);
789 if (copyhdr && !m_dup_pkthdr(n, m, wait)) {
980 * The wait parameter is a choice of M_TRYWAIT/M_NOWAIT from caller.
986 m_copym(struct mbuf *m, int off0, int len, int wait) argument
1013 MGETHDR(n, wait,
1107 m_tag_alloc(u_int32_t cookie, int type, int len, int wait) argument
1355 m_split(struct mbuf *m0, int len0, int wait) argument
[all...]
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py605 def wait(self): member in class:.where_is.Popen3
661 def wait(self, *args, **kw): member in class:.where_is.Popen3
662 resultcode = apply(popen2.Popen3.wait, (self,)+args, kw)
1190 self.status = popen.wait()
1250 self.status = p.wait()
/external/dnsmasq/src/
H A Ddnsmasq.c586 /* if we are out of resources, find how long we have to wait
1041 int wait = 0, i; local
1056 get_new_frec(now, &wait);
1075 if (listener->fd != -1 && wait == 0)
1102 return wait;
1259 /* Note that whilst in the three second wait, we check for
H A Dforward.c970 /* if wait==NULL return a free or older than TIMEOUT record.
971 else return *wait zero if one available, or *wait is delay to
974 struct frec *get_new_frec(time_t now, int *wait) argument
979 if (wait)
980 *wait = 0;
1014 if (!wait)
1025 if (oldest && wait)
1026 *wait = oldest->time + (time_t)TIMEOUT - now;
1030 if (!(f = allocate_frec(now)) && wait)
[all...]
/external/iputils/
H A Dtraceroute6.c320 int waittime = 5; /* time to wait for response (in seconds) */
426 "traceroute: wait must be >1 sec.\n");
664 static struct timeval wait; local
683 wait.tv_sec = waittime;
684 wait.tv_usec = 0;
687 if (select(sock+1, &fds, (fd_set *)0, (fd_set *)0, &wait) > 0) {
948 [-s src_addr] [-t tos] [-w wait] host [data size]\n");
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java84 db.wait(100);
529 void wait(int ms) { method in class:DatabaseX
532 lock.wait(ms);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c71 boolean wait,
69 noop_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *vresult) argument
/external/blktrace/btt/
H A Dglobals.h119 __u64 rqm[2], ios[2], sec[2], wait, svctm; member in struct:stats
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc235 MessageBox(NULL, L"Please wait...", kMessageBoxTitle, MB_OK);
490 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
508 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) argument
509 : signal_(signal), wait_(wait) {
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl_unittest.cc104 // Queries top sites. If |wait| is true a nested message loop is run until the
106 void QueryTopSites(TopSitesImpl* top_sites, bool wait) { argument
107 QueryAllTopSites(top_sites, wait, false);
113 bool wait,
120 if (wait && start_number_of_callbacks == number_of_callbacks_) {
225 // need to wait until you know history has processed a task.
234 // to wait until top sites finishes processing a task.
326 // Recreate TopSites and wait for it to load.
112 QueryAllTopSites(TopSitesImpl* top_sites, bool wait, bool include_forced_urls) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc123 // Helper class to wait for encryption to complete.
777 bool SyncTest::WaitForTestServerToStart(base::TimeDelta wait, int intervals) { argument
781 base::PlatformThread::Sleep(wait / intervals);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc291 DWORD wait = ::WaitForSingleObject(process.Get(), kWaitMs); local
292 if (wait != WAIT_OBJECT_0) {
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py136 def wait(self): member in class:CommandWrapperReal
138 self.process.wait()
155 def wait(self): member in class:CommandWrapperFake
156 print 'Fake wait: ', self.cmd_str
306 wrapper.wait()
469 self.avahi_wrapper.wait()
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java102 * @see Core#wait(Handle, HandleSignals, long)
105 public int wait(Handle handle, HandleSignals signals, long deadline) { method in class:CoreImpl
528 // If cancellable is not active, the user cancelled the wait.
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter_unittest.cc373 void SetHandshakeWait(int wait) { argument
374 handshake_wait_ = wait;

Completed in 537 milliseconds

12345678