Home
last modified time | relevance | path

Searched refs:Post (Results 1 – 25 of 84) sorted by relevance

1234

/external/harfbuzz/src/
Dharfbuzz-indic.cpp483 Post, enumerator
493 None, Above, Above, Post,
511 None, None, Post, Pre,
513 Post, Below, Below, Below,
515 Above, Post, Post, Post,
516 Post, None, None, None,
534 None, Above, Post, Post,
547 Below, None, None, Post,
552 Below, None, Post, Pre,
554 Post, Below, Below, Below,
[all …]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc124 signaling_thread()->Post(this, MSG_CONNECTING, NULL); in CreateChannel_w()
162 signaling_thread()->Post(this, MSG_CONNECTING, NULL); in DestroyChannel_w()
182 signaling_thread()->Post( in ConnectChannels_w()
186 signaling_thread()->Post(this, MSG_CONNECTING, NULL); in ConnectChannels_w()
243 worker_thread()->Post(this, MSG_ONSIGNALINGREADY, NULL); in OnSignalingReady()
303 worker_thread()->Post(this, MSG_ONREMOTECANDIDATE, msg); in OnRemoteCandidate()
317 signaling_thread()->Post(this, MSG_READSTATE, NULL); in OnChannelReadableState()
331 signaling_thread()->Post(this, MSG_WRITESTATE, NULL); in OnChannelWritableState()
358 signaling_thread()->Post(this, MSG_REQUESTSIGNALING, NULL); in OnChannelRequestSignaling()
374 signaling_thread()->Post( in OnChannelCandidateReady()
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.cc42 bool ServerConnectionManager::Post::ReadBufferResponse( in ReadBufferResponse()
63 bool ServerConnectionManager::Post::ReadDownloadResponse( in ReadDownloadResponse()
92 string ServerConnectionManager::Post::MakeConnectionURL( in MakeConnectionURL()
104 int ServerConnectionManager::Post::ReadResponse(string* out_buffer, in ReadResponse()
176 scoped_ptr<Post> post(MakePost()); in PostBufferToPath()
207 scoped_ptr<Post> post(MakePost()); in CheckTime()
343 ServerConnectionManager::Post* ServerConnectionManager::MakePost() { in MakePost()
Dserver_connection_manager.h183 class Post {
185 explicit Post(ServerConnectionManager* scm) : scm_(scm), timing_info_(0) { in Post() function
187 virtual ~Post() { } in ~Post()
296 virtual Post* MakePost();
382 friend class Post;
Dsyncapi_server_connection_manager.h21 : public browser_sync::ServerConnectionManager::Post {
56 virtual Post* MakePost();
Dsyncapi_server_connection_manager.cc19 : Post(scm), factory_(factory) { in SyncAPIBridgedPost()
94 browser_sync::ServerConnectionManager::Post*
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc176 worker_thread_->Post(this, MSG_WK_PURGE); in OnChannelDestroyed()
181 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0)); in OnChannelDestroyed()
199 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1)); in OnSessionTerminate()
265 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true); in Read()
394 stream_thread_->Post(this, MSG_ST_EVENT, in OnTcpOpen()
408 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ)); in OnTcpReadable()
419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE)); in OnTcpWriteable()
428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError)); in OnTcpClosed()
533 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL); in AdjustClock()
541 signal_thread_->Post(this, MSG_SI_DESTROY); in CheckDestroy()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediamonitor.cc58 worker_thread_->Post(this, MSG_MONITOR_START); in Start()
62 worker_thread_->Post(this, MSG_MONITOR_STOP); in Stop()
105 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()
Daudiomonitor.cc55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START); in Start()
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP); in Stop()
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollVoiceChannel()
Dchannel.cc262 worker_thread_->Post(this, message_id, data); in SendPacket()
589 void BaseChannel::Post(uint32 id, talk_base::MessageData *pdata) { in Post() function in cricket::BaseChannel
590 worker_thread_->Post(this, id, pdata); in Post()
934 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data); in OnVoiceChannelError()
1161 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data); in OnVideoChannelError()
/external/llvm/test/FrontendObjC++/
D2010-08-04-Template.mm3 template <class P1> static void Post() {}
8 TRunSoon::Post<int>();
/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmppthread.cc59 Post(this, MSG_LOGIN, new LoginData(xcs)); in Login()
63 Post(this, MSG_DISCONNECT); in Disconnect()
Dxmpppump.cc63 talk_base::Thread::Current()->Post(this); in WakeTasks()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc56 channel_thread_->Post(this, MSG_MONITOR_START); in Start()
60 channel_thread_->Post(this, MSG_MONITOR_STOP); in Stop()
149 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollSocket()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dconsole.cc67 console_thread_->Post(this, MSG_START); in Start()
140 client_thread_->Post(this, MSG_INPUT, in RunConsole()
/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.cc176 if (!Post(gaia_auth_url, post_body, &server_response_code, &message_text)) { in PerformGaiaRequest()
199 bool GaiaAuthenticator::Post(const GURL& url, in Post() function in gaia::GaiaAuthenticator
222 if (!Post(url, post_body, &server_response_code, &message_text)) { in LookupEmail()
274 if (!Post(url, post_body, &server_response_code, &message_text)) { in IssueAuthToken()
Dgaia_authenticator_unittest.cc25 bool Post(const GURL& url, const string& post_body, in Post() function in gaia::GaiaAuthMockForGaiaAuthenticator
/external/skia/include/views/
DSkEvent.h161 static bool Post(SkEvent* evt, SkEventSinkID targetID, SkMSec delay = 0);
175 return SkEvent::Post(this, sinkID, delay);
/external/skia/src/animator/
DSkDisplayPost.h31 DECLARE_MEMBER_INFO(Post);
/external/chromium/third_party/libjingle/source/talk/base/
Dmessagequeue.h184 virtual void Post(MessageHandler *phandler, uint32 id = 0,
208 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed)); in Dispose()
Dsignalthread.cc154 main_->Post(this, ST_MSG_WORKER_DONE); in Run()
/external/llvm/test/MC/ARM/
Darm_addrmode2.s3 @ Post-indexed
/external/chromium/net/base/
Dcert_verifier.cc104 void Post(const CachedCertVerifyResult& verify_result) { in Post() function in net::CertVerifierRequest
263 (*i)->Post(verify_result); in PostAll()
Ddnsrr_resolver.cc129 void Post(int rv, const RRResponse* response) { in Post() function in net::RRResolverHandle
678 (*i)->Post(result, response); in PostAll()
738 FROM_HERE, NewRunnableMethod(handle, &RRResolverHandle::Post, error, in Resolve()
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload_unittest.py68 self.assert_execute_outputs(Post(), [42], options=options, expected_stderr=expected_stderr)

1234