/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.h | 46 struct SurfaceState final : private angle::NonCopyable struct 284 class WindowSurface final : public Surface class 295 class PbufferSurface final : public Surface class 313 class PixmapSurface final : public Surface class 326 class SurfaceDeleter final class
|
H A D | CLBuffer.h | 16 class Buffer final : public Memory class 34 MemObjectType getType() const final; member in cl::final
|
H A D | Compiler.h | 31 class Compiler final : public RefCountObjectNoID class 51 class ShCompilerInstance final : public angle::NonCopyable class
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 342 class StackVariable final : public Variable { class 1229 class InstARM32Pop final : public InstARM32RegisterStackOp { class 1242 virtual const char *getGPROpcode() const final; member in Ice::ARM32::final 1243 virtual const char *getSRegOpcode() const final; member in Ice::ARM32::final 1244 Variable *getStackReg(SizeT Index) const final; member in Ice::ARM32::final 1245 SizeT getNumStackRegs() const final; member in Ice::ARM32::final 1247 const Variable *Reg) const final; member in Ice::ARM32::final 1249 IValueT Registers) const final; member in Ice::ARM32::final 1251 SizeT RegCount) const final; member in Ice::ARM32::final 1257 class InstARM32Push final class 1270 const char *getGPROpcode() const final; global() member in Ice::ARM32::final 1271 const char *getSRegOpcode() const final; global() member in Ice::ARM32::final 1272 Variable *getStackReg(SizeT Index) const final; global() member in Ice::ARM32::final 1273 SizeT getNumStackRegs() const final; global() member in Ice::ARM32::final 1275 const Variable *Reg) const final; global() member in Ice::ARM32::final 1277 IValueT Registers) const final; global() member in Ice::ARM32::final 1279 SizeT RegCount) const final; global() member in Ice::ARM32::final 1312 class InstARM32Str final : public InstARM32Pred { global() class 1337 class InstARM32Strex final : public InstARM32Pred { global() class 1362 class InstARM32Vstr1 final : public InstARM32Pred { global() class 1388 class InstARM32Vdup final : public InstARM32Pred { global() class 1456 class InstARM32Vcvt final : public InstARM32Pred { global() class 1496 class InstARM32Mov final : public InstARM32Pred { global() class 1539 class InstARM32Extract final : public InstARM32Pred { global() class 1568 class InstARM32Insert final : public InstARM32Pred { global() class 1595 class InstARM32Vcmp final : public InstARM32Pred { global() class 1623 class InstARM32Vmrs final : public InstARM32Pred { global() class 1641 class InstARM32Vabs final : public InstARM32Pred { global() class 1662 class InstARM32Dmb final : public InstARM32Pred { global() class 1680 class InstARM32Nop final : public InstARM32Pred { global() class [all...] |
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 105 csr.final = 1; in starfive_hash_start() 612 .base.final = starfive_hash_final, 641 .base.final = starfive_hash_final, 671 .base.final = starfive_hash_final, 700 .base.final = starfive_hash_final, 730 .base.final = starfive_hash_final, 759 .base.final = starfive_hash_final, 789 .base.final = starfive_hash_final, 818 .base.final = starfive_hash_final, 848 .base.final [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 812 struct Name##Operator final : public Operator { \ 820 struct NormalWord32SarOperator final : public Operator1<ShiftKind> { struct 827 struct ShiftOutZerosWord32SarOperator final : public Operator1<ShiftKind> { struct 834 struct NormalWord64SarOperator final : public Operator1<ShiftKind> { struct 841 struct ShiftOutZerosWord64SarOperator final : public Operator1<ShiftKind> { struct 849 struct ArchitectureDefaultTruncateFloat32ToUint32Operator final struct 859 struct SetOverflowToMinTruncateFloat32ToUint32Operator final struct 870 struct ArchitectureDefaultTruncateFloat32ToInt32Operator final struct 880 struct SetOverflowToMinTruncateFloat32ToInt32Operator final struct 891 struct ArchitectureDefaultTruncateFloat64ToInt64Operator final struct 900 struct SetOverflowToMinTruncateFloat64ToInt64Operator final global() struct 1272 struct UnsafePointerAddOperator final : public Operator { global() struct 1299 struct I8x16SwizzleOperator final : public Operator1<bool> { global() struct 1305 struct I8x16RelaxedSwizzleOperator final : public Operator1<bool> { global() struct [all...] |
H A D | compiler-source-position-table.cc | 13 class SourcePositionTable::Decorator final : public GraphDecorator { class 18 void Decorate(Node* node) final {
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_local_live_view_subscriber.h | 52 class SubscriberLocalLiveViewImpl final : public AnsSubscriberLocalLiveViewStub { class in OHOS::Notification::NotificationLocalLiveViewSubscriber 54 class DeathRecipient final : public IRemoteObject::DeathRecipient { class in OHOS::Notification::NotificationLocalLiveViewSubscriber::final
|
/base/update/updateservice/foundations/ability/log/src/test/unittest/src/ |
H A D | update_log_test.cpp | 28 void SetUp() final {}; 29 void TearDown() final {};
|
/base/update/updateservice/services/firmware/data/db/include/ |
H A D | firmware_task_operator.h | 35 class FirmwareTaskOperator final : public TableBaseOperator<FirmwareTaskTable, FirmwareTask> { class 37 class FirmwareTaskOperator final {
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | touch_event.h | 27 struct TouchPoint final { struct 36 struct TouchEventInfo final { struct
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-metatests.sh | 10 metatest is expected to report a failure. The final line should be 13 If something goes wrong: the final line should be
|
/third_party/node/src/crypto/ |
H A D | crypto_hkdf.h | 14 struct HKDFConfig final : public MemoryRetainer { struct 33 struct HKDFTraits final { struct
|
H A D | crypto_scrypt.h | 27 struct ScryptConfig final : public MemoryRetainer { struct 48 struct ScryptTraits final { struct
|
H A D | crypto_pbkdf2.h | 27 struct PBKDF2Config final : public MemoryRetainer { struct 46 struct PBKDF2Traits final { struct
|
/third_party/node/benchmark/crypto/ |
H A D | aes-gcm-throughput.js | 29 alice.final(); 35 bob.final();
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | caged-heap-local-data.h | 28 class AgeTable final { class 66 struct CagedHeapLocalData final { struct
|
/third_party/python/Lib/encodings/ |
H A D | quopri_codec.py | 31 def encode(self, input, final=False): 35 def decode(self, input, final=False):
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | MemoryBuffer.h | 20 class MemoryBuffer final : NonCopyable class 59 class ScratchBuffer final : NonCopyable
|
/third_party/skia/src/gpu/ |
H A D | GrTransferFromRenderTask.h | 13 class GrTransferFromRenderTask final : public GrRenderTask { class 43 const char* name() const final { return "TransferFrom"; }
|
H A D | GrEagerVertexAllocator.h | 57 // Mark "final" as a hint for the compiler to not use the vtable. 58 void* lock(size_t stride, int eagerCount) final; member in GrEagerDynamicVertexAllocator 60 // Mark "final" as a hint for the compiler to not use the vtable. 61 void unlock(int actualCount) final; member in GrEagerDynamicVertexAllocator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | SwapChainMTL.h | 30 class OldSwapChain final : public OldSwapChainBase { class 41 class SwapChain final : public NewSwapChainBase { class
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | EnumMaskIterator.h | 24 class EnumMaskIterator final { class 36 class Iterator final {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.h | 24 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef { class 46 class DebugCrossModuleExportsSubsection final : public DebugSubsection { class
|
H A D | DebugFrameDataSubsection.h | 20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef { class 41 class DebugFrameDataSubsection final : public DebugSubsection { class
|