| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.h | 937 class BuiltinFrame final : public TypedFrameWithJSLinkage { class 939 Type type() const final { return BUILTIN; } 1009 class WasmDebugBreakFrame final : public TypedFrame { class
|
| /third_party/node/deps/openssl/openssl/ssl/statem/ |
| H A D | extensions.c | 99 int (*final)(SSL *s, unsigned int context, int sent); member 794 if (thisexd->final != NULL && (thisexd->context & context) != 0 in tls_parse_all_extensions() 795 && !thisexd->final(s, context, exts[i].present)) { in tls_parse_all_extensions()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | TextureStorage11.h | 477 class TextureStorage11_EGLImage final : public TextureStorage11ImmutableBase class 810 class TextureStorage11_2DMultisample final : public TextureStorage11ImmutableBase class 866 class TextureStorage11_2DMultisampleArray final : public TextureStorage11ImmutableBase class
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ProgramGL.cpp | 134 class ProgramGL::LinkTask final : public angle::Closure class 158 class ProgramGL::LinkEventNativeParallel final : public LinkEvent class 194 class ProgramGL::LinkEventGL final : public LinkEvent class
|
| /third_party/skia/src/core/ |
| H A D | SkRemoteGlyphCache.cpp | 236 class RemoteStrike final : public SkStrikeForGPU { 577 class SkStrikeServerImpl final : public SkStrikeForGPUCacheInterface { class 783 class GlyphTrackingDevice final : public SkNoPixelsDevice { class
|
| /third_party/openssl/ssl/statem/ |
| H A D | extensions.c | 94 int (*final)(SSL *s, unsigned int context, int sent); member 766 if (thisexd->final != NULL && (thisexd->context & context) != 0 in tls_parse_all_extensions() 767 && !thisexd->final(s, context, exts[i].present)) { in tls_parse_all_extensions()
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpAngle.cpp | 393 if (checkEnd->final() && stepUp) { in computeSector() 412 } while (!oSpan->final() && (oSpan = oSpan->upCast()->next())); in computeSector() 413 checkEnd = stepUp ? !checkEnd->final() in computeSector()
|
| /third_party/skia/tests/ |
| H A D | PictureTest.cpp | 229 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture()); in DEF_TEST() 231 check_save_state(reporter, final.get(), 1, 2, 3); in DEF_TEST() 253 sk_sp<SkPicture> final(recorder.finishRecordingAsPicture()); in DEF_TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Error.h | 324 class ErrorSuccess final : public Error {}; class 359 class ErrorList final : public ErrorInfo<ErrorList> { class 939 /// is called to supply the final result. If handleErrors is not able to 1221 class FileError final : public ErrorInfo<FileError> { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 46 class SIInstrInfo final : public AMDGPUGenInstrInfo { class 187 const TargetRegisterInfo *TRI) const final; member in llvm::final 321 MachineRegisterInfo *MRI) const final; member in llvm::final
|
| H A D | SIMemoryLegalizer.cpp | 117 class SIMemOpInfo final { class 202 class SIMemOpAccess final { class 389 class SIMemoryLegalizer final : public MachineFunctionPass { class
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| H A D | oma_dm_client.c | 1005 int final = 0; in oma_dm_process() local 1119 final = 1; in oma_dm_process() 1131 if (!final) { in oma_dm_process()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| H A D | oma_dm_client.c | 1005 int final = 0; in oma_dm_process() local 1119 final = 1; in oma_dm_process() 1131 if (!final) { in oma_dm_process()
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 180 class V8_NODISCARD BytecodeGenerator::ControlScope::DeferredCommands final { class 355 class BytecodeGenerator::ControlScopeForTopLevel final class 386 class BytecodeGenerator::ControlScopeForBreakable final class 421 class BytecodeGenerator::ControlScopeForIteration final class 458 class BytecodeGenerator::ControlScopeForTryCatch final class 485 class BytecodeGenerator::ControlScopeForTryFinally final class 568 class V8_NODISCARD BytecodeGenerator::RegisterAllocationScope final { class 590 class V8_NODISCARD BytecodeGenerator::AccumulatorPreservingScope final { class 669 class BytecodeGenerator::EffectResultScope final class 678 class V8_NODISCARD BytecodeGenerator::ValueResultScope final class 687 class V8_NODISCARD BytecodeGenerator::TestResultScope final global() class 749 class BytecodeGenerator::TopLevelDeclarationsBuilder final : public ZoneObject { global() class 857 class V8_NODISCARD BytecodeGenerator::CurrentScope final { global() class 1006 class BytecodeGenerator::IteratorRecord final { global() class 1024 class V8_NODISCARD BytecodeGenerator::OptionalChainNullLabelScope final { global() class 1049 class V8_NODISCARD BytecodeGenerator::LoopScope final { global() class [all...] |
| /kernel/linux/linux-5.10/drivers/dma/ |
| H A D | fsl_raid.c | 239 size_t length, dma_addr_t addr, bool final) in fill_cfd_frame() 243 efrl |= final << FSL_RE_CF_FINAL_SHIFT; in fill_cfd_frame() 379 /* Setting the final bit in the last source buffer frame in CFD */ in fsl_re_prep_dma_genq() 513 /* Setting the final bit in the last source buffer frame in CFD */ in fsl_re_prep_dma_pq() 238 fill_cfd_frame(struct fsl_re_cmpnd_frame *cf, u8 index, size_t length, dma_addr_t addr, bool final) fill_cfd_frame() argument
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H A D | gen_except.S | 323 | the save. The frame will be unimp only if the final 346 | busy frame was created as the result of an exception on the final
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | gen_except.S | 323 | the save. The frame will be unimp only if the final 346 | busy frame was created as the result of an exception on the final
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 204 .final = ghash_final, 344 .final = ghash_async_final,
|
| /kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 633 u8 final; member 647 u8 final; /* DWORD 3 */ member
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | fsl_raid.c | 240 size_t length, dma_addr_t addr, bool final) in fill_cfd_frame() 244 efrl |= final << FSL_RE_CF_FINAL_SHIFT; in fill_cfd_frame() 380 /* Setting the final bit in the last source buffer frame in CFD */ in fsl_re_prep_dma_genq() 514 /* Setting the final bit in the last source buffer frame in CFD */ in fsl_re_prep_dma_pq() 239 fill_cfd_frame(struct fsl_re_cmpnd_frame *cf, u8 index, size_t length, dma_addr_t addr, bool final) fill_cfd_frame() argument
|
| /kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 632 u8 final; member 646 u8 final; /* DWORD 3 */ member
|
| /third_party/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 280 void DescribeTo(::std::ostream* os) const final { 286 void DescribeNegationTo(::std::ostream* os) const final {
|
| /third_party/node/src/crypto/ |
| H A D | crypto_util.h | 169 struct CryptoErrorStore final : public MemoryRetainer { struct 457 class DeriveBitsJob final : public CryptoJob<DeriveBitsTraits> { class
|
| /third_party/node/test/parallel/ |
| H A D | test-crypto-key-objects.js | 84 cipher.update(plaintext), cipher.final(), 89 decipher.update(ciphertext), decipher.final(),
|
| /third_party/node/src/ |
| H A D | inspector_socket.cc | 298 bool final = (first_byte & kFinalBit) != 0; in decode_frame_hybi17() local 305 if (!final || reserved2 || reserved3) in decode_frame_hybi17()
|