HomeSort by relevance Sort by last modified time
    Searched refs:Post (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 37 * pre() before visiting children and execute post() after visiting children.
57 object Post(object t);
80 public object Post(object t)
TreeVisitor.cs 35 /** <summary>Do a depth first walk of a tree, applying pre() and post() actions as we go.</summary> */
55 * applying post action to this node.
72 t = action.Post(t);
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.h 18 // This provides HTTP Post functionality through the interface provided
21 : public browser_sync::ServerConnectionManager::Post {
42 // subclass so that we can override MakePost() to generate a POST object using
56 virtual Post* MakePost();
60 // issue a POST to sync servers.
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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 39 * pre() before visiting children and execute post() after visiting children.
59 object Post( object t );
82 public object Post( object t )
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/third_party/libjingle/source/talk/examples/login/
xmppthread.cc 59 Post(this, MSG_LOGIN, new LoginData(xcs));
63 Post(this, MSG_DISCONNECT);
xmpppump.cc 63 talk_base::Thread::Current()->Post(this);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.cc 58 worker_thread_->Post(this, MSG_MONITOR_START);
62 worker_thread_->Post(this, MSG_MONITOR_STOP);
105 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL);
audiomonitor.cc 55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
  /external/harfbuzz/src/
harfbuzz-indic.cpp 483 Post,
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,
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 25 bool Post(const GURL& url, const string& post_body,
gaia_authenticator.cc 176 if (!Post(gaia_auth_url, post_body, &server_response_code, &message_text)) {
199 bool GaiaAuthenticator::Post(const GURL& url,
222 if (!Post(url, post_body, &server_response_code, &message_text)) {
274 if (!Post(url, post_body, &server_response_code, &message_text)) {
  /external/skia/src/animator/
SkDisplayPost.h 23 DECLARE_MEMBER_INFO(Post);
  /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...]
rawtransportchannel.cc 230 worker_thread_->Post(
  /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/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/third_party/libjingle/source/talk/base/
messagequeue.h 184 virtual void Post(MessageHandler *phandler, uint32 id = 0,
208 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
signalthread.cc 154 main_->Post(this, ST_MSG_WORKER_DONE);
  /external/llvm/test/MC/ARM/
arm_addrmode2.s 3 @ Post-indexed
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload_unittest.py 68 self.assert_execute_outputs(Post(), [42], options=options, expected_stderr=expected_stderr)

Completed in 418 milliseconds

1 2 3