Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 3426) sorted by relevance

12345678910>>...138

/aosp_15_r20/external/python/jinja/src/jinja2/
Dcompiler.py36 def new_func(self, node, frame, **kwargs): argument
290 def buffer(self, frame): argument
295 def return_buffer_contents(self, frame, force_unescaped=False): argument
321 def start_write(self, frame, node=None): argument
328 def end_write(self, frame): argument
333 def simple_write(self, s, frame, node=None): argument
339 def blockvisit(self, nodes, frame): argument
376 def signature(self, node, frame, extra_kwargs=None): argument
441 def enter_frame(self, frame): argument
457 def leave_frame(self, frame, with_python_scope=False): argument
[all …]
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dcompiler.py64 def new_func(self, node, frame, **kwargs): argument
322 def buffer(self, frame): argument
327 def return_buffer_contents(self, frame, force_unescaped=False): argument
353 def start_write(self, frame, node=None): argument
360 def end_write(self, frame): argument
365 def simple_write(self, s, frame, node=None): argument
371 def blockvisit(self, nodes, frame): argument
409 def signature(self, node, frame, extra_kwargs=None): argument
475 def enter_frame(self, frame): argument
492 def leave_frame(self, frame, with_python_scope=False): argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_frame.cc34 QuicFrame::QuicFrame(QuicAckFrame* frame) : type(ACK_FRAME), ack_frame(frame) {} in QuicFrame()
36 QuicFrame::QuicFrame(QuicMtuDiscoveryFrame frame) in QuicFrame()
39 QuicFrame::QuicFrame(QuicStopWaitingFrame frame) : stop_waiting_frame(frame) {} in QuicFrame()
41 QuicFrame::QuicFrame(QuicPingFrame frame) : ping_frame(frame) {} in QuicFrame()
43 QuicFrame::QuicFrame(QuicRstStreamFrame* frame) in QuicFrame()
46 QuicFrame::QuicFrame(QuicConnectionCloseFrame* frame) in QuicFrame()
49 QuicFrame::QuicFrame(QuicGoAwayFrame* frame) in QuicFrame()
52 QuicFrame::QuicFrame(QuicWindowUpdateFrame frame) in QuicFrame()
55 QuicFrame::QuicFrame(QuicBlockedFrame frame) : blocked_frame(frame) {} in QuicFrame()
57 QuicFrame::QuicFrame(QuicNewConnectionIdFrame* frame) in QuicFrame()
[all …]
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_event_logger.cc115 const quic::QuicStreamFrame& frame) { in NetLogQuicStreamFrameParams()
123 base::Value::Dict NetLogQuicAckFrameParams(const quic::QuicAckFrame* frame) { in NetLogQuicAckFrameParams()
167 const quic::QuicRstStreamFrame* frame) { in NetLogQuicRstStreamFrameParams()
176 const quic::QuicConnectionCloseFrame* frame) { in NetLogQuicConnectionCloseFrameParams()
204 const quic::QuicWindowUpdateFrame& frame) { in NetLogQuicWindowUpdateFrameParams()
211 const quic::QuicBlockedFrame& frame) { in NetLogQuicBlockedFrameParams()
217 const quic::QuicGoAwayFrame* frame) { in NetLogQuicGoAwayFrameParams()
225 const quic::QuicStopWaitingFrame* frame) { in NetLogQuicStopWaitingFrameParams()
292 const quic::QuicCryptoFrame* frame, in NetLogQuicCryptoFrameParams()
308 const quic::QuicStopSendingFrame& frame) { in NetLogQuicStopSendingFrameParams()
[all …]
H A Dquic_test_packet_printer.cc72 bool OnStreamFrame(const QuicStreamFrame& frame) override { in OnStreamFrame()
78 bool OnCryptoFrame(const QuicCryptoFrame& frame) override { in OnCryptoFrame()
105 bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override { in OnStopWaitingFrame()
109 bool OnPaddingFrame(const QuicPaddingFrame& frame) override { in OnPaddingFrame()
113 bool OnPingFrame(const QuicPingFrame& frame) override { in OnPingFrame()
117 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame()
121 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame()
128 bool OnNewConnectionIdFrame(const QuicNewConnectionIdFrame& frame) override { in OnNewConnectionIdFrame()
133 const QuicRetireConnectionIdFrame& frame) override { in OnRetireConnectionIdFrame()
137 bool OnNewTokenFrame(const QuicNewTokenFrame& frame) override { in OnNewTokenFrame()
[all …]
H A Dquic_connection_logger.cc94 void QuicConnectionLogger::OnFrameAddedToPacket(const quic::QuicFrame& frame) { in OnFrameAddedToPacket()
155 const quic::QuicStreamFrame& frame) { in OnStreamFrameCoalesced()
329 void QuicConnectionLogger::OnStreamFrame(const quic::QuicStreamFrame& frame) { in OnStreamFrame()
334 const quic::QuicPathChallengeFrame& frame) { in OnPathChallengeFrame()
339 const quic::QuicPathResponseFrame& frame) { in OnPathResponseFrame()
343 void QuicConnectionLogger::OnCryptoFrame(const quic::QuicCryptoFrame& frame) { in OnCryptoFrame()
348 const quic::QuicStopSendingFrame& frame) { in OnStopSendingFrame()
355 const quic::QuicStreamsBlockedFrame& frame) { in OnStreamsBlockedFrame()
360 const quic::QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame()
367 const quic::QuicAckFrame& frame, in OnIncomingAck()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.cc510 const QuicRstStreamFrame& frame) { in GetRstStreamFrameSize()
523 QuicTransportVersion version, const QuicConnectionCloseFrame& frame) { in GetConnectionCloseFrameSize()
558 QuicTransportVersion version, const QuicWindowUpdateFrame& frame) { in GetWindowUpdateFrameSize()
574 const QuicMaxStreamsFrame& frame) { in GetMaxStreamsFrameSize()
587 QuicTransportVersion version, const QuicStreamsBlockedFrame& frame) { in GetStreamsBlockedFrameSize()
601 const QuicBlockedFrame& frame) { in GetBlockedFrameSize()
615 size_t QuicFramer::GetStopSendingFrameSize(const QuicStopSendingFrame& frame) { in GetStopSendingFrameSize()
622 const QuicAckFrequencyFrame& frame) { in GetAckFrequencyFrameSize()
633 const QuicResetStreamAtFrame& frame) { in GetResetStreamAtFrameSize()
643 const QuicPathChallengeFrame& frame) { in GetPathChallengeFrameSize()
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/tests/
H A DFrameTargeterTest.cpp144 const Frame frame(this, vsyncId++, frameBeginTime, 10ms, 60_Hz, 60_Hz); in TEST_F() local
153 const Frame frame(this, vsyncId++, frameBeginTime, 11ms, 60_Hz, 60_Hz); in TEST_F() local
170 const Frame frame(this, VsyncId{123}, frameBeginTime, kFrameDuration, kRefreshRate, in TEST_F() local
186 Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, in TEST_F() local
191 Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); in TEST_F() local
207 { Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); } in TEST_F() local
209 Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); in TEST_F() local
217 Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); in TEST_F() local
232 { Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); } in TEST_F() local
234 Frame frame(this, vsyncId++, frameBeginTime, kFrameDuration, kRefreshRate, kRefreshRate); in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_packet_printer_bin.cc97 bool OnStreamFrame(const QuicStreamFrame& frame) override { in OnStreamFrame()
105 bool OnCryptoFrame(const QuicCryptoFrame& frame) override { in OnCryptoFrame()
136 bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override { in OnStopWaitingFrame()
140 bool OnPaddingFrame(const QuicPaddingFrame& frame) override { in OnPaddingFrame()
144 bool OnPingFrame(const QuicPingFrame& frame) override { in OnPingFrame()
148 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame()
152 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame()
159 bool OnNewConnectionIdFrame(const QuicNewConnectionIdFrame& frame) override { in OnNewConnectionIdFrame()
164 const QuicRetireConnectionIdFrame& frame) override { in OnRetireConnectionIdFrame()
168 bool OnNewTokenFrame(const QuicNewTokenFrame& frame) override { in OnNewTokenFrame()
[all …]
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DUnwinderTest.cpp214 auto* frame = &unwinder.frames()[0]; in TEST_F() local
285 auto* frame = &unwinder.frames()[0]; in TEST_F() local
351 auto* frame = &unwinder.frames()[0]; in TEST_F() local
383 auto* frame = &unwinder.frames()[0]; in TEST_F() local
415 auto* frame = &unwinder.frames()[0]; in TEST_F() local
454 auto* frame = &unwinder.frames()[0]; in TEST_F() local
490 auto* frame = &unwinder.frames()[i]; in TEST_F() local
535 auto* frame = &unwinder.frames()[0]; in TEST_F() local
603 auto* frame = &unwinder.frames()[0]; in TEST_F() local
690 auto* frame = &unwinder.frames()[0]; in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp51 std::unique_ptr<GLFrame> frame(new GLFrame(gl_env_ptr)); in Java_android_filterfw_core_GLFrame_nativeAllocate() local
66 std::unique_ptr<GLFrame> frame(new GLFrame(gl_env_ptr)); in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture() local
81 std::unique_ptr<GLFrame> frame(new GLFrame(gl_env_ptr)); in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() local
93 std::unique_ptr<GLFrame> frame(new GLFrame(gl_env_ptr)); in Java_android_filterfw_core_GLFrame_nativeAllocateExternal() local
109 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeData() local
122 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeData() local
136 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeInts() local
151 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeInts() local
165 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeFloats() local
187 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeFloats() local
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java67 …public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subrout… in execute()
635 private void evalArrayLoad(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayLoad()
663 private void evalArrayStore(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayStore()
696 private void evalBinaryMath(Type expected, Frame frame) throws BadBytecode { in evalBinaryMath()
705 private void evalGetField(int opcode, int index, Frame frame) throws BadBytecode { in evalGetField()
717 private void evalInvokeIntfMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeIntfMethod()
731 simplePush(zeroExtend(returnType), frame); in evalInvokeIntfMethod() local
734 private void evalInvokeMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeMethod()
749 simplePush(zeroExtend(returnType), frame); in evalInvokeMethod() local
752 private void evalInvokeDynamic(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeDynamic()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/
Dmove_ref.rs233 storage: DroppingSlot<'frame, Self::Storage>, in as_move()
234 ) -> Pin<MoveRef<'frame, Self::Target>> in as_move()
236 Self: 'frame; in as_move()
245 storage: DroppingSlot<'frame, Self::Storage>, in as_move()
246 ) -> Pin<MoveRef<'frame, Self::Target>> in as_move()
248 Self: 'frame, in as_move()
260 storage: DroppingSlot<'frame, Self::Storage>, in as_move()
261 ) -> Pin<MoveRef<'frame, Self::Target>> in as_move()
263 Self: 'frame, in as_move()
400 storage: DroppingSlot<'frame, Self::Storage>, in deref_move()
[all …]
Dslot.rs101 drop_flag: DropFlag<'frame>, in new_unchecked()
107 pub fn put(self, val: T) -> MoveRef<'frame, T> { in put()
115 pub fn pin(self, val: T) -> Pin<MoveRef<'frame, T>> { in pin()
120 pub fn emplace<N: New<Output = T>>(self, new: N) -> Pin<MoveRef<'frame, T>> { in emplace()
131 ) -> Result<Pin<MoveRef<'frame, T>>, N::Error> { in try_emplace()
146 pub fn into_pinned(self) -> Slot<'frame, Pin<T>> { in into_pinned()
162 pub unsafe fn cast<U>(self) -> Slot<'frame, U> { in cast()
180 pub fn into_unpinned(self) -> Slot<'frame, T> { in into_unpinned()
221 drop_flag: DropFlag<'frame>, in new_unchecked()
228 pub fn put(self, val: T) -> (&'frame mut T, DropFlag<'frame>) { in put()
[all …]
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTouchVideoFrame_test.cpp32 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST() local
45 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST() local
74 TouchVideoFrame frame(0, 0, {}, TIMESTAMP); in TEST() local
81 TouchVideoFrame frame(1, 1, {1}, TIMESTAMP); in TEST() local
88 TouchVideoFrame frame(2, 2, {1, 2, 3, 4}, TIMESTAMP); in TEST() local
95 TouchVideoFrame frame(3, 2, {1, 2, 3, 4, 5, 6}, TIMESTAMP); in TEST() local
102 TouchVideoFrame frame(3, 2, {1, 2, 3, 4, 5, 6}, TIMESTAMP); in TEST() local
114 TouchVideoFrame frame(0, 0, {}, TIMESTAMP); in TEST() local
121 TouchVideoFrame frame(1, 1, {1}, TIMESTAMP); in TEST() local
128 TouchVideoFrame frame(2, 2, {1, 2, 3, 4}, TIMESTAMP); in TEST() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_quic_framer.cc71 bool OnStreamFrame(const QuicStreamFrame& frame) override { in OnStreamFrame()
83 bool OnCryptoFrame(const QuicCryptoFrame& frame) override { in OnCryptoFrame()
119 bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override { in OnStopWaitingFrame()
124 bool OnPaddingFrame(const QuicPaddingFrame& frame) override { in OnPaddingFrame()
129 bool OnPingFrame(const QuicPingFrame& frame) override { in OnPingFrame()
134 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame()
139 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame()
144 bool OnNewConnectionIdFrame(const QuicNewConnectionIdFrame& frame) override { in OnNewConnectionIdFrame()
150 const QuicRetireConnectionIdFrame& frame) override { in OnRetireConnectionIdFrame()
155 bool OnNewTokenFrame(const QuicNewTokenFrame& frame) override { in OnNewTokenFrame()
[all …]
/aosp_15_r20/external/webrtc/video/
H A Dreceive_statistics_proxy2_unittest.cc83 VideoFrame frame = in CreateVideoFrame() local
99 VideoFrameMetaData MetaData(const VideoFrame& frame, Timestamp ts) { in MetaData()
104 VideoFrameMetaData MetaData(const VideoFrame& frame) { in MetaData()
115 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
127 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
144 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
158 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
187 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
224 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
295 webrtc::VideoFrame frame = CreateFrame(kWidth, kHeight); in TEST_F() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dbdb.py45 def trace_dispatch(self, frame, event, arg): argument
65 def dispatch_line(self, frame): argument
71 def dispatch_call(self, frame, arg): argument
84 def dispatch_return(self, frame, arg): argument
94 def dispatch_exception(self, frame, arg): argument
110 def stop_here(self, frame): argument
126 def break_here(self, frame): argument
151 def break_anywhere(self, frame): argument
157 def user_call(self, frame, argument_list): argument
162 def user_line(self, frame): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_framer_test.cc650 SpdySerializedFrame frame( in TEST_P() local
669 SpdySerializedFrame frame( in TEST_P() local
693 SpdySerializedFrame frame( in TEST_P() local
722 SpdySerializedFrame frame = MakeSerializedFrame( in TEST_P() local
747 SpdySerializedFrame frame = MakeSerializedFrame( in TEST_P() local
778 SpdySerializedFrame frame = MakeSerializedFrame( in TEST_P() local
807 SpdySerializedFrame frame = MakeSerializedFrame( in TEST_P() local
842 SpdySerializedFrame frame = in TEST_P() local
883 SpdySerializedFrame frame = MakeSerializedFrame( in TEST_P() local
915 SpdySerializedFrame frame = in TEST_P() local
[all …]

12345678910>>...138