/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 196 class StrongRootsEntry final { class 2785 class V8_EXPORT_PRIVATE V8_NODISCARD EmbedderStackStateScope final { class
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 531 class V8_EXPORT_PRIVATE Isolate final : private HiddenFactory { class 2560 class V8_NODISCARD SharedMutexGuardIfOffThread<Isolate, kIsShared> final { class
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 186 class RegExpParserImpl final { class 310 class ForceUnicodeScope final { class in v8::internal::__anon14998::final 1138 // This final advance goes back into the state of pointing at the next in ParseCaptureGroupName() 1597 // let ICU lookups trigger the final failure. in IsUnicodePropertyValueCharacter()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 256 srl $h4,2,$t0 ! final reduction step 352 srlx $D2,2,$T0 ! final reduction step
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 256 srl $h4,2,$t0 ! final reduction step 352 srlx $D2,2,$T0 ! final reduction step
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1427 struct DWARFSectionMap final : public DWARFSection { struct 1431 class DWARFObjInMemory final : public DWARFObject { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 361 class GlobalValueMaterializer final : public ValueMaterializer { class 369 class LocalValueMaterializer final : public ValueMaterializer { class
|
/third_party/skia/src/gpu/ops/ |
H A D | TextureOp.cpp | 225 class TextureOpImpl final : public GrMeshDrawOp { class 801 int numQuads() const final { return this->totNumQuads(); }
|
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 78 SkOpSpanBase* next = end->final() ? nullptr : end->upCast()->next(); in expand() 542 if (work->final()) { in TRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1014 class MemorySSA::CachingWalker final : public MemorySSAWalker { class 1050 class MemorySSA::SkipSelfWalker final : public MemorySSAWalker { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstMIPS32.h | 1292 class InstMIPS32Mov final : public InstMIPS32 { class 1326 class InstMIPS32MovFP64ToI64 final : public InstMIPS32 { class
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 481 class SkUnicodeBidiRunIterator final : public SkShaper::BiDiRunIterator { class 527 class SkUnicodeHbScriptRunIterator final: public SkShaper::ScriptRunIterator { class
|
/third_party/skia/bench/ |
H A D | TriangulatorBench.cpp | 33 bool isSuitableFor(Backend backend) final { return backend == kNonRendering_Backend; } 68 void onDraw(int loops, SkCanvas*) final {
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 3854 * the given |in| is the last chunk of header block, the |final| must 3877 int final, int call_header_cb) { in inflate_header_block() 3901 &inflate_flags, in, inlen, final); in inflate_header_block() 6671 int final; in nghttp2_session_mem_recv() local 6695 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv() 6698 if (data_readlen > 0 || (data_readlen == 0 && final)) { in nghttp2_session_mem_recv() 6701 DEBUGF("recv: block final=%d\n", final); in nghttp2_session_mem_recv() 6705 (uint8_t *)in, (size_t)data_readlen, final, in nghttp2_session_mem_recv() 3875 inflate_header_block(nghttp2_session *session, nghttp2_frame *frame, size_t *readlen_ptr, uint8_t *in, size_t inlen, int final, int call_header_cb) inflate_header_block() argument
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 3849 * the given |in| is the last chunk of header block, the |final| must 3872 int final, int call_header_cb) { in inflate_header_block() 3896 &inflate_flags, in, inlen, final); in inflate_header_block() 6666 int final; in nghttp2_session_mem_recv() local 6690 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv() 6693 if (data_readlen > 0 || (data_readlen == 0 && final)) { in nghttp2_session_mem_recv() 6696 DEBUGF("recv: block final=%d\n", final); in nghttp2_session_mem_recv() 6700 (uint8_t *)in, (size_t)data_readlen, final, in nghttp2_session_mem_recv() 3870 inflate_header_block(nghttp2_session *session, nghttp2_frame *frame, size_t *readlen_ptr, uint8_t *in, size_t inlen, int final, int call_header_cb) inflate_header_block() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 37 class MipsOperandConverter final : public InstructionOperandConverter { class 145 class OutOfLineRecordWrite final : public OutOfLineCode { class 166 void Generate() final { 218 class ool_name final : public OutOfLineCode { \ 223 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \ 3892 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class 3896 void Generate() final { in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 36 class MipsOperandConverter final : public InstructionOperandConverter { class 143 class OutOfLineRecordWrite final : public OutOfLineCode { class 164 void Generate() final { 217 class ool_name final : public OutOfLineCode { \ 222 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \ 3702 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class 3707 void Generate() final { in AssembleArchTrap()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2402 Node* V8Node(const v8::Local<v8::Value>& value) final { 2408 Node* AddNode(std::unique_ptr<Node> node) final { 2414 void AddEdge(Node* from, Node* to, const char* name) final {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 918 class ProgramD3D::LoadBinaryLinkEvent final : public LinkEvent 1786 class ProgramD3D::GraphicsProgramLinkEvent final : public LinkEvent 1902 class ProgramD3D::ComputeProgramLinkEvent final : public LinkEvent
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 28 class Arm64OperandConverter final : public InstructionOperandConverter { class 267 class OutOfLineRecordWrite final : public OutOfLineCode { class 286 void Generate() final { 438 class WasmProtectedInstructionTrap final : public WasmOutOfLineTrap { class
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 3266 int16 final; member 3313 while (code > 0 && fTable [code].final != k) in SearchTable() 3368 node->final = (int16) code; in InitTable() 3411 node2->final = (int16) k; in AddTable()
|
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 1183 static void makelayer(Jpeg2000EncoderContext *s, int layno, double thresh, Jpeg2000Tile* tile, int final) in makelayer() argument 1256 if (final) { in makelayer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 259 class GlobalTypeMember final : TrailingObjects<GlobalTypeMember, MDNode *> { class 310 struct ICallBranchFunnel final struct
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 166 class RepeatedField final { class 923 class RepeatedPtrField final : private internal::RepeatedPtrFieldBase { class
|
/third_party/python/Lib/unittest/ |
H A D | mock.py | 641 final = args.pop() 645 setattr(obj, final, val) 2639 final call."""
|