Home
last modified time | relevance | path

Searched refs:final (Results 1 - 25 of 2877) sorted by relevance

12345678910>>...116

/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h29 class UpdateServiceKitsImpl final : public UpdateServiceKits, class
37 int32_t RegisterUpdateCallback(const UpgradeInfo &info, const UpdateCallbackInfo &cb) final; member in OHOS::UpdateEngine::final
39 int32_t UnregisterUpdateCallback(const UpgradeInfo &info) final; member in OHOS::UpdateEngine::final
41 int32_t CheckNewVersion(const UpgradeInfo &info, BusinessError &businessError, CheckResult &checkResult) final; member in OHOS::UpdateEngine::final
44 const DownloadOptions &downloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
47 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
50 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
53 const UpgradeOptions &upgradeOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
56 const ClearOptions &clearOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
58 int32_t TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
61 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
65 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
68 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
71 VersionDescriptionInfo &currentVersionDescriptionInfo, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
73 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
75 int32_t SetUpgradePolicy(const UpgradeInfo &info, const UpgradePolicy &policy, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
77 int32_t GetUpgradePolicy(const UpgradeInfo &info, UpgradePolicy &policy, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
79 int32_t Cancel(const UpgradeInfo &info, int32_t service, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
81 int32_t FactoryReset(BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
84 const std::vector<std::string> &packageNames, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
87 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-visitor.h29 void Visit(const void*, TraceDescriptor) final; member in cppgc::internal::MarkingVisitorBase
30 void VisitWeak(const void*, TraceDescriptor, WeakCallback, const void*) final; member in cppgc::internal::MarkingVisitorBase
31 void VisitEphemeron(const void*, const void*, TraceDescriptor) final; member in cppgc::internal::MarkingVisitorBase
34 const void* data) final; member in cppgc::internal::MarkingVisitorBase
35 void RegisterWeakCallback(WeakCallback, const void*) final; member in cppgc::internal::MarkingVisitorBase
36 void HandleMovableReference(const void**) final; member in cppgc::internal::MarkingVisitorBase
47 void VisitRoot(const void*, TraceDescriptor, const SourceLocation&) final; member in cppgc::internal::MutatorMarkingVisitor
49 const SourceLocation&) final; member in cppgc::internal::MutatorMarkingVisitor
52 class V8_EXPORT_PRIVATE ConcurrentMarkingVisitor final class
59 void VisitRoot(const void*, TraceDescriptor, const SourceLocation&) final {
68 size_t) final; global() member in cppgc::internal::final
78 void VisitFullyConstructedConservatively(HeapObjectHeader&) final; global() member in cppgc::internal::ConservativeMarkingVisitor
80 TraceConservativelyCallback) final; global() member in cppgc::internal::ConservativeMarkingVisitor
81 void VisitPointer(const void*) final; global() member in cppgc::internal::ConservativeMarkingVisitor
[all...]
H A Dheap.h19 class V8_EXPORT_PRIVATE Heap final : public HeapBase, class
30 ~Heap() final; member in cppgc::internal::final
35 void CollectGarbage(Config) final; member in cppgc::internal::final
36 void StartIncrementalGarbageCollection(Config) final; member in cppgc::internal::final
39 size_t epoch() const final { return epoch_; }
40 const EmbedderStackState* override_stack_state() const final {
50 void FinalizeIncrementalGarbageCollectionIfNeeded(Config::StackState) final; member in cppgc::internal::final
52 void StartIncrementalGarbageCollectionForTesting() final; member in cppgc::internal::final
53 void FinalizeIncrementalGarbageCollectionForTesting(EmbedderStackState) final; member in cppgc::internal::final
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits_impl.h25 class ModuleUpdateKitsImpl final : public ModuleUpdateKits, class
31 int32_t InitModuleUpdate() final; member in OHOS::SysInstaller::final
32 int32_t InstallModulePackage(const std::string &pkgPath) final; member in OHOS::SysInstaller::final
33 int32_t UninstallModulePackage(const std::string &hmpName) final; member in OHOS::SysInstaller::final
35 std::list<ModulePackageInfo> &modulePackageInfos) final; member in OHOS::SysInstaller::final
36 int32_t ExitModuleUpdate() final; member in OHOS::SysInstaller::final
38 std::vector<HmpVersionInfo> GetHmpVersionInfo() final; member in OHOS::SysInstaller::final
40 sptr<ISysInstallerCallbackFunc> callback) final; member in OHOS::SysInstaller::final
41 std::vector<HmpUpdateInfo> GetHmpUpdateResult() final; member in OHOS::SysInstaller::final
43 void LoadServiceSuccess() final; member in OHOS::SysInstaller::final
44 void LoadServiceFail() final; global() member in OHOS::SysInstaller::final
51 class DeathRecipient final : public IRemoteObject::DeathRecipient { global() class in OHOS::SysInstaller::final
54 ~DeathRecipient() final = default; global() member in OHOS::SysInstaller::final::final
56 void OnRemoteDied(const wptr<IRemoteObject> &remote) final; global() member in OHOS::SysInstaller::final::final
[all...]
/third_party/skia/src/gpu/
H A DGrOpFlushState.h27 class GrOpFlushState final : public GrDeferredUploadTarget, public GrMeshDrawTarget { class
35 ~GrOpFlushState() final { this->reset(); }
122 const GrTokenTracker* tokenTracker() final { return fTokenTracker; }
123 GrDeferredUploadToken addInlineUpload(GrDeferredTextureUploadFn&&) final; member in final
124 GrDeferredUploadToken addASAPUpload(GrDeferredTextureUploadFn&&) final; member in final
131 GrPrimitiveType) final; member in final
133 int* startVertex) final; member in final
134 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final; member in final
137 int* actualVertexCount) final; member in final
140 int* actualIndexCount) final; member in final
150 void putBackIndices(int indexCount) final; global() member in final
151 void putBackVertices(int vertices, size_t vertexStride) final; global() member in final
164 GrAppliedClip detachAppliedClip() final; global() member in final
178 const GrCaps& caps() const final; global() member in final
179 GrThreadSafeCache* threadSafeCache() const final; global() member in final
182 GrStrikeCache* strikeCache() const final; global() member in final
186 GrAtlasManager* atlasManager() const final; global() member in final
187 skgpu::v1::SmallPathAtlasMgr* smallPathAtlasManager() const final; global() member in final
[all...]
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h28 class UpdateServiceImplFirmware final : public IServiceOnlineUpdater { class
36 int32_t CheckNewVersion(const UpgradeInfo &info, BusinessError &businessError, CheckResult &checkResult) final; member in OHOS::UpdateEngine::final
39 const DownloadOptions &downloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
42 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
45 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
48 const UpgradeOptions &upgradeOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
51 const ClearOptions &clearOptions, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
53 int32_t TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
56 const UpgradeInfo &info, NewVersionInfo &newVersionInfo, BusinessError &businessError) final; member in OHOS::UpdateEngine::final
60 BusinessError &businessError) final; member in OHOS::UpdateEngine::final
63 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
66 VersionDescriptionInfo &currentVersionDescriptionInfo, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
68 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
71 BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
73 int32_t GetUpgradePolicy(const UpgradeInfo &info, UpgradePolicy &policy, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
75 int32_t Cancel(const UpgradeInfo &info, int32_t service, BusinessError &businessError) final; global() member in OHOS::UpdateEngine::final
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto-cipher-decipher.js31 ciph += cipher.final('hex');
35 txt += decipher.final('utf8');
67 ciph += cipher.final('base64');
71 txt += decipher.final('utf8');
153 const s = c.update('test', 'utf8', 'base64') + c.final('base64');
157 // Calling Cipher.final() or Decipher.final() twice should error but
161 try { c.final('xxx'); } catch { /* Ignore. */ }
162 try { c.final('xxx'); } catch { /* Ignore. */ }
163 try { c.final('xx
[all...]
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h28 class OhosAccountKitsImpl final : public OhosAccountKits { class
33 const std::string& eventStr) final; member in OHOS::AccountSA::final
35 const std::string &eventStr) final; member in OHOS::AccountSA::final
37 const int32_t userId, const OhosAccountInfo& ohosAccountInfo, const std::string& eventStr) final; member in OHOS::AccountSA::final
38 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfo() final; member in OHOS::AccountSA::final
40 ErrCode GetOhosAccountInfo(OhosAccountInfo &accountInfo) final; member in OHOS::AccountSA::final
41 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo) final; member in OHOS::AccountSA::final
42 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) final; member in OHOS::AccountSA::final
44 ErrCode QueryDeviceAccountId(std::int32_t& accountId) final; member in OHOS::AccountSA::final
45 std::int32_t GetDeviceAccountIdByUID(std::int32_t& uid) final; member in OHOS::AccountSA::final
47 const std::shared_ptr<DistributedAccountSubscribeCallback> &callback) final; global() member in OHOS::AccountSA::final
49 const std::shared_ptr<DistributedAccountSubscribeCallback> &callback) final; global() member in OHOS::AccountSA::final
61 class DeathRecipient final : public IRemoteObject::DeathRecipient { global() class in OHOS::AccountSA::final
64 ~DeathRecipient() final = default; global() member in OHOS::AccountSA::final::final
67 void OnRemoteDied(const wptr<IRemoteObject>& remote) final; global() member in OHOS::AccountSA::final::final
[all...]
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-visitor.h44 void Visit(const void*, TraceDescriptor) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
45 void VisitWeak(const void*, TraceDescriptor, WeakCallback, const void*) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
46 void VisitEphemeron(const void*, const void*, TraceDescriptor) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
49 const void* data) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
50 void RegisterWeakCallback(WeakCallback, const void*) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
51 void HandleMovableReference(const void**) final; member in v8::internal::UnifiedHeapMarkingVisitorBase
70 void VisitRoot(const void*, TraceDescriptor, const SourceLocation&) final; member in v8::internal::MutatorUnifiedHeapMarkingVisitor
72 const SourceLocation&) final; member in v8::internal::MutatorUnifiedHeapMarkingVisitor
75 class V8_EXPORT_PRIVATE MutatorMinorGCMarkingVisitor final class
84 void Visit(const TracedReferenceBase&) final {}
87 class V8_EXPORT_PRIVATE ConcurrentUnifiedHeapMarkingVisitor final global() class
104 size_t) final; global() member in v8::internal::final
[all...]
H A Dcpp-heap.h33 class V8_EXPORT_PRIVATE CppHeap final class
49 class MetricRecorderAdapter final : public cppgc::internal::MetricRecorder { class in v8::internal::final
55 void AddMainThreadEvent(const GCCycle& cppgc_event) final; member in v8::internal::final::final
56 void AddMainThreadEvent(const MainThreadIncrementalMark& cppgc_event) final; member in v8::internal::final::final
58 const MainThreadIncrementalSweep& cppgc_event) final; member in v8::internal::final::final
95 class PauseConcurrentMarkingScope final { class in v8::internal::final
115 ~CppHeap() final; member in v8::internal::final
152 void AllocatedObjectSizeIncreased(size_t) final; member in v8::internal::final
153 void AllocatedObjectSizeDecreased(size_t) final; member in v8::internal::final
154 void ResetAllocatedObjectSize(size_t) final {}
176 void StartIncrementalGarbageCollectionForTesting() final; global() member in v8::internal::final
178 cppgc::EmbedderStackState) final; global() member in v8::internal::final
[all...]
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Dnone_io_waiter.h29 class NoneIoWaiter final : public IoWaiter { class
32 ~NoneIoWaiter() final; member in OHOS::AppExecFwk::final
35 LOCAL_API bool WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) final; member in OHOS::AppExecFwk::final
37 LOCAL_API void NotifyOne() final; member in OHOS::AppExecFwk::final
38 LOCAL_API void NotifyAll() final; member in OHOS::AppExecFwk::final
40 LOCAL_API bool SupportListeningFileDescriptor() const final; member in OHOS::AppExecFwk::final
43 const std::shared_ptr<FileDescriptorListener>& listener, EventQueue::Priority priority) final; member in OHOS::AppExecFwk::final
44 void RemoveFileDescriptor(int32_t fileDescriptor) final; member in OHOS::AppExecFwk::final
46 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final; member in OHOS::AppExecFwk::final
H A Depoll_io_waiter.h35 class EpollIoWaiter final : public IoWaiter { class
38 ~EpollIoWaiter() final; member in OHOS::AppExecFwk::final
48 LOCAL_API bool WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) final; member in OHOS::AppExecFwk::final
50 LOCAL_API void NotifyOne() final; member in OHOS::AppExecFwk::final
51 LOCAL_API void NotifyAll() final; member in OHOS::AppExecFwk::final
52 bool SupportListeningFileDescriptor() const final; member in OHOS::AppExecFwk::final
55 const std::shared_ptr<FileDescriptorListener>& listener, EventQueue::Priority priority) final; member in OHOS::AppExecFwk::final
56 void RemoveFileDescriptor(int32_t fileDescriptor) final; member in OHOS::AppExecFwk::final
58 LOCAL_API void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final; member in OHOS::AppExecFwk::final
/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.h164 inline DoubleValue* New() const final {
168 DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
171 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL
172 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL
175 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; member in PROTOBUF_FINAL
176 bool IsInitialized() const final; member in PROTOBUF_FINAL
178 size_t ByteSizeLong() const final; member in PROTOBUF_FINAL
179 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; member in PROTOBUF_FINAL
181 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; member in PROTOBUF_FINAL
182 int GetCachedSize() const final { retur
187 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
200 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
308 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
309 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
312 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
313 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
315 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
316 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
318 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
324 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
337 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
445 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
446 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
449 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
450 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
452 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
453 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
455 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
461 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
474 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
582 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
583 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
586 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
587 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
589 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
590 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
592 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
598 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
611 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
719 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
720 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
723 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
724 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
726 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
727 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
729 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
735 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
748 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
856 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
857 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
860 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
861 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
863 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
864 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
866 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
872 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
885 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
993 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
994 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
997 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
998 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
1000 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
1001 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
1003 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
1009 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
1022 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
1130 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
1131 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
1134 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
1135 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
1137 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
1138 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
1140 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
1146 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
1159 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
1274 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
1275 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; global() member in PROTOBUF_FINAL
1278 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; global() member in PROTOBUF_FINAL
1279 bool IsInitialized() const final; global() member in PROTOBUF_FINAL
1281 size_t ByteSizeLong() const final; global() member in PROTOBUF_FINAL
1282 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; global() member in PROTOBUF_FINAL
1284 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; global() member in PROTOBUF_FINAL
1290 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
1303 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
[all...]
H A Dempty.pb.h132 inline Empty* New() const final {
136 Empty* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
139 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL
140 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL
143 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; member in PROTOBUF_FINAL
144 bool IsInitialized() const final; member in PROTOBUF_FINAL
146 size_t ByteSizeLong() const final; member in PROTOBUF_FINAL
147 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; member in PROTOBUF_FINAL
149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; member in PROTOBUF_FINAL
150 int GetCachedSize() const final { retur
155 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL
168 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.h220 void traverse(TIntermTraverser *it) final; member in sh::TIntermLoop
221 bool visit(Visit visit, TIntermTraverser *it) final; member in sh::TIntermLoop
223 size_t getChildCount() const final; member in sh::TIntermLoop
224 TIntermNode *getChildNode(size_t index) const final; member in sh::TIntermLoop
260 bool visit(Visit visit, TIntermTraverser *it) final; member in sh::TIntermBranch
262 size_t getChildCount() const final; member in sh::TIntermBranch
263 TIntermNode *getChildNode(size_t index) const final; member in sh::TIntermBranch
301 void traverse(TIntermTraverser *it) final; member in sh::TIntermSymbol
302 bool visit(Visit visit, TIntermTraverser *it) final; member in sh::TIntermSymbol
304 size_t getChildCount() const final; member in sh::TIntermSymbol
305 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermSymbol
377 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermConstantUnion
378 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermConstantUnion
380 size_t getChildCount() const final; global() member in sh::TIntermConstantUnion
381 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermConstantUnion
454 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermSwizzle
456 size_t getChildCount() const final; global() member in sh::TIntermSwizzle
457 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermSwizzle
506 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermBinary
507 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermBinary
509 size_t getChildCount() const final; global() member in sh::TIntermBinary
510 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermBinary
552 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermUnary
553 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermUnary
555 size_t getChildCount() const final; global() member in sh::TIntermUnary
556 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermUnary
634 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermAggregate
635 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermAggregate
637 size_t getChildCount() const final; global() member in sh::TIntermAggregate
638 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermAggregate
690 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermBlock
691 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermBlock
693 size_t getChildCount() const final; global() member in sh::TIntermBlock
694 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermBlock
730 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermFunctionPrototype
731 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermFunctionPrototype
733 size_t getChildCount() const final; global() member in sh::TIntermFunctionPrototype
734 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermFunctionPrototype
769 void traverse(TIntermTraverser *it) final; global() member in sh::TIntermFunctionDefinition
770 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermFunctionDefinition
772 size_t getChildCount() const final; global() member in sh::TIntermFunctionDefinition
773 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermFunctionDefinition
803 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermDeclaration
805 size_t getChildCount() const final; global() member in sh::TIntermDeclaration
806 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermDeclaration
849 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermGlobalQualifierDeclaration
855 size_t getChildCount() const final; global() member in sh::TIntermGlobalQualifierDeclaration
856 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermGlobalQualifierDeclaration
879 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermTernary
881 size_t getChildCount() const final; global() member in sh::TIntermTernary
882 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermTernary
919 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermIfElse
921 size_t getChildCount() const final; global() member in sh::TIntermIfElse
922 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermIfElse
949 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermSwitch
951 size_t getChildCount() const final; global() member in sh::TIntermSwitch
952 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermSwitch
980 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::TIntermCase
982 size_t getChildCount() const final; global() member in sh::TIntermCase
983 TIntermNode *getChildNode(size_t index) const final; global() member in sh::TIntermCase
1011 class TIntermPreprocessorDirective final : public TIntermNode global() class
1016 ~TIntermPreprocessorDirective() final; global() member in sh::final
1018 void traverse(TIntermTraverser *it) final; global() member in sh::final
1019 bool visit(Visit visit, TIntermTraverser *it) final; global() member in sh::final
1023 size_t getChildCount() const final; global() member in sh::final
1024 TIntermNode *getChildNode(size_t index) const final; global() member in sh::final
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_conditionaljumptracker.cpp55 virtual void fixup_pop(r600_bytecode_cf *final) = 0;
63 void fixup_pop(r600_bytecode_cf *final) override;
69 void fixup_pop(r600_bytecode_cf *final) override;
110 bool ConditionalJumpTracker::pop(r600_bytecode_cf *final, JumpType type) in pop() argument
119 frame.fixup_pop(final); in pop()
164 void IfFrame::fixup_pop(r600_bytecode_cf *final) in fixup_pop() argument
167 unsigned offset = final->eg_alu_extended ? 4 : 2; in fixup_pop()
169 src->cf_addr = final->id + offset; in fixup_pop()
182 void LoopFrame::fixup_pop(r600_bytecode_cf *final) in fixup_pop() argument
185 final in fixup_pop()
[all...]
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_database.h29 class FirmwareDatabase final : public SqliteDb, DelayedSingleton<FirmwareDatabase> { class
32 class FirmwareDatabase final {
36 std::string GetDbName() final; member in OHOS::UpdateEngine::final
37 int32_t GetDbVersion() final; member in OHOS::UpdateEngine::final
38 void InitDbStoreDir() final; member in OHOS::UpdateEngine::final
39 std::string GetDbStoreDir() final; member in OHOS::UpdateEngine::final
40 NativeRdb::RdbOpenCallback &GetDbOpenCallback() final; member in OHOS::UpdateEngine::final
/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h58 struct StartDragParam final : public ParamBase { struct
74 struct StopDragParam final : public ParamBase { struct
84 struct SetDragWindowVisibleParam final : public ParamBase { struct
95 struct UpdateDragStyleParam final : public ParamBase { struct
106 struct UpdateShadowPicParam final : public ParamBase { struct
126 struct GetUdKeyReply final : public ParamBase { struct
136 struct GetShadowOffsetReply final : public ParamBase { struct
148 struct UpdatePreviewStyleParam final : public ParamBase { struct
158 struct UpdatePreviewAnimationParam final : public ParamBase { struct
169 struct RotateDragWindowSyncParam final struct
179 struct SetDragWindowScreenIdParam final : public ParamBase { global() struct
190 struct AddDraglistenerParam final : public ParamBase { global() struct
200 struct RemoveDraglistenerParam final : public ParamBase { global() struct
210 struct GetDragSummaryParam final : public ParamBase { global() struct
220 struct GetDragSummaryReply final : public ParamBase { global() struct
230 struct GetDragStateReply final : public ParamBase { global() struct
242 struct GetDragActionReply final : public ParamBase { global() struct
252 struct GetExtraInfoReply final : public ParamBase { global() struct
262 struct AddSelectedPixelMapParam final : public ParamBase { global() struct
[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGFeLighting.h31 std::vector<SkSVGFeInputType> getInputs() const final { return {this->getIn()}; }
36 const SkSVGFilterContext&) const final; member in SkSVGFeLighting
62 class SkSVGFeSpecularLighting final : public SkSVGFeLighting { class
76 const SkSVGFeDistantLight*) const final; member in final
80 const SkSVGFePointLight*) const final; member in final
84 const SkSVGFeSpotLight*) const final; member in final
92 class SkSVGFeDiffuseLighting final : public SkSVGFeLighting { class
105 const SkSVGFeDistantLight*) const final; member in final
109 const SkSVGFePointLight*) const final; member in final
113 const SkSVGFeSpotLight*) const final; member in final
[all...]
/base/update/updateservice/services/startup/access/include/
H A Daccess_manager.h42 class AccessManager final : public IAccessManager, public DelayedSingleton<AccessManager> { class
46 bool IsIdle() final; member in OHOS::UpdateEngine::final
47 std::vector<ScheduleTask> GetScheduleTasks() final; member in OHOS::UpdateEngine::final
48 bool Exit() final; member in OHOS::UpdateEngine::final
50 bool Register(AccessType type, const std::shared_ptr<IAccess> &access) final; member in OHOS::UpdateEngine::final
51 bool Unregister(AccessType type) final; member in OHOS::UpdateEngine::final
52 void SetRemoteIdle(bool isRemoteIdle) final; member in OHOS::UpdateEngine::final
H A Dfirmware_access.h25 class FirmwareAccess final : public IAccess, public DelayedSingleton<FirmwareAccess> { class
29 void Init(StartupReason startupReason) final; member in OHOS::UpdateEngine::final
30 bool IsIdle() final; member in OHOS::UpdateEngine::final
31 std::vector<ScheduleTask> GetScheduleTasks() final; member in OHOS::UpdateEngine::final
32 bool Exit() final; member in OHOS::UpdateEngine::final
/third_party/python/Modules/clinic/
H A D_codecsmodule.c.h348 "utf_7_decode($module, data, errors=None, final=False, /)\n"
357 const char *errors, int final);
365 int final = 0; in _codecs_utf_7_decode() local
401 final = _PyLong_AsInt(args[2]); in _codecs_utf_7_decode()
402 if (final == -1 && PyErr_Occurred()) { in _codecs_utf_7_decode()
406 return_value = _codecs_utf_7_decode_impl(module, &data, errors, final); in _codecs_utf_7_decode()
418 "utf_8_decode($module, data, errors=None, final=False, /)\n"
427 const char *errors, int final);
435 int final = 0; in _codecs_utf_8_decode() local
471 final in _codecs_utf_8_decode()
505 int final = 0; _codecs_utf_16_decode() local
575 int final = 0; _codecs_utf_16_le_decode() local
645 int final = 0; _codecs_utf_16_be_decode() local
717 int final = 0; _codecs_utf_16_ex_decode() local
794 int final = 0; _codecs_utf_32_decode() local
864 int final = 0; _codecs_utf_32_le_decode() local
934 int final = 0; _codecs_utf_32_be_decode() local
1006 int final = 0; _codecs_utf_32_ex_decode() local
1083 int final = 1; _codecs_unicode_escape_decode() local
1163 int final = 1; _codecs_raw_unicode_escape_decode() local
1436 int final = 0; _codecs_mbcs_decode() local
1510 int final = 0; _codecs_oem_decode() local
1585 int final = 0; _codecs_code_page_decode() local
[all...]
/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.h19 class PathWedgeTessellator final : public PathTessellator { class
32 int patchPreallocCount(int totalCombinedPathVerbCnt) const final; member in skgpu::final
37 const PathDrawList&) final; member in skgpu::final
57 void prepareFixedCountBuffers(GrMeshDrawTarget*) final; member in skgpu::final
59 void drawTessellated(GrOpFlushState*) const final; member in skgpu::final
60 void drawFixedCount(GrOpFlushState*) const final; member in skgpu::final
/third_party/skia/modules/sksg/include/
H A DSkSGGeometryEffect.h28 void onClip(SkCanvas*, bool antiAlias) const final; member in sksg::GeometryEffect
29 void onDraw(SkCanvas*, const SkPaint&) const final; member in sksg::GeometryEffect
30 bool onContains(const SkPoint&) const final; member in sksg::GeometryEffect
32 SkRect onRevalidate(InvalidationController*, const SkMatrix&) final; member in sksg::GeometryEffect
33 SkPath onAsPath() const final; member in sksg::GeometryEffect
47 class TrimEffect final : public GeometryEffect { class
72 class GeometryTransform final : public GeometryEffect { class
102 class DashEffect final : public GeometryEffect { class
125 class RoundEffect final : public GeometryEffect { class
146 class OffsetEffect final class
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dhap_token_info.h55 class HapInfoParams final { class
78 class UpdateHapInfoParams final { class
92 class HapTokenInfo final { class
121 class HapTokenInfoForSync final { class
132 class HapBaseInfo final { class
143 class PreAuthorizationInfo final { class
152 class HapPolicyParams final { class

Completed in 12 milliseconds

12345678910>>...116