Home
last modified time | relevance | path

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

12345678910>>...58

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_frame.cc32 QuicFrame::QuicFrame(QuicAckFrame* frame) : type(ACK_FRAME), ack_frame(frame) {} in QuicFrame()
34 QuicFrame::QuicFrame(QuicMtuDiscoveryFrame frame) in QuicFrame()
37 QuicFrame::QuicFrame(QuicStopWaitingFrame frame) : stop_waiting_frame(frame) {} in QuicFrame()
39 QuicFrame::QuicFrame(QuicPingFrame frame) : ping_frame(frame) {} in QuicFrame()
41 QuicFrame::QuicFrame(QuicRstStreamFrame* frame) in QuicFrame()
44 QuicFrame::QuicFrame(QuicConnectionCloseFrame* frame) in QuicFrame()
47 QuicFrame::QuicFrame(QuicGoAwayFrame* frame) in QuicFrame()
50 QuicFrame::QuicFrame(QuicWindowUpdateFrame frame) in QuicFrame()
53 QuicFrame::QuicFrame(QuicBlockedFrame frame) : blocked_frame(frame) {} in QuicFrame()
55 QuicFrame::QuicFrame(QuicNewConnectionIdFrame* frame) in QuicFrame()
[all …]
/external/libchrome/third_party/jinja2/
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 …]
/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 …]
/external/cronet/net/quic/
Dquic_test_packet_printer.cc70 bool OnStreamFrame(const QuicStreamFrame& frame) override { in OnStreamFrame()
76 bool OnCryptoFrame(const QuicCryptoFrame& frame) override { in OnCryptoFrame()
103 bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override { in OnStopWaitingFrame()
107 bool OnPaddingFrame(const QuicPaddingFrame& frame) override { in OnPaddingFrame()
111 bool OnPingFrame(const QuicPingFrame& frame) override { in OnPingFrame()
115 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame()
119 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame()
126 bool OnNewConnectionIdFrame(const QuicNewConnectionIdFrame& frame) override { in OnNewConnectionIdFrame()
131 const QuicRetireConnectionIdFrame& frame) override { in OnRetireConnectionIdFrame()
135 bool OnNewTokenFrame(const QuicNewTokenFrame& frame) override { in OnNewTokenFrame()
[all …]
Dquic_event_logger.cc115 const quic::QuicStreamFrame& frame) { in NetLogQuicStreamFrameParams()
123 base::Value::Dict NetLogQuicAckFrameParams(const quic::QuicAckFrame* frame) { in NetLogQuicAckFrameParams()
161 const quic::QuicRstStreamFrame* frame) { in NetLogQuicRstStreamFrameParams()
170 const quic::QuicConnectionCloseFrame* frame) { in NetLogQuicConnectionCloseFrameParams()
198 const quic::QuicWindowUpdateFrame& frame) { in NetLogQuicWindowUpdateFrameParams()
205 const quic::QuicBlockedFrame& frame) { in NetLogQuicBlockedFrameParams()
211 const quic::QuicGoAwayFrame* frame) { in NetLogQuicGoAwayFrameParams()
219 const quic::QuicStopWaitingFrame* frame) { in NetLogQuicStopWaitingFrameParams()
286 const quic::QuicCryptoFrame* frame, in NetLogQuicCryptoFrameParams()
302 const quic::QuicStopSendingFrame& frame) { in NetLogQuicStopSendingFrameParams()
[all …]
Dquic_connection_logger.cc90 void QuicConnectionLogger::OnFrameAddedToPacket(const quic::QuicFrame& frame) { in OnFrameAddedToPacket()
151 const quic::QuicStreamFrame& frame) { in OnStreamFrameCoalesced()
325 void QuicConnectionLogger::OnStreamFrame(const quic::QuicStreamFrame& frame) { in OnStreamFrame()
330 const quic::QuicPathChallengeFrame& frame) { in OnPathChallengeFrame()
335 const quic::QuicPathResponseFrame& frame) { in OnPathResponseFrame()
339 void QuicConnectionLogger::OnCryptoFrame(const quic::QuicCryptoFrame& frame) { in OnCryptoFrame()
344 const quic::QuicStopSendingFrame& frame) { in OnStopSendingFrame()
351 const quic::QuicStreamsBlockedFrame& frame) { in OnStreamsBlockedFrame()
356 const quic::QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame()
363 const quic::QuicAckFrame& frame, in OnIncomingAck()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
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 …]
/external/rust/crates/moveit/src/
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 …]
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 …]
Dalloc_support.rs32 storage: DroppingSlot<'frame, Self::Storage>, in as_move()
33 ) -> Pin<MoveRef<'frame, Self::Target>> in as_move()
35 Self: 'frame, in as_move()
45 storage: DroppingSlot<'frame, Self::Storage>, in deref_move()
46 ) -> MoveRef<'frame, Self::Target> in deref_move()
48 Self: 'frame, in deref_move()
Dcxx_support.rs113 storage: DroppingSlot<'frame, Self::Storage>, in as_move()
114 ) -> Pin<MoveRef<'frame, Self::Target>> in as_move()
116 Self: 'frame, in as_move()
134 storage: DroppingSlot<'frame, Self::Storage>, in deref_move()
135 ) -> MoveRef<'frame, Self::Target> in deref_move()
137 Self: 'frame, in deref_move()
/external/trusty/lk/arch/x86/
Dfaults.c53 static bool check_fault_handler_table(x86_iframe_t *frame) in check_fault_handler_table()
84 static void dump_fault_frame(x86_iframe_t *frame) in dump_fault_frame()
119 static void exception_die(x86_iframe_t *frame, const char *msg) in exception_die()
131 void x86_syscall_handler(x86_iframe_t *frame) in x86_syscall_handler()
136 void x86_gpf_handler(x86_iframe_t *frame) in x86_gpf_handler()
141 void x86_invop_handler(x86_iframe_t *frame) in x86_invop_handler()
146 void x86_unhandled_exception(x86_iframe_t *frame) in x86_unhandled_exception()
152 void x86_pfe_handler(x86_iframe_t *frame) in x86_pfe_handler()
213 void x86_exception_handler(x86_iframe_t *frame) in x86_exception_handler()
/external/trusty/lk/arch/arm/arm-m/
Dexceptions.c32 static void dump_frame(const struct arm_cm_exception_frame *frame) in dump_frame()
46 static void hardfault(struct arm_cm_exception_frame *frame) in hardfault()
58 static void memmanage(struct arm_cm_exception_frame *frame) in memmanage()
89 static void usagefault(struct arm_cm_exception_frame *frame) in usagefault()
115 static void busfault(struct arm_cm_exception_frame *frame) in busfault()
179 struct arm_cm_exception_frame *frame; in _hardfault() local
200 struct arm_cm_exception_frame *frame; in _memmanage() local
220 struct arm_cm_exception_frame *frame; in _busfault() local
240 struct arm_cm_exception_frame *frame; in _usagefault() local
/external/javassist/src/main/javassist/bytecode/analysis/
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 …]
/external/trusty/lk/arch/arm/arm/
Dfaults.c40 static bool check_fault_handler_table(struct arm_fault_frame *frame) in check_fault_handler_table()
113 static void dump_fault_frame(struct arm_fault_frame *frame) in dump_fault_frame()
125 static void dump_iframe(struct arm_iframe *frame) in dump_iframe()
159 static void exception_die(struct arm_fault_frame *frame, const char *msg, uint32_t crash_reason) in exception_die()
167 static void exception_die_iframe(struct arm_iframe *frame, const char *msg, uint32_t crash_reason) in exception_die_iframe()
175 __WEAK void arm_syscall_handler(struct arm_fault_frame *frame) in arm_syscall_handler()
180 void arm_undefined_handler(struct arm_iframe *frame) in arm_undefined_handler()
225 void arm_data_abort_handler(struct arm_fault_frame *frame) in arm_data_abort_handler()
288 void arm_data_abort_handler_stack_overflow(struct arm_fault_frame *frame) in arm_data_abort_handler_stack_overflow()
294 void arm_prefetch_abort_handler(struct arm_fault_frame *frame) in arm_prefetch_abort_handler()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc70 bool OnStreamFrame(const QuicStreamFrame& frame) override { in OnStreamFrame()
82 bool OnCryptoFrame(const QuicCryptoFrame& frame) override { in OnCryptoFrame()
118 bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) override { in OnStopWaitingFrame()
123 bool OnPaddingFrame(const QuicPaddingFrame& frame) override { in OnPaddingFrame()
128 bool OnPingFrame(const QuicPingFrame& frame) override { in OnPingFrame()
133 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame()
138 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame()
143 bool OnNewConnectionIdFrame(const QuicNewConnectionIdFrame& frame) override { in OnNewConnectionIdFrame()
149 const QuicRetireConnectionIdFrame& frame) override { in OnRetireConnectionIdFrame()
154 bool OnNewTokenFrame(const QuicNewTokenFrame& frame) override { in OnNewTokenFrame()
[all …]
/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 …]
/external/rust/crates/buddy_system_allocator/src/
Dtest.rs106 let mut frame = FrameAllocator::<32>::new(); in test_empty_frame_allocator() localVariable
112 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_add() localVariable
126 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_allocate_large() localVariable
132 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_add_large_size_split() localVariable
143 let mut frame = FrameAllocator::<33>::new(); in test_frame_allocator_add_large_size() localVariable
151 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_alloc_and_free() localVariable
163 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_alloc_and_free_complex() localVariable
176 let mut frame = FrameAllocator::<32>::new(); in test_frame_allocator_aligned() localVariable
/external/webrtc/audio/utility/
Daudio_frame_operations.cc75 int AudioFrameOperations::MonoToStereo(AudioFrame* frame) { in MonoToStereo()
83 int AudioFrameOperations::StereoToMono(AudioFrame* frame) { in StereoToMono()
103 int AudioFrameOperations::QuadToStereo(AudioFrame* frame) { in QuadToStereo()
139 AudioFrame* frame) { in DownmixChannels()
158 AudioFrame* frame) { in UpmixChannels()
182 void AudioFrameOperations::SwapStereoChannels(AudioFrame* frame) { in SwapStereoChannels()
194 void AudioFrameOperations::Mute(AudioFrame* frame, in Mute()
249 void AudioFrameOperations::Mute(AudioFrame* frame) { in Mute()
253 void AudioFrameOperations::ApplyHalfGain(AudioFrame* frame) { in ApplyHalfGain()
267 int AudioFrameOperations::Scale(float left, float right, AudioFrame* frame) { in Scale()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_framer.cc506 const QuicRstStreamFrame& frame) { in GetRstStreamFrameSize()
519 QuicTransportVersion version, const QuicConnectionCloseFrame& frame) { in GetConnectionCloseFrameSize()
554 QuicTransportVersion version, const QuicWindowUpdateFrame& frame) { in GetWindowUpdateFrameSize()
570 const QuicMaxStreamsFrame& frame) { in GetMaxStreamsFrameSize()
583 QuicTransportVersion version, const QuicStreamsBlockedFrame& frame) { in GetStreamsBlockedFrameSize()
597 const QuicBlockedFrame& frame) { in GetBlockedFrameSize()
611 size_t QuicFramer::GetStopSendingFrameSize(const QuicStopSendingFrame& frame) { in GetStopSendingFrameSize()
618 const QuicAckFrequencyFrame& frame) { in GetAckFrequencyFrameSize()
629 const QuicPathChallengeFrame& frame) { in GetPathChallengeFrameSize()
635 const QuicPathResponseFrame& frame) { in GetPathResponseFrameSize()
[all …]
Dquic_connection_id_manager_test.cc114 QuicNewConnectionIdFrame frame; in TEST_F() local
146 QuicNewConnectionIdFrame frame; in TEST_F() local
170 QuicNewConnectionIdFrame frame; in TEST_F() local
194 QuicNewConnectionIdFrame frame; in TEST_F() local
210 QuicNewConnectionIdFrame frame; in TEST_F() local
234 QuicNewConnectionIdFrame frame; in TEST_F() local
258 QuicNewConnectionIdFrame frame; in TEST_F() local
284 QuicNewConnectionIdFrame frame; in TEST_F() local
302 QuicNewConnectionIdFrame frame; in TEST_F() local
319 QuicNewConnectionIdFrame frame; in TEST_F() local
[all …]
/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 …]
/external/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc35 VCMFrameBuffer frame; in TEST() local
170 VCMFrameBuffer frame; in TEST() local
216 VCMFrameBuffer frame; in TEST() local
371 VCMFrameBuffer frame; in TEST() local
408 VCMFrameBuffer frame; in TEST() local
427 VCMFrameBuffer frame; in TEST() local
462 VCMFrameBuffer frame; in TEST() local
506 VCMFrameBuffer frame; in TEST() local
562 VCMFrameBuffer frame; in TEST() local
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_av1_unittest.cc121 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
136 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
150 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
167 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
179 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
193 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
206 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
223 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
254 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
279 auto frame = VideoRtpDepacketizerAv1().AssembleFrame(payloads); in TEST() local
[all …]
/external/webrtc/api/audio/test/
Daudio_frame_unittest.cc22 bool AllSamplesAre(int16_t sample, const AudioFrame& frame) { in AllSamplesAre()
42 AudioFrame frame; in TEST() local
48 AudioFrame frame; in TEST() local
55 AudioFrame frame; in TEST() local
67 AudioFrame frame; in TEST() local
91 AudioFrame frame; in TEST() local

12345678910>>...58