Home
last modified time | relevance | path

Searched refs:final (Results 676 - 700 of 2322) sorted by relevance

1...<<21222324252627282930>>...93

/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.h19 class DefaultPathRenderer final : public PathRenderer { class
H A DDashLinePathRenderer.h17 class DashLinePathRenderer final : public PathRenderer { class
H A DSmallPathRenderer.h17 class SmallPathRenderer final : public PathRenderer { class
H A DTriangulatingPathRenderer.h19 class TriangulatingPathRenderer final : public PathRenderer { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSwapChainGL.h26 class SwapChain final : public OldSwapChainBase { class
H A DSamplerGL.h26 class Sampler final : public SamplerBase { class
H A DBindGroupGL.h27 class BindGroup final : public BindGroupBase, public PlacementAllocated { class
H A DBindGroupLayoutGL.h26 class BindGroupLayout final : public BindGroupLayoutBase { class
H A DComputePipelineGL.h28 class ComputePipeline final : public ComputePipelineBase, public PipelineGL { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DPipelineLayoutVk.h27 class PipelineLayout final : public PipelineLayoutBase { class
H A DQuerySetVk.h26 class QuerySet final : public QuerySetBase { class
H A DQueueVk.h24 class Queue final : public QueueBase { class
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.h26 class GPU final : public interop::GPU { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DBindGroupMTL.h25 class BindGroup final : public BindGroupBase, public PlacementAllocated { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSamplerD3D12.h26 class Sampler final : public SamplerBase { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.h31 class ARMRegisterBankInfo final : public ARMGenRegisterBankInfo { class
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DBindGroupLayoutMock.h25 class BindGroupLayoutMock final : public BindGroupLayoutBase { class
/third_party/skia/modules/svg/include/
H A DSkSVGClipPath.h14 class SkSVGClipPath final : public SkSVGHiddenContainer { class
H A DSkSVGShape.h24 void onRender(const SkSVGRenderContext&) const final; member in SkSVGShape
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h40 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 Dsun8i-ce-core.c368 .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 Dindirect.c84 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 Dflow.c168 // 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 Dsweeper.cc70 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 Devent_monitor.h22 class EventMonitor final : public Accessibility::AccessibleAbilityListener { class

Completed in 16 milliseconds

1...<<21222324252627282930>>...93