/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
|
/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
|
H A D | raw-machine-assembler.h | 1126 class V8_EXPORT_PRIVATE RawMachineLabel final { class
|
/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 1005 class CircleOp final : public GrMeshDrawOp { 1520 class ButtCapDashedCircleOp final : public GrMeshDrawOp {
|
/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
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 457 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 D | wasm-engine.cc | 123 void RunInternal() final {
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 27 class CodeGenerator::JumpTable final : public ZoneObject { class
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 658 class DebugWasmScopeIterator final : public debug::ScopeIterator { class
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 23 class RegisterTransferWriter final class
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler-tonode.cc | 52 length--; // Remove final marker. in CompareInverseRanges() 79 length--; // Remove final marker. in CompareRanges() 1047 class AssertionSequenceRewriter final { in RationalizeConsecutiveAtoms() class
|
H A D | regexp.cc | 31 class RegExpImpl final : public AllStatic { class
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 567 class InterfaceBlockInfo final : angle::NonCopyable class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 100 class GVMemoryBlock final : public CallbackVH { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 135 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 D | MCAsmStreamer.cpp | 44 class MCAsmStreamer final : public MCStreamer { class
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.h | 471 class SecondaryCommandBuffer final : angle::NonCopyable class
|
/third_party/skia/src/core/ |
H A D | SkAAClip.cpp | 675 class SkAAClip::Builder::Blitter final : public SkBlitter {
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 88 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 D | InlineCost.cpp | 365 class InlineCostCallAnalyzer final : public CallAnalyzer { class
|