Home
last modified time | relevance | path

Searched refs:final (Results 1826 - 1850 of 1903) sorted by relevance

1...<<71727374757677

/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
/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
H A Draw-machine-assembler.h1126 class V8_EXPORT_PRIVATE RawMachineLabel final { class
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1005 class CircleOp final : public GrMeshDrawOp {
1520 class ButtCapDashedCircleOp final : public GrMeshDrawOp {
/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
/third_party/gn/src/gn/
H A Dvariables.cc457 When you use this, both targets must be included in a final binary for it to
471 final executable or shared library) and they each include headers from the
607 allows assert_no_deps to express what is distributed in the final target
938 The final linkable target only links each static library once, even if it
941 In some cases the static library might be the final desired output. For
1475 These libraries will be linked into the final binary (executable or shared
1578 For library and executable targets, overrides the directory for the final
1637 Some systems use prefixes for the names of the final target output file. The
2210 final product.
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc123 void RunInternal() final {
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc27 class CodeGenerator::JumpTable final : public ZoneObject { class
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc658 class DebugWasmScopeIterator final : public debug::ScopeIterator { class
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc23 class RegisterTransferWriter final class
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc52 length--; // Remove final marker. in CompareInverseRanges()
79 length--; // Remove final marker. in CompareRanges()
1047 class AssertionSequenceRewriter final { in RationalizeConsecutiveAtoms() class
H A Dregexp.cc31 class RegExpImpl final : public AllStatic { class
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp567 class InterfaceBlockInfo final : angle::NonCopyable class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp100 class GVMemoryBlock final : public CallbackVH { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp135 class LoadedELFObjectInfo final class
1460 // so the final symbol value is calculated based on the relocation in processRelocationRef()
1556 // the final value. This does not fit cleanly into the RuntimeDyld in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmStreamer.cpp44 class MCAsmStreamer final : public MCStreamer { class
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h471 class SecondaryCommandBuffer final : angle::NonCopyable class
/third_party/skia/src/core/
H A DSkAAClip.cpp675 class SkAAClip::Builder::Blitter final : public SkBlitter {
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h88 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInlineCost.cpp365 class InlineCostCallAnalyzer final : public CallAnalyzer { class

Completed in 109 milliseconds

1...<<71727374757677