| /third_party/skia/src/core/ |
| H A D | SkMallocPixelRef.cpp | 47 struct PixelRef final : public SkPixelRef { in MakeAllocate() struct 67 struct PixelRef final : public SkPixelRef { in MakeWithData() struct
|
| /third_party/skia/src/sksl/analysis/ |
| H A D | SkSLProgramVisitor.h | 73 // ProgramVisitors shouldn't need access to unique_ptrs, and marking these as final should help 75 bool visitExpressionPtr(const std::unique_ptr<Expression>& e) final { 78 bool visitStatementPtr(const std::unique_ptr<Statement>& s) final {
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkTwoPointConicalGradient.h | 13 class SkTwoPointConicalGradient final : public SkGradientShaderBase { class 73 skvm::Coord coord, skvm::I32* mask) const final; member in final
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| H A D | TextureMTL.h | 37 class Texture final : public TextureBase { class 79 class TextureView final : public TextureViewBase { class
|
| /third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
| H A D | ClientBase.h | 52 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const final { 60 WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const final {
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | SwapChainD3D12.h | 28 class OldSwapChain final : public OldSwapChainBase { class 41 class SwapChain final : public NewSwapChainBase { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugChecksumsSubsection.h | 49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef { class 75 class DebugChecksumsSubsection final : public DebugSubsection { class
|
| H A D | DebugCrossImpSubsection.h | 47 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef { class 69 class DebugCrossModuleImportsSubsection final : public DebugSubsection { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LambdaResolver.h | 41 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final { 45 JITSymbol findSymbol(const std::string &Name) final {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 67 class InstrProfSummaryBuilder final : public ProfileSummaryBuilder { class 81 class SampleProfileSummaryBuilder final : public ProfileSummaryBuilder { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | MD5.h | 91 void final(MD5Result &Result); 115 Hash.final(Result); in MD5Hash()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.h | 29 class GCNMaxOccupancySchedStrategy final : public GenericScheduler { class 65 class GCNScheduleDAGMILive final : public ScheduleDAGMILive { class
|
| /third_party/python/Lib/encodings/ |
| H A D | charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
| /third_party/skia/gm/verifiers/ |
| H A D | gmverifier.h | 143 VerifierResult verifyWithGold(const SkIRect&, const SkBitmap&, const SkBitmap&) final { 156 VerifierResult verify(const SkIRect&, const SkBitmap&) final {
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Transform.h | 27 class TransformAdapter2D final : public DiscardableAdapterBase<TransformAdapter2D, class 89 void onSync() final; member in skottie::internal::TransformAdapter3D
|
| /third_party/skia/include/gpu/ |
| H A D | GrContextThreadSafeProxy.h | 34 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> { class 156 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> {}; class
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | handles.h | 91 class Handle final : public HandleBase { class 320 class V8_EXPORT_PRIVATE V8_NODISCARD CanonicalHandleScopeForOptimization final class 342 class V8_NODISCARD SealHandleScope final { class 358 struct HandleScopeData final { struct
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ProgramExecutableVk.h | 26 class ShaderInfo final : angle::NonCopyable class 50 struct ProgramTransformOptions final struct 63 class ProgramInfo final : angle::NonCopyable class 91 struct DefaultUniformBlock final : private angle::NonCopyable struct
|
| /third_party/skia/src/gpu/ops/ |
| H A D | PathStencilCoverOp.cpp | 50 const char* name() const final { return "tessellate_BoundingBoxShader"; } 52 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {} 53 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18852::BoundingBoxShader 70 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) final { in makeProgramImpl()
|
| /third_party/skia/tests/ |
| H A D | GrPipelineDynamicStateTest.cpp | 69 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {} 71 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member 97 const GrGeometryProcessor&) final {} 99 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) final {
|
| /third_party/skia/gm/ |
| H A D | clockwise.cpp | 73 const char* name() const final { return "ClockwiseTestProcessor"; } 75 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const final { 79 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member 183 GrLoadOp colorLoadOp) final {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Constants.h | 83 class ConstantInt final : public ConstantData { class 263 class ConstantFP final : public ConstantData { class 340 class ConstantAggregateZero final : public ConstantData { class 413 class ConstantArray final : public ConstantAggregate { class 445 class ConstantStruct final : public ConstantAggregate { class 499 class ConstantVector final : public ConstantAggregate { class 539 class ConstantPointerNull final : public ConstantData { class 690 class ConstantDataArray final : public ConstantDataSequential { class 762 class ConstantDataVector final : public ConstantDataSequential { class 818 class ConstantTokenNone final class 840 class BlockAddress final : public Constant { global() class 1286 class UndefValue final : public ConstantData { global() class [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-crypto-authenticated-stream.js | 32 const ciphertext = Buffer.concat([c.update(expected), c.final()]); 37 const actual = Buffer.concat([d.update(ciphertext), d.final()]); 98 const actual = Buffer.concat([d.update(ciphertext), d.final()]);
|
| H A D | test-stream-construct.js | 174 final: common.mustNotCall(), 209 final: common.mustCall((cb) => { 229 final: common.mustCall((cb) => {
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-create-lowering.h | 33 class V8_EXPORT_PRIVATE JSCreateLowering final class 43 ~JSCreateLowering() final = default; member in v8::internal::compiler::final 47 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
|