Home
last modified time | relevance | path

Searched refs:ReadError (Results 1 – 25 of 2291) sorted by relevance

12345678910>>...92

/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/plugins/
H A Dap_wav.cpp124 return ReadError; in process()
140 return ReadError; in process()
160 return ReadError; in process()
177 return ReadError; in process()
281 return ReadError; in parse()
284 return ReadError; in parse()
287 return ReadError; in parse()
290 return ReadError; in parse()
295 return ReadError; in parse()
298 return ReadError; in parse()
[all …]
H A Dap_aiff.cpp85 return ReadError; in process()
92 return ReadError; in process()
175 return ReadError; in parse()
180 return ReadError; in parse()
186 return ReadError; in parse()
193 return ReadError; in parse()
198 return ReadError; in parse()
206 return ReadError; in parse()
209 return ReadError; in parse()
212 return ReadError; in parse()
[all …]
H A Dap_ogg.cpp589 return ReadError; in parse_opus_stream()
626 return ReadError; in parse_opus_stream()
629 return ReadError; in parse_opus_stream()
750 return ReadError; in parse_vorbis_stream()
767 return ReadError; in parse_flac_stream()
771 return ReadError; in parse_flac_stream()
775 return ReadError; in parse_flac_stream()
779 return ReadError; in parse_flac_stream()
783 return ReadError; in parse_flac_stream()
787 return ReadError; in parse_flac_stream()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/
H A Dtal.rs34 ) -> Result<Self, ReadError> { in read() argument
46 ) -> Result<Self, ReadError> { in read_named() argument
127 type Item = Result<Tal, ReadError>;
272 pub enum ReadError { enum
280 impl From<io::Error> for ReadError { implementation
282 ReadError::Io(err) in from()
286 impl From<uri::Error> for ReadError { implementation
288 ReadError::BadUri(err) in from()
300 ReadError::BadKeyInfo(err) in from()
304 impl fmt::Display for ReadError { implementation
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/repository/
H A Dtal.rs34 ) -> Result<Self, ReadError> { in read() argument
46 ) -> Result<Self, ReadError> { in read_named() argument
127 type Item = Result<Tal, ReadError>;
272 pub enum ReadError { enum
280 impl From<io::Error> for ReadError { implementation
282 ReadError::Io(err) in from()
286 impl From<uri::Error> for ReadError { implementation
288 ReadError::BadUri(err) in from()
300 ReadError::BadKeyInfo(err) in from()
304 impl fmt::Display for ReadError { implementation
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/rpc/src/
H A Derror.rs37 pub enum ReadError { enum
132 impl ReadError { impl
136 ReadError::Disconnect => true, in is_disconnect()
142 impl fmt::Display for ReadError { implementation
145 ReadError::Io(ref err) => write!(f, "I/O Error: {:?}", err), in fmt()
154 impl From<JsonError> for ReadError { implementation
155 fn from(err: JsonError) -> ReadError { in from() argument
156 ReadError::Json(err) in from()
160 impl From<io::Error> for ReadError { implementation
161 fn from(err: io::Error) -> ReadError { in from() argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tiny_http-0.6.2/src/
H A Dclient.rs55 enum ReadError { enum
116 fn read(&mut self) -> Result<Request, ReadError> { in read() argument
186 Err(ReadError::WrongRequestLine) => { in next()
194 Err(ReadError::WrongHeader(ver)) => { in next()
210 Err(ReadError::ExpectationFailed(ver)) => { in next()
217 Err(ReadError::ReadIoError(_)) => in next()
269 return Err(ReadError::WrongRequestLine) in parse_http_version()
275 return Err(ReadError::WrongRequestLine) in parse_http_version()
281 _ => Err(ReadError::WrongRequestLine) in parse_http_version()
296 _ => return Err(ReadError::WrongRequestLine) in parse_request_line()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/tiny_http-0.8.2/src/
H A Dclient.rs41 enum ReadError { enum
108 fn read(&mut self) -> Result<Request, ReadError> { in read() argument
164 ReadError::ExpectationFailed(version) in read()
189 Err(ReadError::WrongRequestLine) => { in next()
199 Err(ReadError::WrongHeader(ver)) => { in next()
217 Err(ReadError::ExpectationFailed(ver)) => { in next()
283 return Err(ReadError::WrongRequestLine); in parse_http_version()
291 return Err(ReadError::WrongRequestLine); in parse_http_version()
296 _ => Err(ReadError::WrongRequestLine), in parse_http_version()
311 _ => return Err(ReadError::WrongRequestLine), in parse_request_line()
[all …]
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DReader.cpp75 throw ReadError("Unexpected end of input"); in peek()
93 throw ReadError("Input has multiple game trees"); in read()
99 throw ReadError("Extra characters after end of tree."); in read()
107 throw ReadError("Could not open '" + file + "'"); in read()
112 catch (const ReadError& e) in read()
114 throw ReadError("Could not read '" + file + "': " + e.what()); in read()
122 throw ReadError("Unexpected end of SGF stream"); in read_char()
136 throw ReadError(string("Expected '") + expected + "'"); in read_expected()
233 throw ReadError("Extra text before node"); in read_tree()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Drunfilter.cc68 throw ReadError(); in stdout_to_string()
118 throw ReadError(); in stdout_to_string()
149 throw ReadError(); in stdout_to_string()
163 throw ReadError(); in stdout_to_string()
171 throw ReadError(); in stdout_to_string()
175 if (fh == NULL) throw ReadError(); in stdout_to_string()
181 throw ReadError(); in stdout_to_string()
197 throw ReadError(); in stdout_to_string()
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/
H A DADIOSReader.cxx42 ReadError::TestEq(1, init, "InitContext: MPI is not yet initialized"); in InitContext()
45 ReadError::TestEq(0, err); in InitContext()
177 ReadError::TestEq<ADIOS_FILE*>(nullptr, this->Impl->File, in Open()
183 ReadError::TestNe<ADIOS_FILE*>(nullptr, this->Impl->File); in Open()
199 ReadError::TestNe<ADIOS_VARINFO*>(nullptr, v); in Open()
226 ReadError::TestNe<ADIOS_FILE*>(nullptr, this->Impl->File, in GetStepRange()
237 ReadError::TestNe<ADIOS_SELECTION*>(nullptr, sel); in ScheduleReadArray()
241 ReadError::TestEq(0, err); in ScheduleReadArray()
250 ReadError::TestEq(0, err); in ReadArrays()
H A DADIOSUtilities.h70 class ReadError : public std::runtime_error
73 ReadError(const std::string& msg = "");
74 virtual ~ReadError() throw() { } in ~ReadError()
85 throw ReadError(msg);
98 throw ReadError(msg);
H A DADIOSVarInfo.cxx33 ReadError::TestEq(0, err); in VarInfo()
36 ReadError::TestEq(0, err); in VarInfo()
122 ReadError::TestEq(true, step < this->NumSteps, "Invalid step"); in GetNewestBlockIndex()
123 ReadError::TestEq(true, pid < this->NumPids, "Invalid block"); in GetNewestBlockIndex()
138 ReadError::TestNe<VarInfo::StepBlock*>(nullptr, idx, "Variable not available"); in GetDims()
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/
H A DADIOSReader.cxx42 ReadError::TestEq(1, init, "InitContext: MPI is not yet initialized"); in InitContext()
45 ReadError::TestEq(0, err); in InitContext()
177 ReadError::TestEq<ADIOS_FILE*>(NULL, this->Impl->File, in Open()
183 ReadError::TestNe<ADIOS_FILE*>(NULL, this->Impl->File); in Open()
199 ReadError::TestNe<ADIOS_VARINFO*>(NULL, v); in Open()
226 ReadError::TestNe<ADIOS_FILE*>(NULL, this->Impl->File, in GetStepRange()
237 ReadError::TestNe<ADIOS_SELECTION*>(NULL, sel); in ScheduleReadArray()
241 ReadError::TestEq(0, err); in ScheduleReadArray()
250 ReadError::TestEq(0, err); in ReadArrays()
H A DADIOSVarInfo.cxx33 ReadError::TestEq(0, err); in VarInfo()
36 ReadError::TestEq(0, err); in VarInfo()
89 ReadError::TestEq(true, step < this->BlockId.size(), "Invalid step"); in GetBlockId()
90 ReadError::TestEq(true, block < this->BlockId[step].size(), in GetBlockId()
99 ReadError::TestEq(true, step < this->BlockId.size(), "Invalid step"); in GetDims()
100 ReadError::TestEq(true, block < this->BlockId[step].size(), in GetDims()
H A DADIOSUtilities.h68 class ReadError : public std::runtime_error
71 ReadError(const std::string& msg = "");
72 virtual ~ReadError() throw() { } in ~ReadError()
83 throw ReadError(msg);
96 throw ReadError(msg);
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DDhall.hs119 -> Either (ReadError a) Text
164 data ReadError a where type
166 ConfigIsNotRecord :: Typeable a => DhallExpr a -> ReadError a
168 PackagesIsNotRecord :: Typeable a => DhallExpr a -> ReadError a
170 DependenciesIsNotList :: Typeable a => DhallExpr a -> ReadError a
172 ExprIsNotTextLit :: Typeable a => DhallExpr a -> ReadError a
174 CannotParsePackageSet :: Typeable a => DhallExpr a -> ReadError a
176 ImportCannotBeUpdated :: Typeable a => Dhall.Import -> ReadError a
180 instance (Pretty a, Typeable a) => Exception (ReadError a)
182 instance (Pretty a) => Show (ReadError a) where
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Utilities.UnitTests/
H A DPlatformManifest_Tests.cs29 manifest.ReadError.ShouldBeTrue(); in InvalidManifestLocation()
45 manifest.ReadError.ShouldBeTrue(); in EmptyManifestLocation()
71 manifest.ReadError.ShouldBeTrue(); in ManifestLocationHasNoPlatformXml()
92 manifest.Manifest.ReadError.ShouldBeTrue(); in InvalidManifest()
106 manifest.Manifest.ReadError.ShouldBeFalse(); in SimpleValidManifest()
127 manifest.Manifest.ReadError.ShouldBeFalse(); in SimpleValidManifestWithMissingFriendlyName()
150 manifest.Manifest.ReadError.ShouldBeFalse(); in DependentPlatformMissingName()
175 manifest.Manifest.ReadError.ShouldBeFalse(); in MultipleDependentPlatforms()
206 manifest.Manifest.ReadError.ShouldBeFalse(); in ContractMissingVersion()
236 manifest.Manifest.ReadError.ShouldBeFalse(); in MultipleContracts()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DParseInf.c230 BOOLEAN ReadError; in FindToken() local
251 ReadError = FALSE; in FindToken()
270 ReadError = TRUE; in FindToken()
326 !ReadError && in FindToken()
335 if (ReadError) { in FindToken()
384 BOOLEAN ReadError; in FindTokenInstanceInSection() local
403 ReadError = FALSE; in FindTokenInstanceInSection()
422 ReadError = TRUE; in FindTokenInstanceInSection()
471 !ReadError && in FindTokenInstanceInSection()
480 if (ReadError) { in FindTokenInstanceInSection()
/dports/devel/py-pex/pex-1.2.7/pex/
H A Darchiver.py18 '.tar': (tarfile.TarFile.open, tarfile.ReadError),
19 '.tar.gz': (tarfile.TarFile.open, tarfile.ReadError),
20 '.tar.bz2': (tarfile.TarFile.open, tarfile.ReadError),
21 '.tgz': (tarfile.TarFile.open, tarfile.ReadError),
/dports/graphics/libksane/libksane-21.12.3/src/
H A Dksanescanthread.cpp94 m_readStatus = ReadError; in run()
103 m_readStatus = ReadError; in run()
188 m_readStatus = ReadError; in readData()
194 m_readStatus = ReadError; in readData()
206 m_readStatus = ReadError; in readData()
238 m_readStatus = ReadError; in copyToScanData()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Drunfilter.cc261 throw ReadError("socketpair failed"); in run_filter()
390 throw ReadError("fork failed"); in run_filter()
426 throw ReadError(status); in run_filter()
444 throw ReadError(status); in run_filter()
456 throw ReadError("wait pid failed"); in run_filter()
462 if (fh == NULL) throw ReadError("popen failed"); in run_filter()
468 throw ReadError("fread failed"); in run_filter()
487 throw ReadError(status); in run_filter()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/rand-0.8.3/src/rngs/adapter/
H A Dread.rs83 .map_err(|e| Error::new(ReadError(e))) in try_fill_bytes()
89 pub struct ReadError(std::io::Error); struct
91 impl fmt::Display for ReadError { implementation
97 impl std::error::Error for ReadError { implementation
/dports/devel/grex/grex-1.3.0/cargo-crates/rand-0.8.3/src/rngs/adapter/
H A Dread.rs83 .map_err(|e| Error::new(ReadError(e))) in try_fill_bytes()
89 pub struct ReadError(std::io::Error); struct
91 impl fmt::Display for ReadError { implementation
97 impl std::error::Error for ReadError { implementation
/dports/editors/kibi/kibi-0.2.2/cargo-crates/rand-0.8.2/src/rngs/adapter/
H A Dread.rs83 .map_err(|e| Error::new(ReadError(e))) in try_fill_bytes()
89 pub struct ReadError(std::io::Error); struct
91 impl fmt::Display for ReadError { implementation
97 impl std::error::Error for ReadError { implementation

12345678910>>...92