/external/harfbuzz/src/ |
D | harfbuzz-indic.cpp | 483 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/ |
D | transport.cc | 124 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/ |
D | server_connection_manager.cc | 42 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()
|
D | server_connection_manager.h | 183 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;
|
D | syncapi_server_connection_manager.h | 21 : public browser_sync::ServerConnectionManager::Post { 56 virtual Post* MakePost();
|
D | syncapi_server_connection_manager.cc | 19 : Post(scm), factory_(factory) { in SyncAPIBridgedPost() 94 browser_sync::ServerConnectionManager::Post*
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | pseudotcpchannel.cc | 176 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/ |
D | mediamonitor.cc | 58 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()
|
D | audiomonitor.cc | 55 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()
|
D | channel.cc | 262 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++/ |
D | 2010-08-04-Template.mm | 3 template <class P1> static void Post() {} 8 TRunSoon::Post<int>();
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppthread.cc | 59 Post(this, MSG_LOGIN, new LoginData(xcs)); in Login() 63 Post(this, MSG_DISCONNECT); in Disconnect()
|
D | xmpppump.cc | 63 talk_base::Thread::Current()->Post(this); in WakeTasks()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | socketmonitor.cc | 56 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/ |
D | console.cc | 67 console_thread_->Post(this, MSG_START); in Start() 140 client_thread_->Post(this, MSG_INPUT, in RunConsole()
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_authenticator.cc | 176 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()
|
D | gaia_authenticator_unittest.cc | 25 bool Post(const GURL& url, const string& post_body, in Post() function in gaia::GaiaAuthMockForGaiaAuthenticator
|
/external/skia/include/views/ |
D | SkEvent.h | 161 static bool Post(SkEvent* evt, SkEventSinkID targetID, SkMSec delay = 0); 175 return SkEvent::Post(this, sinkID, delay);
|
/external/skia/src/animator/ |
D | SkDisplayPost.h | 31 DECLARE_MEMBER_INFO(Post);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | messagequeue.h | 184 virtual void Post(MessageHandler *phandler, uint32 id = 0, 208 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed)); in Dispose()
|
D | signalthread.cc | 154 main_->Post(this, ST_MSG_WORKER_DONE); in Run()
|
/external/llvm/test/MC/ARM/ |
D | arm_addrmode2.s | 3 @ Post-indexed
|
/external/chromium/net/base/ |
D | cert_verifier.cc | 104 void Post(const CachedCertVerifyResult& verify_result) { in Post() function in net::CertVerifierRequest 263 (*i)->Post(verify_result); in PostAll()
|
D | dnsrr_resolver.cc | 129 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/ |
D | upload_unittest.py | 68 self.assert_execute_outputs(Post(), [42], options=options, expected_stderr=expected_stderr)
|