/third_party/node/src/crypto/ |
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/src/compiler/ |
H A D | compiler-source-position-table.cc | 13 class SourcePositionTable::Decorator final : public GraphDecorator { class 18 void Decorate(Node* node) 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):
|
H A D | hex_codec.py | 28 def encode(self, input, final=False): 33 def decode(self, input, final=False):
|
H A D | base64_codec.py | 28 def encode(self, input, final=False): 33 def decode(self, input, final=False):
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
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/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MD5.h | 60 void final(MD5Result &Result); 78 Hash.final(Result); in MD5Hash()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | periodic_sampler.h | 184 class PeriodicSampler final : public PeriodicSamplerBase { class 188 int period() const noexcept final {
|
/third_party/skia/modules/androidkit/src/ |
H A D | Surface.h | 46 class WindowSurface final : public Surface { class 59 class ThreadedSurface final : public Surface { class
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 206 || 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 D | codecs.py | 197 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 D | poly1305-c64xplus.pl | 206 || 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 D | mtl_render_utils.h | 68 // 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 D | deflate.c | 45 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
|