HomeSort by relevance Sort by last modified time
    Searched refs:Post (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/skia/src/core/
SkMessageBus.h 20 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
21 static void Post(const Message& m);
100 /*static*/ void SkMessageBus<Message>::Post(const Message& m) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 36 addd 1,sp+ ; Post-Auto inc
42 addd 1,y- ; Post-Auto dec
87 ;; Post-index byte with relocation
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc 78 signaling_thread_->Post(this, MSG_GENERATE_IDENTITY_RESULT, msg);
89 signaling_thread_->Post(this, MSG_DESTROY, msg->pdata);
180 // Return identity async - post even though we are on |signaling_thread_|.
186 signaling_thread_->Post(this, MSG_GENERATE_IDENTITY_RESULT, msg);
199 // Enqueue/Post a worker task to do the generation.
201 WorkerTask* task = new WorkerTask(this, key_type); // Post 1 task/request.
205 worker_thread_->Post(task, MSG_GENERATE_IDENTITY, msg);
webrtcsessiondescriptionfactory.cc 226 signaling_thread_->Post(
485 signaling_thread_->Post(this, MSG_CREATE_SESSIONDESCRIPTION_FAILED, msg);
494 signaling_thread_->Post(this, MSG_CREATE_SESSIONDESCRIPTION_SUCCESS, msg);
dtmfsender.cc 159 signaling_thread_->Post(this, MSG_DO_INSERT_DTMF);
remoteaudiosource.cc 166 main_thread_->Post(new MessageHandler(this));
  /external/webrtc/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 59 rtc::Thread::Current()->Post(this, MSG_CREATEFRAME);
fakedtlsidentitystore.h 123 rtc::Thread::Current()->Post(
  /external/webrtc/webrtc/libjingle/xmpp/
xmpppump.cc 49 rtc::Thread::Current()->Post(this);
  /external/webrtc/webrtc/base/
sharedexclusivelock_unittest.cc 59 worker_thread_->Post(this, kMsgRead, new TypedMessageData<int*>(value));
92 worker_thread_->Post(this, kMsgWrite, new TypedMessageData<int>(value));
signalthread.cc 140 main_->Post(this, ST_MSG_WORKER_DONE);
autodetectproxy.cc 141 Thread::Current()->Post(this, MSG_TIMEOUT);
148 Thread::Current()->Post(this, MSG_UNRESOLVABLE);
179 Thread::Current()->Post(this, MSG_TIMEOUT);
asyncinvoker.cc 65 thread->Post(this, id, new ScopedRefMessageData<AsyncClosure>(closure));
fakenetwork.h 70 thread_->Post(this);
messagequeue_unittest.cc 107 // First, post a dispose.
109 // Now, post a message, which should *not* be returned by Get().
110 Post(handler, 1);
messagequeue.h 193 virtual void Post(MessageHandler* phandler,
223 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
YamlSortedSetTest.java 53 Set<Post> posts = blog.getPosts();
  /external/v8/src/base/platform/
condition-variable.cc 187 void ConditionVariable::NativeHandle::Post(Event* event, bool result) {
288 native_handle_.Post(event, true);
322 native_handle_.Post(event, result);
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 66 TestRequest.Post request = new TestRequest.Post();
67 assertEquals(request.getMethod(), Method.POST);
75 assertEquals(request.getMethod(), Method.POST);
HurlStackTest.java 53 assertEquals("POST", mMockConnection.getRequestMethod());
67 TestRequest.Post request = new TestRequest.Post();
68 assertEquals(request.getMethod(), Method.POST);
71 assertEquals("POST", mMockConnection.getRequestMethod());
77 assertEquals(request.getMethod(), Method.POST);
80 assertEquals("POST", mMockConnection.getRequestMethod());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
neon-vfp-reglist-post.s 7 # Post-index multiple elements
101 # Post Index Vector-element form with replicate (Immediate offset)
171 # Post Index Vector-element form with replicate (Register offset)
172 # This could have been factored into Post-index multiple
  /external/webrtc/webrtc/p2p/base/
transportcontroller.cc 518 signaling_thread_->Post(this, MSG_CANDIDATESGATHERED, data);
585 signaling_thread_->Post(
592 signaling_thread_->Post(this, MSG_RECEIVING,
603 signaling_thread_->Post(
  /system/core/libmemunreachable/
MemUnreachable.cpp 287 continue_parent_sem.Post();
293 continue_parent_sem.Post();
299 continue_parent_sem.Post();
309 continue_parent_sem.Post();
  /external/llvm/test/MC/ARM/
arm_addrmode2.s 3 @ Post-indexed
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 192 network_thread_->Post(this, MSG_CONFIG_START);
201 network_thread_->Post(this, MSG_CONFIG_STOP);
257 network_thread_->Post(this, MSG_CONFIG_READY, config);
302 network_thread_->Post(this, MSG_ALLOCATE);
399 network_thread_->Post(this, MSG_SEQUENCEOBJECTS_CREATED);
794 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE);
    [all...]

Completed in 2199 milliseconds

12 3 4 5