Home
last modified time | relevance | path

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

123

/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/skia/include/android/
DSkAnimatedImage.h118 struct Frame { struct
135 Frame(); argument
/third_party/skia/m133/include/android/
DSkAnimatedImage.h131 struct Frame { struct
148 Frame(); argument
/third_party/skia/m133/include/encode/
DSkEncoder.h28 struct SK_API Frame { struct
32 SkPixmap pixmap;
36 int duration;
/third_party/grpc/test/core/transport/chttp2/
Dframe_test.cc116 TEST(Frame, Serialization) { in TEST() argument
169 TEST(Frame, Parse) { in TEST() argument
224 TEST(Frame, ParsePadded) { in TEST() argument
243 TEST(Frame, UnknownIgnored) { in TEST() argument
254 TEST(Frame, ParseRejects) { in TEST() argument
Dhpack_parser_fuzzer.proto23 message Frame { message
/third_party/skia/m133/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> { impl
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Deval_context.rs87 pub struct Frame<'mir, 'tcx, Prov: Provenance = AllocId, Extra = ()> { struct
92 pub body: &'mir mir::Body<'tcx>,
95 pub instance: ty::Instance<'tcx>,
98 pub extra: Extra,
104 pub return_to_block: StackPopCleanup,
108 pub return_place: PlaceTy<'tcx, Prov>,
137 pub struct FrameInfo<'tcx> { argument
202 impl<'mir, 'tcx, Prov: Provenance> Frame<'mir, 'tcx, Prov> { implementation
217 impl<'mir, 'tcx, Prov: Provenance, Extra> Frame<'mir, 'tcx, Prov, Extra> { impl
/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/grpc/tools/http2_interop/
Dframe.go21 type Frame interface { interface
/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/rust/rust/compiler/rustc_expand/src/mbe/
Dtranscribe.rs33 enum Frame<'a> { enum
38 impl<'a> Frame<'a> { impl
45 impl<'a> Iterator for Frame<'a> { implementation
/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/python/Doc/library/
Dtracemalloc.rst507 Frame section in API
/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::__anon415c59f10111::Frame
/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/skia/src/codec/
DSkWebpCodec.h57 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
/third_party/skia/m133/src/codec/
DSkWebpCodec.h66 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
DSkCrabbyAvifCodec.h92 Frame(int i, SkEncodedInfo::Alpha alpha) : SkFrame(i), fReportedAlpha(alpha) {} in Frame() function
DSkAvifCodec.h76 Frame(int i, SkEncodedInfo::Alpha alpha) : INHERITED(i), fReportedAlpha(alpha) {} in Frame() function
/third_party/grpc/test/core/transport/chaotic_good/
Dmessage_chunker_test.cc28 using Frame = typedef

123