/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeVisitor.cs | 37 /** <summary>Do a depth first walk of a tree, applying pre() and post() actions as we go.</summary> */ 57 * applying post action to this node. 74 t = action.Post( t );
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
worker.cc | 83 worker_thread_->Post(this, MSG_HAVEWORK);
|
/external/chromium_org/v8/src/platform/ |
condition-variable.h | 94 void Post(Event* event, bool result);
|
/external/chromium/chrome/browser/sync/engine/net/ |
syncapi_server_connection_manager.cc | 19 : Post(scm), factory_(factory) { 47 // Issue the POST, blocking until it finishes. 51 VLOG(1) << "Http POST failed, error returns: " << os_error_code; 94 browser_sync::ServerConnectionManager::Post*
|
server_connection_manager.cc | 42 bool ServerConnectionManager::Post::ReadBufferResponse( 63 bool ServerConnectionManager::Post::ReadDownloadResponse( 92 string ServerConnectionManager::Post::MakeConnectionURL( 104 int ServerConnectionManager::Post::ReadResponse(string* out_buffer, 176 scoped_ptr<Post> post(MakePost()); 177 post->set_timing_info(params->timing_info); 178 bool ok = post->Init(path.c_str(), auth_token, params->buffer_in, 186 if (post->ReadBufferResponse(params->buffer_out, params->response, true)) { 207 scoped_ptr<Post> post(MakePost()) [all...] |
server_connection_manager.h | 183 class Post { 185 explicit Post(ServerConnectionManager* scm) : scm_(scm), timing_info_(0) { 187 virtual ~Post() { } 189 // Called to initialize and perform an HTTP POST. 294 // Factory method to create a Post object we can use for communication with 296 virtual Post* MakePost(); 355 // The paths we post to. 382 friend class Post;
|
/external/chromium_org/ppapi/proxy/ |
video_destination_resource.cc | 78 Post(RENDERER, 85 Post(RENDERER, PpapiHostMsg_VideoDestination_Close());
|
video_capture_resource.cc | 107 Post(RENDERER, PpapiHostMsg_VideoCapture_StartCapture()); 114 Post(RENDERER, PpapiHostMsg_VideoCapture_ReuseBuffer(buffer)); 122 Post(RENDERER, PpapiHostMsg_VideoCapture_StopCapture()); 130 Post(RENDERER, PpapiHostMsg_VideoCapture_Close());
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakedtlsidentityservice.h | 91 talk_base::Thread::Current()->Post(this, MSG_FAILURE, msg); 93 talk_base::Thread::Current()->Post(this, MSG_SUCCESS, msg);
|
fakeperiodicvideocapturer.h | 59 talk_base::Thread::Current()->Post(this, MSG_CREATEFRAME);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transport.cc | 124 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 162 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 182 signaling_thread()->Post( 186 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 243 worker_thread()->Post(this, MSG_ONSIGNALINGREADY, NULL); 303 worker_thread()->Post(this, MSG_ONREMOTECANDIDATE, msg); 317 signaling_thread()->Post(this, MSG_READSTATE, NULL); 331 signaling_thread()->Post(this, MSG_WRITESTATE, NULL); 358 signaling_thread()->Post(this, MSG_REQUESTSIGNALING, NULL); 374 signaling_thread()->Post( [all...] |
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.cc | 176 worker_thread_->Post(this, MSG_WK_PURGE); 181 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0)); 199 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1)); 265 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true); 394 stream_thread_->Post(this, MSG_ST_EVENT, 408 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ)); 419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE)); 428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError)); 533 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL); 541 signal_thread_->Post(this, MSG_SI_DESTROY) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/ |
libjingleplus.cc | 248 worker_thread_->Post(this, MSG_SEND_XMPP_MESSAGE, new SendMessageData(m)); 254 worker_thread_->Post(this, MSG_SEND_XMPP_IQ, 260 worker_thread_->Post(this, MSG_SEND_PRESENCE, new SendPresenceData(s)); 265 worker_thread_->Post(this, MSG_SEND_DIRECTED_PRESENCE, new SendDirectedPresenceData(j,s)); 272 worker_thread_->Post(this, MSG_SEND_DIRECTED_MUC_PRESENCE, new SendDirectedMUCPresenceData(j,s,un,ac,am, role)); 278 worker_thread_->Post(this, MSG_UPDATE_ROSTER_ITEM, new UpdateRosterItemData(jid,name,groups,grt)); 289 worker_thread_->Post(this, MSG_REMOVE_ROSTER_ITEM, new JidData(jid)); 333 main_thread_->Post(this, MSG_XMPP_INPUT, new StringData(std::string(data,len))); 346 main_thread_->Post(this, MSG_XMPP_OUTPUT, new StringData(std::string(data,len))); 385 main_thread_->Post(this, MSG_STATE_CHANGE, new StateChangeData(state)) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
socketmonitor.cc | 56 channel_thread_->Post(this, MSG_MONITOR_START); 60 channel_thread_->Post(this, MSG_MONITOR_STOP); 149 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
console.cc | 67 console_thread_->Post(this, MSG_START); 140 client_thread_->Post(this, MSG_INPUT,
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
console.cc | 66 console_thread_->Post(this, MSG_START); 138 client_thread_->Post(this, MSG_INPUT,
|
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/ |
consoletask.cc | 70 console_thread_->Post(this, MSG_START); 144 client_thread_->Post(this, MSG_INPUT,
|
/external/chromium_org/third_party/skia/src/core/ |
SkMessageBus.h | 19 // Post a message to be received by all Inboxes for this Message type. Threadsafe. 20 static void Post(const Message& m); 107 /*static*/ void SkMessageBus<Message>::Post(const Message& m) {
|
/external/skia/src/core/ |
SkMessageBus.h | 19 // Post a message to be received by all Inboxes for this Message type. Threadsafe. 20 static void Post(const Message& m); 107 /*static*/ void SkMessageBus<Message>::Post(const Message& m) {
|
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
HurlStackTest.java | 52 assertEquals("POST", mMockConnection.getRequestMethod()); 66 TestRequest.Post request = new TestRequest.Post(); 67 assertEquals(request.getMethod(), Method.POST); 70 assertEquals("POST", mMockConnection.getRequestMethod()); 76 assertEquals(request.getMethod(), Method.POST); 79 assertEquals("POST", mMockConnection.getRequestMethod());
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmpppump.cc | 63 talk_base::Thread::Current()->Post(this);
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_cache_delegate.cc | 85 system.ready().Post( 89 system.ready().Post(FROM_HERE, 159 ExtensionSystem::Get(profile_)->ready().Post( 192 ExtensionSystem::Get(profile_)->ready().Post(
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpppump.cc | 66 talk_base::Thread::Current()->Post(this);
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.cc | 179 worker_thread_->Post(this, MSG_WK_PURGE); 184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0)); 202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1)); 268 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true); 405 stream_thread_->Post(this, MSG_ST_EVENT, 419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ)); 430 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE)); 439 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError)); 544 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL); 552 signal_thread_->Post(this, MSG_SI_DESTROY) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transport.cc | 201 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 242 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 262 signaling_thread()->Post( 284 signaling_thread()->Post(this, MSG_CONNECTING, NULL); 345 worker_thread()->Post(this, MSG_ONSIGNALINGREADY, NULL); 433 worker_thread()->Post(this, MSG_ONREMOTECANDIDATE, params); 447 signaling_thread()->Post(this, MSG_READSTATE, NULL); 461 signaling_thread()->Post(this, MSG_WRITESTATE, NULL); 499 signaling_thread()->Post(this, MSG_REQUESTSIGNALING, params); 523 signaling_thread()->Post( [all...] |