/third_party/skia/tests/ |
D | MessageBusTest.cpp | 37 TestMessageBus::Post(std::move(m1)); in DECLARE_SKMESSAGEBUS_MESSAGE() 38 TestMessageBus::Post(std::move(m2)); in DECLARE_SKMESSAGEBUS_MESSAGE() 49 TestMessageBus::Post(m3); in DECLARE_SKMESSAGEBUS_MESSAGE() 91 TestMessageBus::Post(std::move(m1)); in DECLARE_SKMESSAGEBUS_MESSAGE() 92 TestMessageBus::Post(std::move(m2)); in DECLARE_SKMESSAGEBUS_MESSAGE() 105 TestMessageBus::Post(std::move(m3)); in DECLARE_SKMESSAGEBUS_MESSAGE() 150 AddressedMessageBus::Post({idInvalid}); // Should go to both in DECLARE_SKMESSAGEBUS_MESSAGE() 151 AddressedMessageBus::Post({id1}); // Should go to inbox1 in DECLARE_SKMESSAGEBUS_MESSAGE() 152 AddressedMessageBus::Post({id2}); // Should go to inbox2 in DECLARE_SKMESSAGEBUS_MESSAGE() 153 AddressedMessageBus::Post({id3}); // Should go nowhere in DECLARE_SKMESSAGEBUS_MESSAGE()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 60 void Post() { in Post() function in absl::synchronization_internal::SimpleSemaphore 85 t->identity2_written.Post(); in TimingThread() 88 Post(t->identity1); in TimingThread() 113 Post(t.identity2); in TestTiming() 128 static void Post(base_internal::ThreadIdentity *id) { in Post() function in absl::synchronization_internal::PerThreadSemTest 129 PerThreadSem::Post(id); in Post() 171 Post(GetOrCreateCurrentThreadIdentity()); in TEST_F()
|
D | waiter.cc | 109 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter 214 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter 289 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter 405 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
|
D | per_thread_sem.h | 74 static inline void Post(base_internal::ThreadIdentity* identity); 105 void absl::synchronization_internal::PerThreadSem::Post( in Post() function
|
D | waiter.h | 83 void Post();
|
/third_party/glslang/Test/baseResults/ |
D | prepost.frag.out | 43 0:15 Post-Decrement ( temp float) 57 0:16 Post-Increment ( temp int) 82 0:22 Post-Increment ( temp float) 84 0:23 Post-Decrement ( temp float) 98 0:28 Post-Decrement ( temp float) 113 0:34 Post-Decrement ( temp float) 180 0:15 Post-Decrement ( temp float) 194 0:16 Post-Increment ( temp int) 219 0:22 Post-Increment ( temp float) 221 0:23 Post-Decrement ( temp float) [all …]
|
D | voidFunction.frag.out | 12 0:11 Post-Increment ( temp float) 18 0:18 Post-Increment ( temp float) 59 0:11 Post-Increment ( temp float) 65 0:18 Post-Increment ( temp float)
|
D | earlyReturnDiscard.frag.out | 37 0:34 Post-Increment ( temp float) 52 0:39 Post-Increment ( temp 4-component vector of float) 79 0:46 Post-Increment ( temp float) 99 0:51 Post-Increment ( temp 4-component vector of float) 167 0:34 Post-Increment ( temp float) 182 0:39 Post-Increment ( temp 4-component vector of float) 209 0:46 Post-Increment ( temp float) 229 0:51 Post-Increment ( temp 4-component vector of float)
|
D | loops.frag.out | 242 0:122 Post-Increment ( temp float) 248 0:124 Post-Increment ( temp float) 304 0:133 Post-Increment ( temp float) 310 0:135 Post-Increment ( temp float) 585 0:203 Post-Increment ( temp float) 623 0:223 Post-Increment ( temp float) 636 0:225 Post-Increment ( temp float) 643 0:227 Post-Increment ( temp float) 689 0:241 Post-Increment ( temp float) 706 0:251 Post-Increment ( temp float) [all …]
|
D | loopsArtificial.frag.out | 53 0:63 Post-Increment ( temp float) 100 0:76 Post-Increment ( temp 4-component vector of float) 103 0:78 Post-Decrement ( temp 4-component vector of float) 135 0:84 Post-Increment ( temp float) 163 0:94 Post-Increment ( temp 4-component vector of float) 270 0:63 Post-Increment ( temp float) 317 0:76 Post-Increment ( temp 4-component vector of float) 320 0:78 Post-Decrement ( temp 4-component vector of float) 352 0:84 Post-Increment ( temp float) 380 0:94 Post-Increment ( temp 4-component vector of float)
|
D | glsl.-D-U.frag.out | 14 0:16 Post-Increment ( temp 4-component vector of float) 43 0:16 Post-Increment ( temp 4-component vector of float)
|
D | hlsl.-D-U.frag.out | 19 0:21 Post-Increment ( temp 4-component vector of float) 53 0:21 Post-Increment ( temp 4-component vector of float)
|
D | 100Limits.vert.out | 43 0:30 Post-Increment ( temp highp float) 109 0:35 Post-Increment ( temp highp int) 137 0:36 Post-Increment ( temp highp int) 214 0:39 Post-Decrement ( temp highp float) 217 0:39 Post-Decrement ( temp highp float) 394 0:56 Post-Decrement ( temp highp int) 489 0:30 Post-Increment ( temp highp float) 555 0:35 Post-Increment ( temp highp int) 583 0:36 Post-Increment ( temp highp int) 660 0:39 Post-Decrement ( temp highp float) [all …]
|
/third_party/node/src/inspector/ |
D | main_thread_interface.cc | 97 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference() 103 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference() 109 thread_->Post(std::unique_ptr<Request>( in Call() 207 void MainThreadInterface::Post(std::unique_ptr<Request> request) { in Post() function in node::inspector::MainThreadInterface 308 bool MainThreadHandle::Post(std::unique_ptr<Request> request) { in Post() function in node::inspector::MainThreadHandle 312 main_thread_->Post(std::move(request)); in Post()
|
D | tracing_agent.cc | 104 main_thread_->Post(std::make_unique<SendMessageRequest>(frontend_object_id_, in Flush() 123 main_thread_->Post( in ~TracingAgent() 131 main_thread_->Post(std::make_unique<CreateFrontendWrapperRequest>( in Wire()
|
D | main_thread_interface.h | 56 bool Post(std::unique_ptr<Request> request); 79 void Post(std::unique_ptr<Request> request);
|
D | worker_inspector.cc | 71 parent_thread_->Post( in ~ParentInspectorHandle() 79 parent_thread_->Post(std::move(request)); in WorkerStarted()
|
/third_party/node/src/ |
D | inspector_io.cc | 111 void Post(int session_id, in Post() function in node::inspector::__anon04a051710111::RequestQueueData 174 void Post(int session_id, in Post() function in node::inspector::RequestQueue 179 data_->Post(session_id, action, std::move(message)); in Post() 197 request_queue_->Post(id_, TransportAction::kSendMessage, in SendMessageToFrontend() 270 request_queue_->Post(0, TransportAction::kKill, nullptr); in ~InspectorIo() 276 request_queue_->Post(0, TransportAction::kStop, nullptr); in StopAcceptingNewConnections()
|
/third_party/alsa-lib/include/ |
D | alsa-symbols.h | 29 #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | gc-invoker.cc | 37 static Handle Post(GarbageCollector* collector, cppgc::TaskRunner* runner, in Post() function in cppgc::internal::GCInvoker::GCInvokerImpl::GCTask 105 gc_task_handle_ = GCTask::Post( in CollectGarbage()
|
/third_party/skia/src/core/ |
D | SkMessageBus.h | 43 static void Post(Message m); 129 /*static*/ void SkMessageBus<Message, IDType, AllowCopyableMessage>::Post(Message m) {
|
D | SkPromiseImageTexture.cpp | 23 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in ~SkPromiseImageTexture()
|
/third_party/cef/tools/distrib/ |
D | transfer.cfg | 7 # post-process: Post-processing operation to perform. This value is
|
/third_party/cef/tools/distrib/win/ |
D | transfer_standard.cfg | 7 # post-process: Post-processing operation to perform. This value is
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermRebuild.h | 71 Post = 1u << 1u, enumerator 81 Both = Children | Post,
|