| /third_party/python/Lib/encodings/ |
| H A D | zlib_codec.py | 33 def encode(self, input, final=False): 34 if final: 49 def decode(self, input, final=False): 50 if final:
|
| H A D | raw_unicode_escape.py | 21 def encode(self, input, final=False): 25 def _buffer_decode(self, input, errors, final): 26 return codecs.raw_unicode_escape_decode(input, errors, final)
|
| H A D | unicode_escape.py | 21 def encode(self, input, final=False): 25 def _buffer_decode(self, input, errors, final): 26 return codecs.unicode_escape_decode(input, errors, final)
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDeviceMemoryExternalAndroid.hpp | 61 virtual VkResult exportAndroidHardwareBuffer(AHardwareBuffer **pAhb) const override final; member in AHardwareBufferExternalMemory 67 bool hasExternalImageProperties() const override final { return true; } 68 int externalImageRowPitchBytes(VkImageAspectFlagBits aspect) const override final; member in AHardwareBufferExternalMemory 69 VkDeviceSize externalImageMemoryOffset(VkImageAspectFlagBits aspect) const override final; member in AHardwareBufferExternalMemory
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CreatePipelineAsyncTask.h | 47 void HandleShutDown() final; member 48 void HandleDeviceLoss() final; member 62 void HandleShutDown() final; member 63 void HandleDeviceLoss() final; member
|
| /third_party/skia/modules/svg/include/ |
| H A D | SkSVGFeLightSource.h | 17 void appendChild(sk_sp<SkSVGNode>) final { 28 class SkSVGFeDistantLight final : public SkSVGFeLightSource { class 47 class SkSVGFePointLight final : public SkSVGFeLightSource { class 65 class SkSVGFeSpotLight final : public SkSVGFeLightSource { class
|
| /base/msdp/device_status/intention/data/include/ |
| H A D | default_params.h | 24 struct DefaultParam final : public ParamBase { struct 33 struct DefaultReply final : public ParamBase { struct 38 struct BooleanReply final : public ParamBase { struct
|
| /base/update/updateservice/services/firmware/upgrade/install/include/ |
| H A D | firmware_sys_installer_install.h | 32 class SysInstallerInstall final : public FirmwareInstall { class 34 bool IsComponentLegal(const std::vector<FirmwareComponent> &componentList) final; member in OHOS::UpdateEngine::final 35 bool PerformInstall(const std::vector<FirmwareComponent> &componentList) final; member in OHOS::UpdateEngine::final
|
| /base/update/updateservice/services/engine/include/ |
| H A D | update_service_local_updater.h | 25 class UpdateServiceLocalUpdater final : public IServiceLocalUpdater { class 34 const std::vector<std::string> &packageNames, BusinessError &businessError) final; member in OHOS::UpdateEngine::final 37 BusinessError &businessError) final; member in OHOS::UpdateEngine::final
|
| /base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
| H A D | mock_user_idm_callback_service.h | 26 class MockIdmCallbackService final : public IdmCallbackStub { class 32 class MockIdmGetCredInfoCallbackService final : public IdmGetCredInfoCallbackStub { class 37 class MockIdmGetSecureUserInfoCallbackService final : public IdmGetSecureUserInfoCallbackStub { class
|
| H A D | mock_user_idm_client_callback.h | 26 class MockGetCredentialInfoCallback final : public GetCredentialInfoCallback { class 31 class MockGetSecUserInfoCallback final : public GetSecUserInfoCallback { class 36 class MockUserIdmClientCallback final : public UserIdmClientCallback { class
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/ |
| H A D | flutter_node_factory.h | 31 class FlutterTextFactory final : public virtual RenderNodeFactory { class 40 class FlutterImageFactory final : public virtual RenderNodeFactory { class 49 class FlutterBoxFactory final : public virtual RenderNodeFactory { class
|
| /foundation/multimodalinput/input/intention/data/include/ |
| H A D | default_params.h | 24 struct DefaultParam final : public ParamBase { struct 33 struct DefaultReply final : public ParamBase { struct 38 struct BooleanReply final : public ParamBase { struct
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | add-type-assertions-reducer.h | 19 class V8_EXPORT_PRIVATE AddTypeAssertionsReducer final class 23 ~AddTypeAssertionsReducer() final; member in v8::internal::compiler::final 32 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|
| H A D | type-narrowing-reducer.h | 19 class V8_EXPORT_PRIVATE TypeNarrowingReducer final class 23 ~TypeNarrowingReducer() final; member in v8::internal::compiler::final 29 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|
| H A D | constant-folding-reducer.h | 17 class V8_EXPORT_PRIVATE ConstantFoldingReducer final class 22 ~ConstantFoldingReducer() final; member in v8::internal::compiler::final 28 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | tracing-cpu-profiler.h | 21 class TracingCpuProfilerImpl final class 30 void OnTraceEnabled() final; member in v8::internal::final 31 void OnTraceDisabled() final; member in v8::internal::final
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_viewport.c | 161 struct pipe_scissor_state final; in r600_emit_one_scissor() local 164 final.minx = final.miny = 0; in r600_emit_one_scissor() 165 final.maxx = final.maxy = GET_MAX_SCISSOR(rctx); in r600_emit_one_scissor() 167 r600_clamp_scissor(rctx, &final, vp_scissor); in r600_emit_one_scissor() 171 r600_clip_scissor(&final, scissor); in r600_emit_one_scissor() 173 evergreen_apply_scissor_bug_workaround(rctx, &final); in r600_emit_one_scissor() 175 radeon_emit(cs, S_028250_TL_X(final.minx) | in r600_emit_one_scissor() 176 S_028250_TL_Y(final in r600_emit_one_scissor() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceGlobalInits.h | 147 void dumpType(Ostream &Stream) const final; member in Ice::FunctionDeclaration 148 void dump(Ostream &Stream) const final; member in Ice::FunctionDeclaration 149 bool getSuppressMangling() const final { return isExternal() && IsProto; } 227 SizeT getNumBytes() const final { return ContentsSize; } 228 void dump(Ostream &Stream) const final; member in Ice::VariableDeclaration::DataInitializer 272 SizeT getNumBytes() const final { return Size; } 273 void dump(Ostream &Stream) const final; member in Ice::VariableDeclaration::ZeroInitializer 326 SizeT getNumBytes() const final { return RelocAddrSize; } 327 void dump(Ostream &Stream) const final; member in Ice::VariableDeclaration::RelocInitializer 328 void dumpType(Ostream &Stream) const final; member in Ice::VariableDeclaration::RelocInitializer 414 void dumpType(Ostream &Stream) const final; global() member in Ice::VariableDeclaration [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | field_mask.pb.h | 132 inline FieldMask* New() const final { 136 FieldMask* 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...] |
| H A D | any.pb.h | 165 inline Any* New() const final { 169 Any* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { 172 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL 173 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; member in PROTOBUF_FINAL 176 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; member in PROTOBUF_FINAL 177 bool IsInitialized() const final; member in PROTOBUF_FINAL 179 size_t ByteSizeLong() const final; member in PROTOBUF_FINAL 180 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; member in PROTOBUF_FINAL 182 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; member in PROTOBUF_FINAL 183 int GetCachedSize() const final { retur 188 void SetCachedSize(int size) const final; global() member in PROTOBUF_FINAL 201 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; global() member in PROTOBUF_FINAL [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/ |
| H A D | audio_affinity_parser.h | 39 bool LoadConfiguration() final; member in OHOS::AudioStandard::audioAffinityParser 40 bool Parse() final; member in OHOS::AudioStandard::audioAffinityParser 41 void Destroy() final; member in OHOS::AudioStandard::audioAffinityParser
|
| /foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
| H A D | media_synchronous_sink.h | 35 void WaitAllPrerolled(bool shouldWait) final; member in OHOS::Media::Pipeline::MediaSynchronousSink 36 int8_t GetPriority() final; member in OHOS::Media::Pipeline::MediaSynchronousSink 38 void NotifyAllPrerolled() final; member in OHOS::Media::Pipeline::MediaSynchronousSink
|
| /foundation/multimedia/media_foundation/engine/pipeline/filters/sink/ |
| H A D | media_synchronous_sink.h | 29 void WaitAllPrerolled(bool shouldWait) final; member in OHOS::Media::Pipeline::MediaSynchronousSink 30 int8_t GetPriority() final; member in OHOS::Media::Pipeline::MediaSynchronousSink 32 void NotifyAllPrerolled() final; member in OHOS::Media::Pipeline::MediaSynchronousSink
|
| /third_party/skia/src/gpu/ |
| H A D | GrDDLTask.h | 22 class GrDDLTask final : public GrRenderTask { class 63 bool close) const final; member in final 64 const char* name() const final { return "DDL"; }
|