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

1 2 3 4 5 6 7

  /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.
  /external/chromium_org/extensions/common/
one_shot_event.h 41 // migrating old code; usually calling Post() unconditionally will
69 // Const because Post() doesn't modify the logical state of this
71 void Post(const tracked_objects::Location& from_here,
73 void Post(const tracked_objects::Location& from_here,
one_shot_event_unittest.cc 30 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
31 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
50 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
65 event.Post(FROM_HERE, base::Bind(&Increment, &runner_i), runner);
66 event.Post(FROM_HERE, base::Bind(&Increment, &loop_i));
82 event->Post(FROM_HERE, base::Bind(&Increment, i), runner);
91 event.Post(FROM_HERE,
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/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/third_party/libjingle/source/talk/examples/login/
xmppthread.cc 59 Post(this, MSG_LOGIN, new LoginData(xcs));
63 Post(this, MSG_DISCONNECT);
  /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/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 59 channel_thread_->Post(this, MSG_MONITOR_START);
63 channel_thread_->Post(this, MSG_MONITOR_STOP);
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 57 worker_thread_->Post(this, MSG_MONITOR_START);
61 worker_thread_->Post(this, MSG_MONITOR_STOP);
104 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/skia/tests/
MessageBusTest.cpp 28 SkMessageBus<TestMessage>::Post(m1);
29 SkMessageBus<TestMessage>::Post(m2);
40 SkMessageBus<TestMessage>::Post(m3);
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 109 Post(RENDERER, PpapiHostMsg_PDF_DidStartLoading());
113 Post(RENDERER, PpapiHostMsg_PDF_DidStopLoading());
117 Post(RENDERER, PpapiHostMsg_PDF_SetContentRestriction(restrictions));
128 Post(RENDERER,
134 Post(RENDERER, PpapiHostMsg_PDF_HasUnsupportedFeature());
138 Post(RENDERER, PpapiHostMsg_PDF_Print());
142 Post(RENDERER, PpapiHostMsg_PDF_SaveAs());
graphics_2d_resource.cc 70 Post(RENDERER, PpapiHostMsg_Graphics2D_PaintImageData(
79 Post(RENDERER, PpapiHostMsg_Graphics2D_Scroll(
99 Post(RENDERER, PpapiHostMsg_Graphics2D_ReplaceContents(
106 Post(RENDERER, PpapiHostMsg_Graphics2D_Dev_SetScale(scale));
116 Post(RENDERER, PpapiHostMsg_Graphics2D_SetOffset(*offset));
121 Post(RENDERER, PpapiHostMsg_Graphics2D_SetResizeMode(resize_mode));
  /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...]
  /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/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 25 bool Post(const GURL& url, const string& post_body,
  /external/chromium_org/third_party/libjingle/source/talk/base/
nullsocketserver_unittest.cc 50 thread.Post(this, 0);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayPost.h 23 DECLARE_MEMBER_INFO(Post);
  /external/skia/src/animator/
SkDisplayPost.h 23 DECLARE_MEMBER_INFO(Post);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.cc 62 Post(this, MSG_LOGIN, new LoginData(xcs));
66 Post(this, MSG_DISCONNECT);
  /external/chromium_org/jingle/glue/
thread_wrapper_unittest.cc 95 TEST_F(ThreadWrapperTest, Post) {
101 thread_->Post(&handler1_, kTestMessage1, data1);
102 thread_->Post(&handler1_, kTestMessage2, data2);
103 thread_->Post(&handler2_, kTestMessage1, data3);
104 thread_->Post(&handler2_, kTestMessage1, data4);
158 thread_->Post(&handler1_, kTestMessage1, NULL);
159 thread_->Post(&handler1_, kTestMessage2, NULL);
160 thread_->Post(&handler2_, kTestMessage1, NULL);
161 thread_->Post(&handler2_, kTestMessage2, NULL);
215 thread_->Post(&handler, kTestMessage1, NULL)
    [all...]

Completed in 460 milliseconds

1 2 3 4 5 6 7