Home
last modified time | relevance | path

Searched refs:final (Results 326 - 350 of 4397) sorted by relevance

1...<<11121314151617181920>>...176

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.h32 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 Dstructured_construct_to_block_reduction_opportunity_finder.h33 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 Dundefined.py25 def encode(self, input, final=False):
29 def decode(self, input, final=False):
/third_party/skia/modules/skottie/src/
H A DSkottieValue.h25 class VectorValue final : public std::vector<float> { class
39 class ShapeValue final : public std::vector<float> { class
/third_party/skia/bench/
H A DGrPathUtilsBench.cpp19 bool isSuitableFor(Backend backend) final { return backend == kNonRendering_Backend; }
20 void onDraw(int loops, SkCanvas*) final {
/third_party/spirv-tools/source/reduce/
H A Doperand_to_dominating_id_reduction_opportunity_finder.h40 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 Dremove_block_reduction_opportunity_finder.h34 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 Dremove_selection_reduction_opportunity_finder.h33 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 Dremove_unused_instruction_reduction_opportunity_finder.h38 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 Dremove_unused_struct_member_reduction_opportunity_finder.h32 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 Dstructured_construct_to_block_reduction_opportunity_finder.h33 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 Dmtk-sha.c490 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 Dmock_storage.h24 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 Dstandby_service.h40 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 Dbackground_task_mgr_service.h51 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 Dcrypto_hash.h15 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 Dbranch-elimination.h24 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 Dnode-origin-table.h68 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 Djs-inlining-heuristic.h14 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 Djs-intrinsic-lowering.h31 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 Dwasm-inlining.h36 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 Dzone-stats.h18 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 Dheap-consistency.h27 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 Dstring-constants.h41 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 Dheap-consistency.h28 class HeapConsistency final { class
220 class V8_EXPORT V8_NODISCARD DisallowGarbageCollectionScope final { class
270 class V8_EXPORT V8_NODISCARD NoGarbageCollectionScope final { class

Completed in 16 milliseconds

1...<<11121314151617181920>>...176