Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils.h100 struct Frame { struct
101 Frame(const string& function, const Node* node) in Frame() function
120 std::vector<Frame> frames_; argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h58 struct Frame { struct
66 std::vector<Frame> Frames() const; argument
/external/cronet/base/profiler/
Dframe.h16 struct BASE_EXPORT Frame { struct
32 // expects a raw pointer in V8UnwinderTest.UnwindThroughV8Frames. argument
33 RAW_PTR_EXCLUSION const ModuleCache::Module* module;
40 std::string function_name;
Dframe.cc9 Frame::Frame(uintptr_t instruction_pointer, const ModuleCache::Module* module) in Frame() function in base::Frame
12 Frame::Frame(uintptr_t instruction_pointer, in Frame() function in base::Frame
/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() argument
67 bool operator<(const Frame& other) const { argument
/external/skia/include/android/
DSkAnimatedImage.h118 struct Frame { struct
135 Frame(); argument
/external/skia/include/encode/
DSkEncoder.h28 struct SK_API Frame { struct
32 SkPixmap pixmap;
36 int duration;
/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/
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/webp/src/demux/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
DFrame.java21 public class Frame { class
46 private Frame(long address, byte control, ByteBuffer payload) { in Frame() method in Frame
/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.h210 struct Frame { struct
211 Frame(int64_t send_ms, uint32_t width, uint32_t height, int simulcast_idx) in Frame() function
222 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/rust/crates/quiche/src/h3/
Dframe.rs52 pub enum Frame { enum
104 impl Frame { implementation
107 ) -> Result<Frame> { in from_bytes()
436 impl std::fmt::Debug for Frame { implementation
516 ) -> Result<Frame> { in parse_settings_frame()
588 ) -> Result<Frame> { in parse_push_promise()
601 ) -> Result<Frame> { in parse_priority_update()
/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/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DFrame.java50 public class Frame<V extends Value> { class
95 public Frame(final int numLocals, final int maxStack) { in Frame() method in Frame
107 public Frame(final Frame<? extends V> frame) { 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/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/pigweed/pw_hdlc/py/pw_hdlc/
Drpc.py77 def _handle_error(frame: Frame) -> None:
89 error_handler: Callable[[Frame], Any] = _handle_error,
98 def handle_frame(frame: Frame):
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieClipSpec.kt22 data class Frame( in getMinProgress() class in com.airbnb.lottie.compose.LottieClipSpec
/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
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.h17 class Frame; variable
/external/grpc-grpc/tools/http2_interop/
Dframe.go7 type Frame interface { interface

123456