Home
last modified time | relevance | path

Searched refs:final (Results 351 - 375 of 2310) sorted by relevance

1...<<11121314151617181920>>...93

/third_party/node/src/crypto/
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 {
/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/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl206 || ADD A29,A21,A21 ; final hi("d0")
207 || ADD B29,B21,B21 ; final hi("d1")
208 || ADDU A28,A17:A16,A17:A16 ; final lo("d0")
210 ADD A31,A23,A23 ; final hi("d2")
211 || ADD B31,B23,B23 ; final hi("d3")
214 ADDU B20,B17:B16,B17:B16 ; final lo("d1")
215 || ADDU A20,A19:A18,A19:A18 ; final lo("d2")
216 ADDU B22,B19:B18,B19:B18 ; final lo("d3")
/third_party/python/Lib/
H A Dcodecs.py197 def encode(self, input, final=False):
231 def _buffer_encode(self, input, errors, final):
236 def encode(self, input, final=False):
239 (result, consumed) = self._buffer_encode(data, self.errors, final)
270 def decode(self, input, final=False):
314 def _buffer_decode(self, input, errors, final):
319 def decode(self, input, final=False):
322 (result, consumed) = self._buffer_decode(data, self.errors, final)
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl206 || ADD A29,A21,A21 ; final hi("d0")
207 || ADD B29,B21,B21 ; final hi("d1")
208 || ADDU A28,A17:A16,A17:A16 ; final lo("d0")
210 ADD A31,A23,A23 ; final hi("d2")
211 || ADD B31,B23,B23 ; final hi("d3")
214 ADDU B20,B17:B16,B17:B16 ; final lo("d1")
215 || ADDU A20,A19:A18,A19:A18 ; final lo("d2")
216 ADDU B22,B19:B18,B19:B18 ; final lo("d3")
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h68 // glCopyImageCHROMIUM()/glBlitFramebuffer(), and dstFlipY controls whether the final viewport
193 class ClearUtils final : angle::NonCopyable class
225 class ColorBlitUtils final : angle::NonCopyable class
267 class DepthStencilBlitUtils final : angle::NonCopyable class
318 class IndexGeneratorUtils final : angle::NonCopyable class
430 class VisibilityResultUtils final : angle::NonCopyable class
451 class MipmapUtils final : angle::NonCopyable class
476 class CopyPixelsUtils final : angle::NonCopyable class
510 class VertexFormatConversionUtils final : angle::NonCopyable 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

Completed in 11 milliseconds

1...<<11121314151617181920>>...93