/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 52 struct TracePerfParams final : public RenderTestParams struct
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 470 // Path ended with a dangling (moveTo, line|quad|etc). If the final verb is in gather_lines_and_quads() 675 // finish up, write out the final quad in add_quads() 748 class AAHairlineOp final : public GrMeshDrawOp { class
|
H A D | DashOp.cpp | 176 class DashOpImpl final : public GrMeshDrawOp { class
|
H A D | GrOvalOpFactory.cpp | 1005 class CircleOp final : public GrMeshDrawOp { 1520 class ButtCapDashedCircleOp final : public GrMeshDrawOp {
|
/third_party/skia/src/core/ |
H A D | SkMaskBlurFilter.cpp | 25 class PlanGauss final { class 58 // of even filters and a final pass of odd filters. A stack for a width of six looks like in PlanGauss()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPipeline.cpp | 707 class ErrorRenderPipeline final : public RenderPipelineBase { in MakeError() class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1220 class Impl final : public JITLinkAsyncLookupContinuation { in createLookupContinuation() class 1258 /// their final memory locations in the target process. At this point the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 1034 Hash.final(Result);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 41 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 725 class X86TargetLowering final : public TargetLowering { class
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 403 # move the .dll and .lib files to their final destination afterwards.
|
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 164 class FormattingFontIterator final : public SkShaper::FontRunIterator { class
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 34 class RiscvOperandConverter final : public InstructionOperandConverter { class 157 class OutOfLineRecordWrite final : public OutOfLineCode { class 176 void Generate() final { 3561 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class 3565 void Generate() final { in AssembleArchTrap()
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 2502 def decode(self, input, final=False): 2515 if final and self.buffer: # EOF terminates the last word 3838 self.assertRaises(UnicodeDecodeError, decoder.decode, b'', final=True) 3843 _check_decode(b'', "\n", final=True) 3844 _check_decode(b'\r', "\n", final=True)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 1495 ; final stage 2444 ; then do final pass to sumsub+store the two halves 2470 ; the "shitty" about this idct is that the final pass does the outermost
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 4191 * because they are inserted only on the final step in pcpu_get_vm_areas() 4385 goto final; in s_show() 4424 * As a final step, dump "unpurged" areas. in s_show() 4426 final: in s_show()
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 2526 offset += 4 * !!header.initial + 8 + 4 * !(header.initial && header.final); in mkv_reformat_wavpack() 2533 if (!(header.initial && header.final)) in mkv_reformat_wavpack()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typer.cc | 29 class Typer::Decorator final : public GraphDecorator { class 32 void Decorate(Node* node) final; member in v8::internal::compiler::final
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 3818 expat_parse(XMLParserObject* self, const char* data, int data_len, int final) in expat_parse() argument 3823 ok = EXPAT(Parse)(self->parser, data, data_len, final); in expat_parse()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 3928 const char* what() const noexcept override final; 3954 class SingleValueGenerator final : public IGenerator<T> { 3968 class FixedValuesGenerator final : public IGenerator<T> { 3987 class GeneratorWrapper final { 4298 class ChunkGenerator final : public IGenerator<std::vector<T>> { 4604 class RandomFloatingGenerator final : public IGenerator<Float> { 4626 class RandomIntegerGenerator final : public IGenerator<Integer> { 4668 class RangeGenerator final : public IGenerator<T> { 4713 class IteratorGenerator final : public IGenerator<T> { 6607 struct ChronometerModel final [all...] |
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 546 class StreamingCompileTask final : public v8::Task { class 565 class FinishTask final : public v8::Task { class in v8::final 568 void Run() final { Shell::NotifyFinishStreamingTask(isolate_); } 3745 class InspectorFrontend final : public v8_inspector::V8Inspector::Channel { class
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 85 class V8_NODISCARD SourceRangeScope final { class in v8::internal::ParseFunctionFlag 431 class FunctionState final : public BlockState { class in v8::internal::ParseFunctionFlag::ParserBase 488 class V8_NODISCARD LoopScope final { class in v8::internal::ParseFunctionFlag::ParserBase::final 1507 class V8_NODISCARD AcceptINScope final { class in v8::internal::ParseFunctionFlag::ParserBase
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 7486 const char *errors, int final) in decode_code_page_errors() 7513 if ((errors == NULL || strcmp(errors, "strict") == 0) && final) { in decode_code_page_errors() 7568 if (in + insize >= endin && !final) in decode_code_page_errors() 7611 int chunk_size, final, converted, done; in decode_code_page_stateful() local 7630 final = 0; in decode_code_page_stateful() 7637 final = (consumed == NULL); in decode_code_page_stateful() 7652 errors, final); in decode_code_page_stateful() 7482 decode_code_page_errors(UINT code_page, wchar_t **buf, Py_ssize_t *bufsize, const char *in, const int size, const char *errors, int final) decode_code_page_errors() argument
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | n2_core.c | 98 /* An async job request records the final tail value it used in 695 * partial block to span into the final descriptor as that would 1423 ahash->final = n2_hash_async_final; in __n2_register_one_ahash()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 61 * copy final 0-63 bytes; exit with dst addr 75 * move final 0-31 bytes; exit with dst addr 128 * between the first initializing store and the final stores. 438 ! cache until we are ready to store final element of cache line.
|