Home
last modified time | relevance | path

Searched refs:IRandomAccessStream (Results 1 – 25 of 120) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DMultiInterfaceReadOnlyStream.cs16 public class MultiInterfaceReadOnlyStream : Stream, IRandomAccessStream
113 bool IRandomAccessStream.CanRead
118 bool IRandomAccessStream.CanWrite
123 IRandomAccessStream IRandomAccessStream.CloneStream() in IRandomAccessStream.CloneStream()
128 IInputStream IRandomAccessStream.GetInputStreamAt(ulong position) in IRandomAccessStream.GetInputStreamAt()
134 IOutputStream IRandomAccessStream.GetOutputStreamAt(ulong position) in IRandomAccessStream.GetOutputStreamAt()
139 ulong IRandomAccessStream.Position
147 void IRandomAccessStream.Seek(ulong position) in IRandomAccessStream.Seek()
152 ulong IRandomAccessStream.Size
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/IO/
H A DWinRtToNetFxStreamAdapter.cs30 bool canSeek = windowsRuntimeStream is IRandomAccessStream; in Create()
38 IRandomAccessStream iras = (IRandomAccessStream)windowsRuntimeStream; in Create()
63 …winRtStream is IInputStream || winRtStream is IOutputStream || winRtStream is IRandomAccessStream); in WinRtToNetFxStreamAdapter()
65 …bug.Assert((canSeek && (winRtStream is IRandomAccessStream)) || (!canSeek && !(winRtStream is IRan… in WinRtToNetFxStreamAdapter()
72 … (winRtStream is IRandomAccessStream && !((IRandomAccessStream)winRtStream).CanRead) in WinRtToNetFxStreamAdapter()
81 … (winRtStream is IRandomAccessStream && !((IRandomAccessStream)winRtStream).CanWrite) in WinRtToNetFxStreamAdapter()
243 IRandomAccessStream wrtStr = EnsureNotDisposed<IRandomAccessStream>();
267 IRandomAccessStream wrtStr = EnsureNotDisposed<IRandomAccessStream>();
291 IRandomAccessStream wrtStr = EnsureNotDisposed<IRandomAccessStream>();
307 IRandomAccessStream wrtStr = EnsureNotDisposed<IRandomAccessStream>(); in Seek()
[all …]
H A DNetFxToWinRtStreamAdapter.cs59 …private class RandomAccessStream : NetFxToWinRtStreamAdapter, IRandomAccessStream, IInputStream, I…
149 Debug.Assert(!stream.CanSeek || (stream.CanSeek && this is IRandomAccessStream)); in NetFxToWinRtStreamAdapter()
327 #region IRandomAccessStream public interface
330 #region IRandomAccessStream public interface: Not cloning related
428 #endregion IRandomAccessStream public interface: Not cloning related
431 #region IRandomAccessStream public interface: Cloning related
448 public IRandomAccessStream CloneStream() in CloneStream()
467 #endregion IRandomAccessStream public interface: Cloning related
469 #endregion IRandomAccessStream public interface
H A DWindowsRuntimeStreamExtensions.cs120 public static Stream AsStream(this IRandomAccessStream windowsRuntimeStream) in AsStream()
127 … public static Stream AsStream(this IRandomAccessStream windowsRuntimeStream, Int32 bufferSize) in AsStream()
283 public static IRandomAccessStream AsRandomAccessStream(this Stream stream) in AsRandomAccessStream()
291 Contract.Ensures(Contract.Result<IRandomAccessStream>() != null); in AsRandomAccessStream()
296 IRandomAccessStream winRtStream = adapter as IRandomAccessStream; in AsRandomAccessStream()
H A DWindowsRuntimeStorageExtensions.cs34IRandomAccessStream windowsRuntimeStream = await windowsRuntimeFile.OpenAsync(FileAccessMode.Read) in OpenStreamForReadAsyncCore()
63IRandomAccessStream windowsRuntimeStream = await windowsRuntimeFile.OpenAsync(FileAccessMode.ReadW… in OpenStreamForWriteAsyncCore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/webshare/win/
H A Dfake_storage_file_statics_unittest.cc30 using ABI::Windows::Storage::Streams::IRandomAccessStream;
136 ComPtr<IRandomAccessStream> opened_stream; in TEST()
139 ComPtr<IAsyncOperation<IRandomAccessStream*>> open_operation; in TEST()
143 Callback<IAsyncOperationCompletedHandler<IRandomAccessStream*>>( in TEST()
145 IAsyncOperation<IRandomAccessStream*>* async_operation, in TEST()
H A Dfake_storage_file_statics.cc40 using ABI::Windows::Storage::Streams::IRandomAccessStream;
86 IAsyncOperation<IRandomAccessStream*>** operation) final { in OpenAsync()
94 Make<base::win::FakeIAsyncOperation<IRandomAccessStream*>>(); in OpenAsync()
226 void OnOpenAsync(ComPtr<base::win::FakeIAsyncOperation<IRandomAccessStream*>> in OnOpenAsync()
241 ComPtr<IRandomAccessStream> random_access_stream; in OnOpenAsync()
H A Dfake_random_access_stream.h24 ABI::Windows::Storage::Streams::IRandomAccessStream,
47 CloneStream(IRandomAccessStream** stream) final;
H A Dshare_operation_unittest.cc46 using ABI::Windows::Storage::Streams::IRandomAccessStream;
80 ComPtr<IRandomAccessStream> stream; in ReadFile()
83 ComPtr<IAsyncOperation<IRandomAccessStream*>> open_operation; in ReadFile()
87 Callback<IAsyncOperationCompletedHandler<IRandomAccessStream*>>( in ReadFile()
89 IAsyncOperation<IRandomAccessStream*>* async_operation, in ReadFile()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/Streams/
H A Dmod.rs2822 pub struct IRandomAccessStream(::windows::runtime::IInspectable);
2823 unsafe impl ::windows::runtime::Interface for IRandomAccessStream {
2827 impl IRandomAccessStream {
2915 unsafe impl ::windows::runtime::RuntimeType for IRandomAccessStream {
2919 fn from(value: IRandomAccessStream) -> Self {
2924 fn from(value: &IRandomAccessStream) -> Self {
2939 fn from(value: IRandomAccessStream) -> Self {
2944 fn from(value: &IRandomAccessStream) -> Self {
2984 impl ::std::convert::TryFrom<IRandomAccessStream> for IInputStream {
2990 impl ::std::convert::TryFrom<&IRandomAccessStream> for IInputStream {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWindowsSMTCProvider.h27 using ABI::Windows::Storage::Streams::IRandomAccessStream;
99 ComPtr<IRandomAccessStream> mImageStream;
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWindowsSMTCProvider.h27 using ABI::Windows::Storage::Streams::IRandomAccessStream;
99 ComPtr<IRandomAccessStream> mImageStream;
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWindowsSMTCProvider.h27 using ABI::Windows::Storage::Streams::IRandomAccessStream;
99 ComPtr<IRandomAccessStream> mImageStream;
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/streams/
H A Dfileio_winrt.cpp43 _file_info_impl(Streams::IRandomAccessStream ^ stream, std::ios_base::openmode mode)
49 …_file_info_impl(Streams::IRandomAccessStream ^ stream, std::ios_base::openmode mode, size_t buffer…
55 Streams::IRandomAccessStream ^ m_stream;
96 void _finish_create(Streams::IRandomAccessStream ^ stream,
138 …pplx::create_task(file->OpenAsync(acc_mode)).then([=](pplx::task<Streams::IRandomAccessStream ^> s… in __anon81e52e210102()
719 ref class IRandomAccessStream_bridge sealed : public Windows::Storage::Streams::IRandomAccessStream
754 virtual Windows::Storage::Streams::IRandomAccessStream ^
1036 Windows::Storage::Streams::IRandomAccessStream ^ Concurrency::streams::winrt_stream::create_random_…
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DFixModelByWin10.cpp141 ABI::Windows::Storage::Streams::IRandomAccessStream **fileStream, in winrt_open_file_stream()
172 …ndows::Foundation::IAsyncOperation<ABI::Windows::Storage::Streams::IRandomAccessStream*>> fileStre… in winrt_open_file_stream()
221 Microsoft::WRL::ComPtr<ABI::Windows::Storage::Streams::IRandomAccessStream> fileStream; in fix_model_by_win10_sdk()
266 …ndows::Foundation::IAsyncOperation<ABI::Windows::Storage::Streams::IRandomAccessStream*>> generato… in fix_model_by_win10_sdk()
271 Microsoft::WRL::ComPtr<ABI::Windows::Storage::Streams::IRandomAccessStream> generatorStream; in fix_model_by_win10_sdk()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/SpeechSynthesis/
H A Dmod.rs286 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in Size()
294 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in SetSize()
299 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in GetInputStreamAt()
307 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in GetOutputStreamAt()
315 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in Position()
323 …&::windows::runtime::Interface::cast::<super::super::Storage::Streams::IRandomAccessStream>(self)?; in Seek()
327 …eStream(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IRandomAccessStream> { in CloneStream() argument
514 …::convert::TryFrom<SpeechSynthesisStream> for super::super::Storage::Streams::IRandomAccessStream { implementation
521 …:convert::TryFrom<&SpeechSynthesisStream> for super::super::Storage::Streams::IRandomAccessStream { implementation
529 …param(self) -> ::windows::runtime::Param<'a, super::super::Storage::Streams::IRandomAccessStream> { in into_param() argument
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/winrt/
H A DStorageFileStream.h23 Windows::Storage::Streams::IRandomAccessStream^ m_stream;
/dports/graphics/opencv/opencv-4.5.3/samples/winrt/ImageManipulations/
H A DAdvancedCapture.xaml.cpp61 Windows::Storage::Streams::IRandomAccessStream ^InputStream;
62 Windows::Storage::Streams::IRandomAccessStream ^OutputStream;
399 …torage::FileAccessMode::Read)).then([state](Windows::Storage::Streams::IRandomAccessStream ^stream)
411 }).then([state](Windows::Storage::Streams::IRandomAccessStream ^stream) in __anon5a87513b0b02()
/dports/multimedia/QtAV/QtAV-1.13.0/src/io/
H A DWinRTIO.cpp232 ComPtr<IAsyncOperation<IRandomAccessStream*>> op; in open()
234 ComPtr<IRandomAccessStream> stream; in open()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/tests/System/IO/
H A DStorageFileMock.cs14 public IAsyncOperation<IRandomAccessStream> OpenAsync(FileAccessMode accessMode) in OpenAsync()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/LockScreen/
H A Dmod.rs241 …fn Logo(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IRandomAccessStream> {
245 …opy(this), &mut result__).from_abi::<super::super::Storage::Streams::IRandomAccessStream>(result__)
249 …n Glyph(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IRandomAccessStream> {
253 …opy(this), &mut result__).from_abi::<super::super::Storage::Streams::IRandomAccessStream>(result__)
346 …enImage(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IRandomAccessStream> {
350 …opy(this), &mut result__).from_abi::<super::super::Storage::Streams::IRandomAccessStream>(result__)
409 …armIcon(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IRandomAccessStream> {
413 …opy(this), &mut result__).from_abi::<super::super::Storage::Streams::IRandomAccessStream>(result__)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/filesystem/
H A DWinLibraryFile.h56 winrt::Windows::Storage::Streams::IRandomAccessStream m_fileStream = nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/system_media_controls/win/
H A Dsystem_media_controls_win.h82 Microsoft::WRL::ComPtr<ABI::Windows::Storage::Streams::IRandomAccessStream>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/system_media_controls/win/
H A Dsystem_media_controls_win.h82 Microsoft::WRL::ComPtr<ABI::Windows::Storage::Streams::IRandomAccessStream>
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/ref/
H A DSystem.Runtime.WindowsRuntime.cs77 …public static global::Windows.Storage.Streams.IRandomAccessStream AsRandomAccessStream(this global… in AsRandomAccessStream()
79 …al::System.IO.Stream AsStream(this global::Windows.Storage.Streams.IRandomAccessStream windowsRunt… in AsStream()
81 …al::System.IO.Stream AsStream(this global::Windows.Storage.Streams.IRandomAccessStream windowsRunt… in AsStream()

12345