Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 25 of 50) sorted by relevance

12

/third_party/jinja2/
Dcompiler.py45 self: "CodeGenerator", node: nodes.Expr, frame: "Frame", **kwargs: t.Any
61 def visitor(self: "CodeGenerator", node: nodes.BinExpr, frame: Frame) -> None:
85 def visitor(self: "CodeGenerator", node: nodes.UnaryExpr, frame: Frame) -> None:
165 class Frame: class
171 parent: t.Optional["Frame"] = None,
389 def buffer(self, frame: Frame) -> None:
395 self, frame: Frame, force_unescaped: bool = False
422 def start_write(self, frame: Frame, node: t.Optional[nodes.Node] = None) -> None:
429 def end_write(self, frame: Frame) -> None:
435 self, s: str, frame: Frame, node: t.Optional[nodes.Node] = None
[all …]
Dnativetypes.py63 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
76 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
82 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
Dmeta.py24 def enter_frame(self, frame: Frame) -> None:
/third_party/flutter/skia/include/android/
DSkAnimatedImage.h118 struct Frame { struct
135 Frame(); argument
/third_party/skia/include/android/
DSkAnimatedImage.h118 struct Frame { struct
135 Frame(); argument
/third_party/openh264/test/
DBaseDecoderTest.h20 struct Frame { struct
27 virtual void onDecodeFrame (const Frame& frame) = 0; argument
DBaseThreadDecoderTest.h20 struct Frame { struct
34 virtual void onDecodeFrame (const Frame& frame) = 0; argument
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dvisitor.rs73 enum Frame<'a> { enum
192 impl<'a> Frame<'a> { implementation
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.hpp70 class Frame class
99 Frame::Frame(ID id, std::string function) in Frame() function in vk::dbg::Frame
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp56 void MipsELFStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in EmitCFIStartProcImpl()
67 void MipsELFStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in EmitCFIEndProcImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp69 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
79 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
131 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
/third_party/vk-gl-cts/modules/egl/
DteglBufferAgeTests.cpp156 struct Frame struct
159 int width;
160 int height;
161 vector<DrawCommand> draws;
164 Frame::Frame (int width_, int height_) in Frame() function in deqp::egl::__anon83f6312f0111::Frame
DteglSwapBuffersWithDamageTests.cpp112 struct Frame struct
115 int width;
116 int height;
117 vector<DrawCommand> draws;
120 Frame::Frame (int width_, int height_) in Frame() function in deqp::egl::__anond74c85eb0111::Frame
DteglPartialUpdateTests.cpp144 struct Frame struct
147 int width;
148 int height;
149 vector<DrawCommand> draws;
152 Frame::Frame (int width_, int height_) in Frame() function in deqp::egl::__anon47f226b80111::Frame
/third_party/node/test/common/
Dhttp2.js61 class Frame { class
139 Frame, property
/third_party/python/Doc/library/
Dtracemalloc.rst507 Frame section in API
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugFrameDataSubsection.cpp59 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/third_party/flutter/skia/src/codec/
DSkWebpCodec.h57 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
DSkHeifCodec.h96 Frame(int i) : INHERITED(i) {} in Frame() function
/third_party/skia/src/codec/
DSkWebpCodec.h57 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
DSkHeifCodec.h97 Frame(int i) : INHERITED(i) {} in Frame() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dvisitor.rs137 enum Frame<'a> { enum
435 impl<'a> Frame<'a> { implementation
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c388 struct Frame struct
400 struct Frame *frame = img->fb_priv; in gst_vpx_dec_prepare_image() argument

12