/third_party/jinja2/ |
D | compiler.py | 45 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 …]
|
D | nativetypes.py | 63 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
|
D | meta.py | 24 def enter_frame(self, frame: Frame) -> None:
|
/third_party/flutter/skia/include/android/ |
D | SkAnimatedImage.h | 118 struct Frame { struct 135 Frame(); argument
|
/third_party/skia/include/android/ |
D | SkAnimatedImage.h | 118 struct Frame { struct 135 Frame(); argument
|
/third_party/openh264/test/ |
D | BaseDecoderTest.h | 20 struct Frame { struct 27 virtual void onDecodeFrame (const Frame& frame) = 0; argument
|
D | BaseThreadDecoderTest.h | 20 struct Frame { struct 34 virtual void onDecodeFrame (const Frame& frame) = 0; argument
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 43 typedef struct Frame { struct 53 struct Frame* next_; argument 54 } Frame; typedef
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 43 typedef struct Frame { struct 53 struct Frame* next_; argument 54 } Frame; typedef
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | visitor.rs | 73 enum Frame<'a> { enum 192 impl<'a> Frame<'a> { implementation
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.hpp | 70 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/ |
D | MipsELFStreamer.cpp | 56 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/ |
D | CoroElide.cpp | 69 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/ |
D | teglBufferAgeTests.cpp | 156 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
|
D | teglSwapBuffersWithDamageTests.cpp | 112 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
|
D | teglPartialUpdateTests.cpp | 144 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/ |
D | http2.js | 61 class Frame { class 139 Frame, property
|
/third_party/python/Doc/library/ |
D | tracemalloc.rst | 507 Frame section in API
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugFrameDataSubsection.cpp | 59 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
/third_party/flutter/skia/src/codec/ |
D | SkWebpCodec.h | 57 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
|
D | SkHeifCodec.h | 96 Frame(int i) : INHERITED(i) {} in Frame() function
|
/third_party/skia/src/codec/ |
D | SkWebpCodec.h | 57 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
|
D | SkHeifCodec.h | 97 Frame(int i) : INHERITED(i) {} in Frame() function
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | visitor.rs | 137 enum Frame<'a> { enum 435 impl<'a> Frame<'a> { implementation
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 388 struct Frame struct 400 struct Frame *frame = img->fb_priv; in gst_vpx_dec_prepare_image() argument
|