HomeSort by relevance Sort by last modified time
    Searched defs:Post (Results 1 - 19 of 19) 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 43 void OneShotEvent::Post(const tracked_objects::Location& from_here,
49 void OneShotEvent::Post(const tracked_objects::Location& from_here,
67 // After this point, a call to Post() from one of the queued tasks
  /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);
105 /*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);
105 /*static*/ void SkMessageBus<Message>::Post(const Message& m) {
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
dmThreadQueue.cc 42 bool DMThreadQueue::Post( SYNCML_DM_THREAD_EVENT_TYPE_T nID, void* pData /*= NULL*/ )
  /packages/apps/OMA-DM/engine/xpl/src/
dmThreadQueue.cc 34 bool DMThreadQueue::Post( SYNCML_DM_THREAD_EVENT_TYPE_T nID, void* pData /*= NULL*/ )
  /external/chromium_org/ppapi/proxy/
plugin_resource.cc 112 void PluginResource::Post(Destination dest, const IPC::Message& msg) {
113 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_org/content/browser/media/
webrtc_identity_store.cc 106 void Post(const WebRTCIdentityRequestResult& result) {
264 // Completes the request with error if failed to post the task.
297 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 288 void MessageQueue::Post(MessageHandler *phandler, uint32 id,
  /external/chromium_org/third_party/webrtc/base/
messagequeue.cc 271 void MessageQueue::Post(MessageHandler *phandler, uint32 id,
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 68 // |------>---------------------------Post
192 void Post(const MultiThreadedCertVerifier::CachedResult& verify_result) {
411 (*i)->Post(verify_result);
412 // Post() causes the CertVerifierRequest to delete itself.
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 164 void Post(int error,
311 (*i)->Post(error, private_key, cert);
312 // Post() causes the ServerBoundCertServiceRequest to delete itself.
515 // ServerBoundCertServiceRequest::Post will do the histograms and stuff.
  /external/chromium_org/third_party/skia/third_party/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/clang/test/CXX/drs/
dr3xx.cpp 407 namespace Post {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 445 virtual HRESULT WINAPI Post(void) = 0;
513 HRESULT (WINAPI *Post)(IMessage *This);
    [all...]
cdoex.h 651 virtual HRESULT WINAPI Post(void) = 0;
719 HRESULT (WINAPI *Post)(IMessage *This);
    [all...]

Completed in 1019 milliseconds