Home
last modified time | relevance | path

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

12345

/external/syzkaller/pkg/symbolizer/
Dsymbolizer.go23 type Frame struct { struct
24 PC uint64
25 Func string
26 File string
27 Line int
28 Inline bool
/external/skqp/include/android/
DSkAnimatedImage.h105 struct Frame { struct
122 Frame(); argument
/external/skia/include/android/
DSkAnimatedImage.h118 struct Frame { struct
135 Frame(); argument
/external/tensorflow/tensorflow/core/graph/
Dcontrol_flow.cc29 struct Frame { struct
30 string name;
33 Frame* parent = nullptr;
37 const Node* loop_cond = nullptr;
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DFrame.java29 public class Frame{ class
55 public Frame(final int maxLocals, final int maxStack) { in Frame() method in Frame
63 public Frame(final LocalVariables locals, final OperandStack stack) { in Frame() method in Frame
/external/webp/src/demux/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc63 struct Frame { struct
64 string name;
67 Frame* parent = nullptr;
68 int num_children = 0;
71 std::vector<Arg> args;
75 Node* loop_cond = nullptr;
78 std::unordered_set<Node*> nodes;
/external/perfetto/src/profiling/memory/
Dbookkeeping.h122 struct Frame { struct
123 Frame(Interned<Mapping> m, Interned<std::string> fn_name, uint64_t pc) in Frame() argument
129 bool operator<(const Frame& other) const { argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java35 public class Frame { class
48 public Frame() { in Frame() method in Frame
67 Frame(long threadID, long id, Location location, ArrayList<Variable> vars) { in Frame() method in Frame
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/grpc-grpc/tools/http2_interop/
Dframe.go7 type Frame interface { interface
/external/v8/src/compiler/
Dosr.h17 class Frame; variable
Dframe.cc15 Frame::Frame(int fixed_frame_size_in_slots) in Frame() function in v8::internal::compiler::Frame
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp57 void MipsELFStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in EmitCFIStartProcImpl()
68 void MipsELFStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in EmitCFIEndProcImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugFrameDataSubsection.cpp42 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/external/swiftshader/third_party/llvm-7.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
/external/perfetto/src/ipc/
Dbuffered_frame_deserializer.h34 class Frame; // Defined in the protobuf autogenerated wire_protocol.pb.h. variable
/external/skia/resources/particles/
Dpenguin_cannon.json33 "Frame": "World", string
77 "Frame": "World", string
116 "Frame": "Velocity", string
/external/python/cpython3/Doc/library/
Dtracemalloc.rst447 Frame section in API
/external/deqp/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::__anon2cf161500111::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::__anon5d5a7f590111::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::__anonddcfef8c0111::Frame
/external/skqp/src/codec/
DSkWebpCodec.h60 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function
/external/skia/src/codec/
DSkWebpCodec.h60 Frame(int i, SkEncodedInfo::Alpha alpha) in Frame() function

12345