/third_party/skia/src/gpu/ops/ |
H A D | DefaultPathRenderer.h | 19 class DefaultPathRenderer final : public PathRenderer { class
|
H A D | DashLinePathRenderer.h | 17 class DashLinePathRenderer final : public PathRenderer { class
|
H A D | SmallPathRenderer.h | 17 class SmallPathRenderer final : public PathRenderer { class
|
H A D | TriangulatingPathRenderer.h | 19 class TriangulatingPathRenderer final : public PathRenderer { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SwapChainGL.h | 26 class SwapChain final : public OldSwapChainBase { class
|
H A D | SamplerGL.h | 26 class Sampler final : public SamplerBase { class
|
H A D | BindGroupGL.h | 27 class BindGroup final : public BindGroupBase, public PlacementAllocated { class
|
H A D | BindGroupLayoutGL.h | 26 class BindGroupLayout final : public BindGroupLayoutBase { class
|
H A D | ComputePipelineGL.h | 28 class ComputePipeline final : public ComputePipelineBase, public PipelineGL { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | PipelineLayoutVk.h | 27 class PipelineLayout final : public PipelineLayoutBase { class
|
H A D | QuerySetVk.h | 26 class QuerySet final : public QuerySetBase { class
|
H A D | QueueVk.h | 24 class Queue final : public QueueBase { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPU.h | 26 class GPU final : public interop::GPU { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | BindGroupMTL.h | 25 class BindGroup final : public BindGroupBase, public PlacementAllocated { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SamplerD3D12.h | 26 class Sampler final : public SamplerBase { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.h | 31 class ARMRegisterBankInfo final : public ARMGenRegisterBankInfo { class
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
H A D | BindGroupLayoutMock.h | 25 class BindGroupLayoutMock final : public BindGroupLayoutBase { class
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGClipPath.h | 14 class SkSVGClipPath final : public SkSVGHiddenContainer { class
|
H A D | SkSVGShape.h | 24 void onRender(const SkSVGRenderContext&) const final; member in SkSVGShape
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.h | 40 class LifetimePosition final { class 186 class TopTierRegisterAllocationData final : public RegisterAllocationData { class in v8::internal::compiler::RegisterAllocationFlag 388 class UseInterval final : public ZoneObject { class in v8::internal::compiler::RegisterAllocationFlag 460 class V8_EXPORT_PRIVATE UsePosition final class in v8::internal::compiler::RegisterAllocationFlag 801 class V8_EXPORT_PRIVATE TopLevelLiveRange final : public LiveRange { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 868 // Ranges either start out at kSpillOperand, which is also their final 1073 class SpillRange final : public ZoneObject { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1175 class ConstraintBuilder final : public ZoneObject { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1205 class LiveRangeBuilder final : public ZoneObject { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1285 class BundleBuilder final class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1373 class LinearScanAllocator final : public RegisterAllocator { global() class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1529 class OperandAssigner final : public ZoneObject { global() class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1550 class ReferenceMapPopulator final : public ZoneObject { global() class in v8::internal::compiler::RegisterAllocationFlag::LiveRange 1575 class LiveRangeConnector final : public ZoneObject { global() class in v8::internal::compiler::RegisterAllocationFlag::LiveRange [all...] |
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 368 .final = sun8i_ce_hash_final, 398 .final = sun8i_ce_hash_final, 428 .final = sun8i_ce_hash_final, 458 .final = sun8i_ce_hash_final, 488 .final = sun8i_ce_hash_final, 518 .final = sun8i_ce_hash_final,
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 84 int final = 0; in ext4_block_to_path() local 88 final = direct_blocks; in ext4_block_to_path() 92 final = ptrs; in ext4_block_to_path() 97 final = ptrs; in ext4_block_to_path() 103 final = ptrs; in ext4_block_to_path() 110 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext4_block_to_path()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | flow.c | 168 // does the BB contains ignorable instructions but a final branch? 322 struct basic_block *target = *target_p, *final; in simplify_branch_branch() local 336 final = bb_true ? insn->bb_true : insn->bb_false; in simplify_branch_branch() 339 if (bb_depends_on(final, target)) in simplify_branch_branch() 341 if (bb_depends_on_phi(final, target)) in simplify_branch_branch() 343 return rewrite_branch(bb, target_p, target, final); in simplify_branch_branch() 352 convert_to_jump(insn, final); in simplify_branch_branch()
|
/third_party/node/deps/v8/src/heap/ |
H A D | sweeper.cc | 70 class Sweeper::SweeperJob final : public JobTask { class 80 void Run(JobDelegate* delegate) final { 117 class Sweeper::IncrementalSweeperTask final : public CancelableTask { class 128 void RunInternal() final { 371 // Clean invalidated slots during the final atomic pause. After resuming in RawSweep() 652 class Sweeper::IterabilityTask final : public CancelableTask { class 667 void RunInternal() final {
|
/test/ostest/wukong/common/include/ |
H A D | event_monitor.h | 22 class EventMonitor final : public Accessibility::AccessibleAbilityListener { class
|