HomeSort by relevance Sort by last modified time
    Searched defs:Post (Results 1 - 20 of 20) sorted by null

  /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)
  /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 )
  /external/chromium_org/extensions/common/
one_shot_event.cc 36 void OneShotEvent::Post(const tracked_objects::Location& from_here,
38 Post(from_here, task, base::MessageLoopProxy::current());
41 void OneShotEvent::Post(const tracked_objects::Location& from_here,
59 // After this point, a call to Post() from one of the queued tasks
  /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/chromium_org/ppapi/proxy/
plugin_resource.cc 104 void PluginResource::Post(Destination dest, const IPC::Message& msg) {
105 TRACE_EVENT2("ppapi proxy", "PluginResource::Post",
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 57 /** Test example of a POST request in the deprecated style. */
81 * Test example of a POST request in the new style. In the new style, it is possible
82 * to have a POST with no body.
84 public static class Post extends Base {
85 public Post() {
86 super(Method.POST, TEST_URL, null);
90 /** Test example of a POST request in the new style with a body. */
91 public static class PostWithBody extends Post {
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 260 void MessageQueue::Post(MessageHandler *phandler, uint32 id,
  /external/chromium_org/content/browser/media/
webrtc_identity_store.cc 110 void Post(const WebRTCIdentityRequestResult& result) {
256 // Completes the request with error if failed to post the task.
289 request->Post(result);
  /external/chromium_org/jingle/glue/
thread_wrapper.cc 78 void JingleThreadWrapper::Post(
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.cc 265 void MessageQueue::Post(MessageHandler *phandler, uint32 id,
  /external/chromium/chrome/browser/sync/engine/net/
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/net/base/
cert_verifier.cc 55 // |------>-----------------------------------Post
104 void Post(const CachedCertVerifyResult& verify_result) {
263 (*i)->Post(verify_result);
264 // Post() causes the CertVerifierRequest to delete itself.
dnsrr_resolver.cc 59 // |------>-----------------------------------Post
75 // Post
127 // Post copies the contents of |response| to the caller's RRResponse and
129 void Post(int rv, const RRResponse* response) {
678 (*i)->Post(result, response);
679 // Post() causes the RRResolverHandle to delete itself.
738 FROM_HERE, NewRunnableMethod(handle, &RRResolverHandle::Post, error,
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 66 // |------>---------------------------Post
161 void Post(const MultiThreadedCertVerifier::CachedResult& verify_result) {
369 (*i)->Post(verify_result);
370 // Post() causes the CertVerifierRequest to delete itself.
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 165 void Post(int error,
306 (*i)->Post(error, private_key, cert);
307 // Post() causes the ServerBoundCertServiceRequest to delete itself.
510 // ServerBoundCertServiceRequest::Post will do the histograms and stuff.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 251 // If the thread is not our worker thread, we will post to our worker
262 worker_thread_->Post(this, message_id, data);
589 void BaseChannel::Post(uint32 id, talk_base::MessageData *pdata) {
590 worker_thread_->Post(this, id, pdata);
934 signaling_thread()->Post(this, MSG_CHANNEL_ERROR, data);
    [all...]
  /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/harfbuzz_ng/src/hb-old/
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_org/third_party/libjingle/source/talk/session/media/
channel.cc 630 // If the thread is not our worker thread, we will post to our worker
641 worker_thread_->Post(this, message_id, data);
756 signaling_thread()->Post(this, MSG_FIRSTPACKETRECEIVED);
    [all...]

Completed in 563 milliseconds