/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 135 const auto dispatched = this->dispatchOpacityProperty(adapter->node()); in attachOpacity() local 139 if (!dispatched && adapter->node()->getOpacity() >= 1) { in attachOpacity() 240 bool dispatched = false; in dispatchColorProperty() local 245 dispatched = true; in dispatchColorProperty() 250 return dispatched; in dispatchColorProperty() 254 bool dispatched = false; in dispatchOpacityProperty() local 259 dispatched = true; in dispatchOpacityProperty() 264 return dispatched; in dispatchOpacityProperty() 268 bool dispatched = false; in dispatchTextProperty() local 273 dispatched = true; in dispatchTextProperty() [all …]
|
D | Transform.cpp | 127 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local 130 if (!dispatched && adapter->totalMatrix().isIdentity()) { in attachMatrix2D()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | dispatch_test.cc | 365 UberDispatcher::DispatchResult dispatched = dispatcher.Dispatch(dispatchable); in TEST() local 366 EXPECT_FALSE(dispatched.MethodFound()); in TEST() 367 dispatched.Run(); in TEST() 424 UberDispatcher::DispatchResult dispatched = in TEST() local 426 EXPECT_TRUE(dispatched.MethodFound()); in TEST() 427 dispatched.Run(); in TEST() 435 UberDispatcher::DispatchResult dispatched = in TEST() local 437 EXPECT_TRUE(dispatched.MethodFound()); in TEST() 438 dispatched.Run(); in TEST()
|
D | dispatch.cc | 559 std::function<void(const Dispatchable&)> dispatched = in Dispatch() local 561 if (dispatched) { in Dispatch() 563 true, [dispatchable, dispatched = std::move(dispatched)]() { in Dispatch() 564 dispatched(dispatchable); in Dispatch()
|
/third_party/node/deps/uv/src/win/ |
D | signal.c | 83 int dispatched; in RB_GENERATE_STATIC() local 85 dispatched = 0; in RB_GENERATE_STATIC() 105 dispatched = 1; in RB_GENERATE_STATIC() 112 return dispatched; in RB_GENERATE_STATIC()
|
/third_party/libuv/src/win/ |
D | signal.c | 83 int dispatched; in RB_GENERATE_STATIC() local 85 dispatched = 0; in RB_GENERATE_STATIC() 105 dispatched = 1; in RB_GENERATE_STATIC() 112 return dispatched; in RB_GENERATE_STATIC()
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 59 Multiple computes are dispatched without calling MemoryBarrier(). Result and 66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
|
/third_party/pulseaudio/src/pulse/ |
D | mainloop.c | 899 unsigned dispatched = 0; in pa_mainloop_dispatch() local 908 dispatched += dispatch_defer(m); in pa_mainloop_dispatch() 911 dispatched += dispatch_timeout(m); in pa_mainloop_dispatch() 917 dispatched += dispatch_pollfds(m); in pa_mainloop_dispatch() 925 return (int) dispatched; in pa_mainloop_dispatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 18 // actually dispatched at a time. 35 // As iops are dispatched to a slice, they are held in an independent slice 135 // dispatch slot but are dispatched to both the even and odd slices of a 156 // operation per slice for the super- slice to which they are dispatched
|
D | PPCScheduleA2.td | 159 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
|
D | PPCScheduleP7.td | 71 // op. has been dispatched to VS1. 387 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
|
D | PPCScheduleG5.td | 118 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
|
/third_party/openssl/doc/man3/ |
D | SSL_set_async_callback.pod | 46 cryptographic operations are dispatched to an engine. The engine status is very 48 dispatched. If the engine does not support this additional callback method,
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 107 dispatched = FALSE; in dispatch() 117 dispatched = TRUE; in dispatch() 123 while(!dispatched) { in dispatch() 131 gboolean dispatched; in dispatch() member
|
/third_party/gn/src/gn/ |
D | function_get_target_outputs.cc | 84 // scope will have been stashed in the item collector (they'll be dispatched in RunGetTargetOutputs()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compute_variable_group_size.txt | 71 dispatched by DispatchCompute and DispatchComputeIndirect. Compute 72 shaders with variable group sizes must be dispatched via 323 workgroup size must be dispatched with DispatchComputeGroupSizeARB. Compute 324 programs with a fixed workgroup size must be dispatched with 392 (1) If a compute shader declares a workgroup size, can it be dispatched 407 dispatched using OpenGL APIs that do not accept an explicit workgroup
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_compute_variable_group_size.txt | 61 dispatched by DispatchCompute and DispatchComputeIndirect. Compute 62 shaders with variable group sizes must be dispatched via 313 group size must be dispatched with DispatchComputeGroupSizeARB. Compute 314 programs with a fixed work group size must be dispatched with 382 (1) If a compute shader declares a work group size, can it be dispatched 397 dispatched using OpenGL APIs that do not accept an explicit work group
|
/third_party/node/deps/undici/src/docs/api/ |
D | BalancedPool.md | 7 Requests are not guaranteed to be dispatched in order of invocation.
|
D | Pool.md | 7 Requests are not guaranteed to be dispatched in order of invocation.
|
D | Agent.md | 7 Requests are not guaranteed to be dispatched in order of invocation.
|
/third_party/glib/patch/ |
D | backport-glocalfilemonitor-Skip-event-handling-if-the-source-has-been-destroyed.patch | 46 + * the ready time on the #GSource, which means that it will be dispatched in
|
D | backport-glocalfilemonitor-Avoid-file-monitor-destruction-from-event-thread.patch | 16 while events are dispatched.
|
/third_party/python/Doc/library/ |
D | cmd.rst | 70 character ``'?'`` is dispatched to the method :meth:`do_help`. As another 71 special case, a line beginning with the character ``'!'`` is dispatched to the 236 converted to a number and dispatched to the turtle module. The docstring is
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedFalkor.td | 19 let IssueWidth = 8; // 8 uops are dispatched per cycle.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_mesh_shader.txt | 34 When task and mesh shaders are dispatched, they replace the core
|