/aosp_15_r20/external/pdfium/core/fpdfapi/edit/ |
H A D | cpdf_pagecontentmanager.cpp | 95 auto new_stream = document_->NewIndirect<CPDF_Stream>(); in AddStream() local 149 auto new_stream = document_->NewIndirect<CPDF_Stream>(); in UpdateStream() local 167 auto new_stream = document_->NewIndirect<CPDF_Stream>(); in UpdateStream() local
|
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A D | shm_streams.rs | 208 fn new_stream( in new_stream() method 316 fn new_stream( in new_stream() method 327 let new_stream = NullShmStream::new(buffer_size, num_channels, format, frame_rate); localVariable 462 fn new_stream( in new_stream() method 476 let new_stream = MockShmStream::new(num_channels, frame_rate, format, buffer_size); localVariable
|
/aosp_15_r20/external/libsrtp2/srtp/ |
H A D | srtp.c | 1998 srtp_stream_ctx_t *new_stream; in srtp_unprotect_aead() local 2089 srtp_stream_ctx_t *new_stream; in srtp_protect_mki() local 2683 srtp_stream_ctx_t *new_stream; in srtp_unprotect_mki() local 3824 srtp_stream_ctx_t *new_stream; in srtp_unprotect_rtcp_aead() local 3897 srtp_stream_ctx_t *new_stream; in srtp_protect_rtcp_mki() local 4377 srtp_stream_ctx_t *new_stream; in srtp_unprotect_rtcp_mki() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/ |
H A D | moqt_session.cc | 301 webtransport::Stream* new_stream = in OpenUnidirectionalStream() local 398 bool new_stream = false; in PublishObject() local
|
H A D | moqt_session_test.cc | 69 auto new_stream = std::make_unique<MoqtSession::Stream>( in CreateControlStream() local 80 auto new_stream = std::make_unique<MoqtSession::Stream>( in CreateUniStream() local
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | channel.cc | 651 StreamParams& new_stream = all_streams.back(); in UpdateLocalStreams_w() local 732 for (const StreamParams& new_stream : streams) { in UpdateRemoteStreams_w() local
|
H A D | sdp_offer_answer.cc | 738 webrtc::MediaStreamInterface* new_stream) { in CanAddLocalMediaStream() 2176 MediaStreamInterface* new_stream = new_streams->at(i); in PlanBUpdateSendersAndReceivers() local
|
H A D | peer_connection_rtp_unittest.cc | 768 cricket::StreamParams new_stream; in TEST_F() local
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | integration_test_helpers.cc | 40 StreamParams new_stream; in RemoveSsrcsAndKeepMsids() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/ |
D | socket.rs | 119 pub fn new_stream() -> io::Result<UnixSocket> { in new_stream() method
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | local_device_state.cc | 118 auto new_stream = std::make_unique<se::Stream>(executor_); in ThenExecuteCallback() local
|
/aosp_15_r20/external/pytorch/c10/xpu/test/impl/ |
H A D | XPUStreamTest.cpp | 86 auto new_stream = c10::xpu::getStreamFromPool(); in thread_fun() local
|
/aosp_15_r20/external/crosvm/libcras_stub/src/ |
H A D | libcras.rs | 146 fn new_stream( in new_stream() method
|
/aosp_15_r20/external/antlr/runtime/Ruby/test/unit/ |
H A D | test-trees.rb | 16 def new_stream(t) method in TestTreeNodeStream
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | cuda_stream_test.cpp | 93 auto new_stream = at::cuda::getStreamFromPool(); in thread_fun() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/ |
H A D | shm_streams.rs | 143 fn new_stream( in new_stream() method
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | logging_manager.py | 567 def _redirect_logging_stream_handlers(self, old_stream, new_stream): argument
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/ |
H A D | stream_info.rs | 465 fn new_stream() -> StreamInfo { in new_stream() function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_network_transaction.cc | 403 std::unique_ptr<HttpStream> new_stream; in DidDrainBodyForAuthRestart() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/encoder/ |
H A D | mod.rs | 559 let new_stream = Stream::new( in stream_create() localVariable
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_ctx_manager.py | 436 def fn(x, cur_stream, new_stream): argument
|
/aosp_15_r20/external/libaom/apps/ |
H A D | aomenc.c | 804 static struct stream_state *new_stream(struct AvxEncoderConfig *global, in new_stream() function
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 845 static struct stream_state *new_stream(struct VpxEncoderConfig *global, in new_stream() function
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session.cc | 1628 auto new_stream = std::make_unique<SpdyStream>( in CreateStream() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump.cc | 6468 scoped_ptr<T> new_stream(new T(this)); in GetStream() local
|