Home
last modified time | relevance | path

Searched refs:final (Results 2176 - 2200 of 2299) sorted by relevance

1...<<81828384858687888990>>...92

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp52 struct TracePerfParams final : public RenderTestParams struct
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp470 // 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 DDashOp.cpp176 class DashOpImpl final : public GrMeshDrawOp { class
H A DGrOvalOpFactory.cpp1005 class CircleOp final : public GrMeshDrawOp {
1520 class ButtCapDashedCircleOp final : public GrMeshDrawOp {
/third_party/skia/src/core/
H A DSkMaskBlurFilter.cpp25 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 DRenderPipeline.cpp707 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 DJITLink.h1220 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 DPath.cpp1034 Hash.final(Result);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp41 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h725 class X86TargetLowering final : public TargetLowering { class
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak403 # move the .dll and .lib files to their final destination afterwards.
/third_party/skia/experimental/sktext/src/
H A DText.cpp164 class FormattingFontIterator final : public SkShaper::FontRunIterator { class
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc34 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 Dtest_io.py2502 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 Dvp9itxfm.asm1495 ; 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 Dvmalloc.c4191 * 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 Dmatroskaenc.c2526 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 Dtyper.cc29 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.c3818 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 Dcatch.hpp3928 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 Dd8.cc546 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 Dparser-base.h85 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 Dunicodeobject.c7486 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 Dn2_core.c98 /* 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 DM7memcpy.S61 * 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.

Completed in 103 milliseconds

1...<<81828384858687888990>>...92