/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | remove_unused_struct_member_reduction_opportunity_finder.h | 32 std::string GetName() const final; member in spvtools::reduce::RemoveUnusedStructMemberReductionOpportunityFinder 35 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::RemoveUnusedStructMemberReductionOpportunityFinder
|
H A D | structured_construct_to_block_reduction_opportunity_finder.h | 33 std::string GetName() const final; member in spvtools::reduce::StructuredConstructToBlockReductionOpportunityFinder 36 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::StructuredConstructToBlockReductionOpportunityFinder
|
/third_party/python/Lib/encodings/ |
H A D | undefined.py | 25 def encode(self, input, final=False): 29 def decode(self, input, final=False):
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieValue.h | 25 class VectorValue final : public std::vector<float> { class 39 class ShapeValue final : public std::vector<float> { class
|
/third_party/skia/bench/ |
H A D | GrPathUtilsBench.cpp | 19 bool isSuitableFor(Backend backend) final { return backend == kNonRendering_Backend; } 20 void onDraw(int loops, SkCanvas*) final {
|
/third_party/spirv-tools/source/reduce/ |
H A D | operand_to_dominating_id_reduction_opportunity_finder.h | 40 std::string GetName() const final; member in spvtools::reduce::OperandToDominatingIdReductionOpportunityFinder 43 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::OperandToDominatingIdReductionOpportunityFinder
|
H A D | remove_block_reduction_opportunity_finder.h | 34 std::string GetName() const final; member in spvtools::reduce::RemoveBlockReductionOpportunityFinder 37 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::RemoveBlockReductionOpportunityFinder
|
H A D | remove_selection_reduction_opportunity_finder.h | 33 std::string GetName() const final; member in spvtools::reduce::RemoveSelectionReductionOpportunityFinder 36 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::RemoveSelectionReductionOpportunityFinder
|
H A D | remove_unused_instruction_reduction_opportunity_finder.h | 38 std::string GetName() const final; member in spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder 41 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder
|
H A D | remove_unused_struct_member_reduction_opportunity_finder.h | 32 std::string GetName() const final; member in spvtools::reduce::RemoveUnusedStructMemberReductionOpportunityFinder 35 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::RemoveUnusedStructMemberReductionOpportunityFinder
|
H A D | structured_construct_to_block_reduction_opportunity_finder.h | 33 std::string GetName() const final; member in spvtools::reduce::StructuredConstructToBlockReductionOpportunityFinder 36 opt::IRContext* context, uint32_t target_function) const final; member in spvtools::reduce::StructuredConstructToBlockReductionOpportunityFinder
|
/kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
H A D | mtk-sha.c | 490 u32 final; in mtk_sha_update_slow() local 494 final = (ctx->flags & SHA_FLAGS_FINUP) && !ctx->total; in mtk_sha_update_slow() 498 if (final) { in mtk_sha_update_slow() 503 if (final || (ctx->bufcnt == SHA_BUF_SIZE && ctx->total)) { in mtk_sha_update_slow() 516 u32 len, final, tail; in mtk_sha_update_start() local 547 final = (ctx->flags & SHA_FLAGS_FINUP) && !ctx->total; in mtk_sha_update_start() 550 if (final) { in mtk_sha_update_start() 690 /* No final() after finup() */ in mtk_sha_handle_queue() 786 * final() has to be always called to cleanup resources in mtk_sha_finup() 919 .final [all...] |
/foundation/arkui/ace_engine/test/unittest/core/common/storage/ |
H A D | mock_storage.h | 24 class MockDistributedStorage final : public Storage {
class 88 class MockStorageProxyImpl final : public StorageInterface {
class 99 class MockDistributedStorageProxyImpl final : public StorageInterface {
class
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service.h | 40 class StandbyService final : public SystemAbility, public StandbyServiceStub { class 46 void OnStart() final; member in OHOS::DevStandbyMgr::final 47 void OnStop() final; member in OHOS::DevStandbyMgr::final
|
/foundation/resourceschedule/background_task_mgr/services/core/include/ |
H A D | background_task_mgr_service.h | 51 class BackgroundTaskMgrService final : public SystemAbility, public BackgroundTaskMgrStub, class 58 void OnStart() final; member in OHOS::BackgroundTaskMgr::final 59 void OnStop() final; member in OHOS::BackgroundTaskMgr::final
|
/third_party/node/src/crypto/ |
H A D | crypto_hash.h | 15 class Hash final : public BaseObject { class 42 struct HashConfig final : public MemoryRetainer { struct 59 struct HashTraits final { struct
|
/third_party/node/deps/v8/src/compiler/ |
H A D | branch-elimination.h | 24 class V8_EXPORT_PRIVATE BranchElimination final class 33 ~BranchElimination() final; member in v8::internal::compiler::final 37 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|
H A D | node-origin-table.h | 68 class V8_EXPORT_PRIVATE NodeOriginTable final class 71 class V8_NODISCARD Scope final { class in v8::internal::compiler::final 94 class V8_NODISCARD PhaseScope final { class in v8::internal::compiler::final
|
H A D | js-inlining-heuristic.h | 14 class JSInliningHeuristic final : public AdvancedReducer { class 37 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final 41 void Finalize() final; member in v8::internal::compiler::final
|
H A D | js-intrinsic-lowering.h | 31 class V8_EXPORT_PRIVATE JSIntrinsicLowering final class 35 ~JSIntrinsicLowering() final = default; member in v8::internal::compiler::final 39 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|
H A D | wasm-inlining.h | 36 class WasmInliner final : public AdvancedReducer { class 58 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final 59 void Finalize() final; member in v8::internal::compiler::final
|
H A D | zone-stats.h | 18 class V8_EXPORT_PRIVATE ZoneStats final { class 20 class V8_NODISCARD Scope final { class in v8::internal::compiler::final 53 class V8_EXPORT_PRIVATE V8_NODISCARD StatsScope final { class in v8::internal::compiler::final
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | heap-consistency.h | 27 class HeapConsistency final { class 177 class V8_EXPORT V8_NODISCARD DisallowGarbageCollectionScope final { class 227 class V8_EXPORT V8_NODISCARD NoGarbageCollectionScope final { class
|
/third_party/node/deps/v8/src/codegen/ |
H A D | string-constants.h | 41 class StringLiteral final : public StringConstantBase { class 64 class NumberToStringConstant final : public StringConstantBase { class 88 class StringCons final : public StringConstantBase { class
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | heap-consistency.h | 28 class HeapConsistency final { class 220 class V8_EXPORT V8_NODISCARD DisallowGarbageCollectionScope final { class 270 class V8_EXPORT V8_NODISCARD NoGarbageCollectionScope final { class
|