Home
last modified time | relevance | path

Searched refs:outError (Results 176 – 200 of 316) sorted by relevance

12345678910>>...13

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dmtree.cpp112 outError(str, false); in assignIDs()
387 outError(ERR_WRITE_OUTPUT, ofile); in printTree()
412 outError(ERR_WRITE_OUTPUT, ofile); in printNexus()
653 outError(ERR_WRITE_OUTPUT, ofile); in printTaxa()
688 outError(ERR_READ_INPUT, infile); in readTree()
753 outError(ERR_NO_MEMORY); in readTree()
755 outError(str, reportInputInfo()); in readTree()
1598 outError(str); in scaleCladeSupport()
1974 outError(ERR_WRITE_OUTPUT, filename); in calcDist()
2046 outError(ERR_WRITE_OUTPUT, filename); in printTaxa()
[all …]
H A Ddiscordance.cpp126 outError(__func__, " only work with bifurcating tree"); in computeSiteConcordance()
137 outError(__func__, " only work with bifurcating tree"); in computeSiteConcordance()
273 outError("Taxon not found in full tree: ", *it); in computeGeneConcordance()
406 outError("Not working yet, need consent from Zhou et al."); in computeQuartetConcordance()
437 outError(__func__, " only work with bifurcating tree"); in computeQuartetConcordance()
H A Dmatree.cpp103 outError("Tree has different number of taxa!"); in comparedTo()
111 outError("Tree has different taxa names!"); in comparedTo()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h33 u32 __IoGetFileHandleFromId(u32 id, u32 &outError);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h33 u32 __IoGetFileHandleFromId(u32 id, u32 &outError);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h33 u32 __IoGetFileHandleFromId(u32 id, u32 &outError);
/dports/biology/iqtree/IQ-TREE-2.0.6/pda/
H A Decopdmtreeset.cpp34 outError("Tree file and tree weight file have different number of entries"); in initEcoSD()
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelprotein.cpp776 outError("Invalid protein model name ", model_name); in init()
812 outError("Cannot initialize from non-reversible model"); in init()
H A Dratefree.cpp50outError("Number of parameters for FreeRate model must be twice number of categories"); in RateFree()
62 outError("Sum of category proportions not equal to 1"); in RateFree()
64 outError(str); in RateFree()
601 outError("Fixed given p-invar is not supported"); in optimizeWithEM()
H A Dpartitionmodel.cpp117 outError("Linking codon models not supported"); in PartitionModel()
119 outError("Linking POMO models not supported"); in PartitionModel()
252 outError("No partition has Gamma rate heterogeneity!"); in computeFunction()
295 outError("No partition has model ", model->getName()); in targetFunk()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/avfoundation/
H A DAVAsynchronousKeyValueLoading.inc27 …function statusOfValueForKey_error (key: NSString; outError: NSErrorPtr): AVKeyValueStatus; messag…
H A DAVMetadataItem.inc31 …function statusOfValueForKey_error (key: NSString; outError: NSErrorPtr): AVKeyValueStatus; messag…
45 …function statusOfValueForKey_error (key: NSString; outError: NSErrorPtr): AVKeyValueStatus; messag…
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/oc/
H A D50007-misc.m21 *outError = [NSError errorWithDomain: NSCocoaErrorDomain
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/oc/
H A Dmisc.m22 *outError = [NSError errorWithDomain:NSCocoaErrorDomain
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPDocument_Saving.m152 error: (NSError **) outError
178 error: outError];
210 error: (NSError **) outError
216 error: outError];
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dbindings-pool.h84 gboolean xfdashboard_bindings_pool_load(XfdashboardBindingsPool *self, GError **outError);
H A Dtheme-effects.h84 GError **outError);
H A Dtheme-layout.h110 GError **outError);
H A Dtheme-css.h99 GError **outError);
H A Dtheme-animation.h100 GError **outError);
H A Dtheme.h95 GError **outError);
/dports/biology/iqtree/IQ-TREE-2.0.6/nclextra/
H A Dmyreader.h46 outError(ERR_READ_INPUT); in MyReader()
/dports/textproc/R-cran-readxl/readxl/src/
H A Dxls.c1402 static xlsWorkBook *xls_open_ole(OLE2 *ole, const char *charset, xls_error_t *outError) { in xls_open_ole() argument
1475 if (outError) in xls_open_ole()
1476 *outError = retval; in xls_open_ole()
1486 xlsWorkBook* xls_open_file(const char *file, const char* charset, xls_error_t *outError) { in xls_open_file() argument
1492 if (outError) *outError = LIBXLS_ERROR_OPEN; in xls_open_file()
1496 return xls_open_ole(ole, charset, outError); in xls_open_file()
1500 const char *charset, xls_error_t *outError) { in xls_open_buffer() argument
1505 if (outError) *outError = LIBXLS_ERROR_OPEN; in xls_open_buffer()
1509 return xls_open_ole(ole, charset, outError); in xls_open_buffer()
/dports/math/libxls/libxls-1.6.2/src/
H A Dxls.c1409 static xlsWorkBook *xls_open_ole(OLE2 *ole, const char *charset, xls_error_t *outError) { in xls_open_ole() argument
1477 if (outError) in xls_open_ole()
1478 *outError = retval; in xls_open_ole()
1488 xlsWorkBook* xls_open_file(const char *file, const char* charset, xls_error_t *outError) { in xls_open_file() argument
1494 if (outError) *outError = LIBXLS_ERROR_OPEN; in xls_open_file()
1498 return xls_open_ole(ole, charset, outError); in xls_open_file()
1502 const char *charset, xls_error_t *outError) { in xls_open_buffer() argument
1507 if (outError) *outError = LIBXLS_ERROR_OPEN; in xls_open_buffer()
1511 return xls_open_ole(ole, charset, outError); in xls_open_buffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/file_transfer/
H A Dfile_chooser_mac.mm23 - (BOOL)panel:(id)sender validateURL:(NSURL*)url error:(NSError**)outError;
31 - (BOOL)panel:(id)sender validateURL:(NSURL*)url error:(NSError**)outError {

12345678910>>...13