Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...76

/third_party/node/src/crypto/
H A Dcrypto_hkdf.h14 struct HKDFConfig final : public MemoryRetainer { struct
33 struct HKDFTraits final { struct
H A Dcrypto_scrypt.h27 struct ScryptConfig final : public MemoryRetainer { struct
48 struct ScryptTraits final { struct
H A Dcrypto_pbkdf2.h27 struct PBKDF2Config final : public MemoryRetainer { struct
46 struct PBKDF2Traits final { struct
/third_party/node/benchmark/crypto/
H A Daes-gcm-throughput.js29 alice.final();
35 bob.final();
/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.cc13 class SourcePositionTable::Decorator final : public GraphDecorator { class
18 void Decorate(Node* node) final {
H A Djs-typed-lowering.h32 class V8_EXPORT_PRIVATE JSTypedLowering final class
37 ~JSTypedLowering() final = default; member in v8::internal::compiler::final
41 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
/third_party/node/deps/v8/include/cppgc/internal/
H A Dcaged-heap-local-data.h28 class AgeTable final { class
66 struct CagedHeapLocalData final { struct
/third_party/python/Lib/encodings/
H A Dquopri_codec.py31 def encode(self, input, final=False):
35 def decode(self, input, final=False):
H A Dhex_codec.py28 def encode(self, input, final=False):
33 def decode(self, input, final=False):
H A Dbase64_codec.py28 def encode(self, input, final=False):
33 def decode(self, input, final=False):
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBuffer.h16 class Buffer final : public Memory class
34 MemObjectType getType() const final; member in cl::final
H A DCompiler.h31 class Compiler final : public RefCountObjectNoID class
51 class ShCompilerInstance final : public angle::NonCopyable class
/third_party/skia/third_party/externals/angle2/src/common/
H A DMemoryBuffer.h20 class MemoryBuffer final : NonCopyable class
59 class ScratchBuffer final : NonCopyable
/third_party/skia/src/gpu/
H A DGrTransferFromRenderTask.h13 class GrTransferFromRenderTask final : public GrRenderTask { class
43 const char* name() const final { return "TransferFrom"; }
H A DGrEagerVertexAllocator.h57 // 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 DSwapChainMTL.h30 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 DEnumMaskIterator.h24 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 DDebugCrossExSubsection.h24 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef { class
46 class DebugCrossModuleExportsSubsection final : public DebugSubsection { class
H A DDebugFrameDataSubsection.h20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef { class
41 class DebugFrameDataSubsection final : public DebugSubsection { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMD5.h60 void final(MD5Result &Result);
78 Hash.final(Result); in MD5Hash()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dperiodic_sampler.h184 class PeriodicSampler final : public PeriodicSamplerBase { class
188 int period() const noexcept final {
/third_party/skia/modules/androidkit/src/
H A DSurface.h46 class WindowSurface final : public Surface { class
59 class ThreadedSurface final : public Surface { class
/third_party/nghttp2/examples/
H A Ddeflate.c45 size_t inlen, int final);
151 /* We pass 1 to final parameter, because buf contains whole deflated in deflate()
168 size_t inlen, int final) { in inflate_header_block()
176 rv = nghttp2_hd_inflate_hd(inflater, &nv, &inflate_flags, in, inlen, final); in inflate_header_block()
167 inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in, size_t inlen, int final) inflate_header_block() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/
H A Dminimal-ws-client.c50 int first = 0, final = 0; in callback() local
108 final = lws_is_final_fragment(wsi); in callback()
111 "final = %d, remains = %lu\n", in callback()
112 (unsigned long)len, first, final, in callback()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader_MiddleOut.cpp80 const char* name() const final { return "tessellate_MiddleOutShader"; }
81 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const final {
88 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18872::MiddleOutShader

Completed in 7 milliseconds

1...<<11121314151617181920>>...76