Home
last modified time | relevance | path

Searched defs:CanSeek (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/IO/Compression/
H A DLocalMemoryStream.cs38 public void SetCanSeek(bool CanSeek) { _canSeek = CanSeek; } in SetCanSeek()
40 public override bool CanSeek => _canSeek ?? base.CanSeek; field in LocalMemoryStream
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioFile/AFPublic/
H A DDataSource.h197 virtual Boolean CanSeek() const { return true; } in CanSeek() function
268 virtual Boolean CanSeek() const { return mDataSource->CanSeek(); } in CanSeek() function
322 virtual Boolean CanSeek() const { return true; } in CanSeek() function
363 virtual Boolean CanSeek() const { return true; } in CanSeek() function
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Tests/TestSupport/
H A DStreams.cs106 public override bool CanSeek { property in ICSharpCode.SharpZipLib.Tests.TestSupport.MemoryStreamWithoutSeek
132 public override bool CanSeek { property in ICSharpCode.SharpZipLib.Tests.TestSupport.NullStream
282 public override bool CanSeek { property in ICSharpCode.SharpZipLib.Tests.TestSupport.WindowedStream
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/
H A DUnseekableFileStream.cs13 public override bool CanSeek property in System.IO.Tests.UnseekableFileStream
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/tests/PortableExecutable/
H A DTestStream.cs22 public override bool CanSeek => _canSeek; field in System.Reflection.Metadata.Tests.TestStream
H A DTestStreamBase.cs19 public override bool CanSeek property in System.Reflection.Metadata.Tests.TestStreamBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SQLTypes/
H A DSqlCharStream.cs39 public abstract bool CanSeek { get; } property in System.Data.SqlTypes.SqlStreamChars
127 public override bool CanSeek property in System.Data.SqlTypes.SqlStreamChars.NullSqlStreamChars
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/tests/TestUtilities/
H A DCustomAccessMemoryStream.cs22 public override bool CanSeek => _canSeek; field in System.Reflection.Metadata.Tests.CustomAccessMemoryStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.IO.Packaging/
H A DFakeStream.cs55 public override bool CanSeek { property in MonoTests.System.IO.Packaging.FakeStream
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/playback/
H A DRealtimePlayback.h26 bool CanSeek() const override { return false; } in CanSeek() function
H A DReversiblePlayback.h43 bool CanSeek() const override { return true; } in CanSeek() function
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DStreamWrapper.cs157 public override bool CanSeek property in IceInternal.OutputStreamWrapper
292 public override bool CanSeek property in IceInternal.InputStreamWrapper
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DStreamWrapper.cs157 public override bool CanSeek property in IceInternal.OutputStreamWrapper
292 public override bool CanSeek property in IceInternal.InputStreamWrapper
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DStreamWrapper.cs157 public override bool CanSeek property in IceInternal.OutputStreamWrapper
292 public override bool CanSeek property in IceInternal.InputStreamWrapper
/dports/audio/spotify-qt/spotify-qt-3.7/src/mediaplayer/
H A Dmediaplayerplayer.hpp41 Q_PROPERTY(bool CanSeek READ canControl) property in mp::MediaPlayerPlayer
/dports/sysutils/siegfried/siegfried-1.9.1/internal/siegreader/
H A Dexternal.go27 func (e *external) CanSeek(off int64, whence bool) (bool, error) { func
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/paplayer/
H A DICodec.h46 virtual bool CanSeek() {return true;} in CanSeek() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/
H A DZipCustomStreams.cs63 public override bool CanSeek => !_isDisposed && _baseStream.CanSeek; field in System.IO.Compression.WrappedStream
194 public override bool CanSeek => false; field in System.IO.Compression.SubReadStream
339 public override bool CanSeek => false; field in System.IO.Compression.CheckSumAndSizeWriteStream
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DTypeInfoTests.cs18 public abstract bool CanSeek { get; } property in System.Reflection.Tests.TestTypeBase
73 public override bool CanSeek => false; field in System.Reflection.Tests.TestType
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDInputStreams/
H A DDVDInputStream.h117 virtual bool CanSeek() { return !IsInMenu(); }; in CanSeek() function
159 virtual bool CanSeek() { return true; } //! @todo drop this in CanSeek() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/FileStream/
H A Dctor_sfh_fa.cs188 public override bool CanSeek property in System.IO.Tests.DerivedFileStream_ctor_sfh_fa.DerivedFileStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DOutputFilterStream.cs49 public override bool CanSeek { property in System.Web.OutputFilterStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlClientWrapperSmiStream.cs35 public override bool CanSeek { property in Microsoft.SqlServer.Server.SqlClientWrapperSmiStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Http/Mono.Http/
H A DGZipWriteFilter.cs53 public override bool CanSeek { property in Mono.Http.GZipWriteFilter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/
H A DImmutableMemoryStream.cs32 public override bool CanSeek property in System.Reflection.Internal.ImmutableMemoryStream

12345678910>>...23