Home
last modified time | relevance | path

Searched refs:final (Results 1751 - 1775 of 1881) sorted by relevance

1...<<717273747576

/third_party/node/deps/v8/src/heap/
H A Dheap.h196 class StrongRootsEntry final { class
2785 class V8_EXPORT_PRIVATE V8_NODISCARD EmbedderStackStateScope final { class
/third_party/node/deps/v8/src/execution/
H A Disolate.h531 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 Dregexp-parser.cc186 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 Dpoly1305-sparcv9.pl256 srl $h4,2,$t0 ! final reduction step
352 srlx $D2,2,$T0 ! final reduction step
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl256 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 DDWARFContext.cpp1427 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 DIRMover.cpp361 class GlobalValueMaterializer final : public ValueMaterializer { class
369 class LocalValueMaterializer final : public ValueMaterializer { class
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp225 class TextureOpImpl final : public GrMeshDrawOp { class
801 int numQuads() const final { return this->totNumQuads(); }
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp78 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 DMemorySSA.cpp1014 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 DIceInstMIPS32.h1292 class InstMIPS32Mov final : public InstMIPS32 { class
1326 class InstMIPS32MovFP64ToI64 final : public InstMIPS32 { class
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp481 class SkUnicodeBidiRunIterator final : public SkShaper::BiDiRunIterator { class
527 class SkUnicodeHbScriptRunIterator final: public SkShaper::ScriptRunIterator { class
/third_party/skia/bench/
H A DTriangulatorBench.cpp33 bool isSuitableFor(Backend backend) final { return backend == kNonRendering_Backend; }
68 void onDraw(int loops, SkCanvas*) final {
/third_party/nghttp2/lib/
H A Dnghttp2_session.c3854 * 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 Dnghttp2_session.c3849 * 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 Dcode-generator-mips64.cc37 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 Dcode-generator-mips.cc36 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 Dheap-snapshot-generator.cc2402 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 DProgramD3D.cpp918 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 Dcode-generator-arm64.cc28 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 Ddng_image_writer.cpp3266 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 Dj2kenc.c1183 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 DLowerTypeTests.cpp259 class GlobalTypeMember final : TrailingObjects<GlobalTypeMember, MDNode *> { class
310 struct ICallBranchFunnel final struct
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h166 class RepeatedField final { class
923 class RepeatedPtrField final : private internal::RepeatedPtrFieldBase { class
/third_party/python/Lib/unittest/
H A Dmock.py641 final = args.pop()
645 setattr(obj, final, val)
2639 final call."""

Completed in 94 milliseconds

1...<<717273747576