Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils.h102 struct Frame { struct
103 Frame(const string& function, const Node* node) in Frame() function
122 std::vector<Frame> frames_; argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h50 struct Frame { struct
58 std::vector<Frame> Frames() const; argument
/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/perfetto/src/profiling/common/
Dcallstack_trie.h60 struct Frame { struct
61 Frame(Interned<Mapping> m, Interned<std::string> fn_name, uint64_t pc) in Frame() function
67 bool operator<(const Frame& other) const { 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/pigweed/pw_hdlc/py/pw_hdlc/
Drpc.py60 def _handle_error(frame: Frame) -> None:
71 error_handler: Callable[[Frame],
79 def handle_frame(frame: Frame):
172 def _handle_rpc_packet(self, frame: Frame) -> None:
/external/pigweed/pw_hdlc/
Ddecoder_test.cc29 TEST(Frame, Fields) { in TEST() argument
44 TEST(Frame, MultibyteAddress) { in TEST() argument
59 TEST(Frame, MultibyteAddressTooLong) { in TEST() argument
74 [](const Result<Frame>&) { FAIL(); }); in TEST()
/external/rust/crates/quiche/src/h3/
Dframe.rs44 pub enum Frame { enum
80 impl Frame { impl
83 ) -> Result<Frame> { in from_bytes()
230 impl std::fmt::Debug for Frame { implementation
285 ) -> Result<Frame> { in parse_settings_frame()
322 ) -> Result<Frame> { in parse_push_promise()
/external/webp/src/demux/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/external/rust/crates/regex-syntax/src/hir/
Dvisitor.rs73 enum Frame<'a> { enum
192 impl<'a> Frame<'a> { implementation
/external/webrtc/video/
Dsend_statistics_proxy.h212 struct Frame { struct
213 Frame(int64_t send_ms, uint32_t width, uint32_t height, int simulcast_idx) in Frame() argument
224 typedef std::map<uint32_t, Frame, TimestampOlderThan> EncodedFrameMap; argument
/external/libchrome/base/profiler/
Dstack_sampling_profiler.h115 struct BASE_EXPORT Frame { struct
131 // information. This is different from Frame which only contains module index. 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/swiftshader/src/Vulkan/Debug/
DThread.hpp70 class Frame class
99 Frame::Frame(ID id, std::string function) in Frame() function in vk::dbg::Frame
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dframe.go21 type Frame interface { interface
/external/grpc-grpc/tools/http2_interop/
Dframe.go7 type Frame interface { interface
/external/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()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
/external/perfetto/protos/perfetto/metrics/android/
Dunsymbolized_frames.proto22 message Frame { message
/external/javassist/src/main/javassist/bytecode/analysis/
DFrame.java24 public class Frame { class
37 public Frame(int locals, int stack) { in Frame() method in Frame

123456