Home
last modified time | relevance | path

Searched refs:outError (Results 26 – 50 of 316) sorted by relevance

12345678910>>...13

/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonpointer/
H A Dpointer.go52 outError error member
80 return is.getOutNode, is.getOutKind, is.outError
89 return document, is.outError
97 return document, is.outError
108 i.outError = nil
110 i.outError = nil
139 i.outError = fmt.Errorf("Object has no key '%s'", decodedToken)
148 i.outError = fmt.Errorf("Invalid array index '%s'", token)
154 i.outError = fmt.Errorf("Out of bound array[0,%d] index '%d'", len(v), tokenIndex)
171 i.outError = fmt.Errorf("Invalid token reference '%s'", token)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/xeipuuv/gojsonpointer/
H A Dpointer.go52 outError error member
91 return is.getOutNode, is.getOutKind, is.outError
100 return document, is.outError
112 i.outError = nil
114 i.outError = nil
138 i.outError = errors.New(fmt.Sprintf("Object has no key '%s'", token))
148 i.outError = errors.New(fmt.Sprintf("Invalid array index '%s'", token))
155 i.outError = errors.New(fmt.Sprintf("Out of bound array[0,%d] index '%d'", sLength, tokenIndex))
167 i.outError = errors.New(fmt.Sprintf("Invalid token reference '%s'", token))
180 i.outError = nil
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/avfoundation/
H A DAVAudioFile.inc16 …function initForReading_error (fileURL: NSURL; outError: NSErrorPtr): instancetype; message 'initF…
17 …or (fileURL: NSURL; format: AVAudioCommonFormat; interleaved: ObjCBOOL; outError: NSErrorPtr): ins…
18 …function initForWriting_settings_error (fileURL: NSURL; settings: NSDictionary; outError: NSErrorP…
19 …ings: NSDictionary; format: AVAudioCommonFormat; interleaved: ObjCBOOL; outError: NSErrorPtr): ins…
20 …function readIntoBuffer_error (buffer: AVAudioPCMBuffer; outError: NSErrorPtr): ObjCBOOL; message …
21 …_frameCount_error (buffer: AVAudioPCMBuffer; frames: AVAudioFrameCount; outError: NSErrorPtr): Obj…
22 …function writeFromBuffer_error (buffer: AVAudioPCMBuffer; outError: NSErrorPtr): ObjCBOOL; message…
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelfactory.cpp319 outError("No closing bracket in PoMo parameters."); in ModelFactory()
406 outError("Close bracket not found in ", fmix_str); in ModelFactory()
439 outError("Close bracket not found in ", fstr); in ModelFactory()
504 outError("Unknown state frequency type ",fstr); in ModelFactory()
728 outError("p_invar must be in [0,1)"); in ModelFactory()
730 outError("Wrong model name ", rate_str); in ModelFactory()
751 outError("Wrong model name ", rate_str); in ModelFactory()
766 outError("Wrong model name ", rate_str); in ModelFactory()
786 outError("Wrong model name ", rate_str); in ModelFactory()
856 outError("Invalid rate heterogeneity type"); in ModelFactory()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/audio/
H A DRTCAudioSession.mm361 if (outError) {
624 if (outError) {
625 *outError = nil;
633 if (outError) {
634 *outError = nil;
642 if (outError) {
643 *outError = nil;
656 if (outError) {
667 if (outError) {
702 if (outError) {
[all …]
H A DRTCAudioSession+Private.h49 - (BOOL)beginWebRTCSession:(NSError **)outError;
55 - (BOOL)endWebRTCSession:(NSError **)outError;
64 - (BOOL)configureWebRTCSession:(NSError **)outError;
71 - (BOOL)unconfigureWebRTCSession:(NSError **)outError;
H A DRTCAudioSession+Configuration.mm20 : (NSError **)outError {
24 error:outError];
29 error:(NSError **)outError {
33 error:outError];
41 error:(NSError **)outError {
43 if (outError) {
44 *outError = nil;
169 if (outError) {
170 *outError = error;
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtheme.c97 GError **outError) in _xfdashboard_theme_load_resources() argument
108 g_return_val_if_fail(outError==NULL || *outError==NULL, FALSE); in _xfdashboard_theme_load_resources()
117 g_set_error(outError, in _xfdashboard_theme_load_resources()
137 g_propagate_error(outError, error); in _xfdashboard_theme_load_resources()
160 g_propagate_error(outError, error); in _xfdashboard_theme_load_resources()
180 g_propagate_error(outError, error); in _xfdashboard_theme_load_resources()
201 g_propagate_error(outError, error); in _xfdashboard_theme_load_resources()
306 g_propagate_error(outError, error); in _xfdashboard_theme_load_resources()
904 GError **outError) in xfdashboard_theme_load() argument
910 g_return_val_if_fail(outError==NULL || *outError==NULL, FALSE); in xfdashboard_theme_load()
[all …]
H A Dtheme-css.c265 g_return_val_if_fail(!outError || *outError==NULL, NULL); in _xfdashboard_theme_css_get_argument()
272 outError, in _xfdashboard_theme_css_get_argument()
285 outError, in _xfdashboard_theme_css_get_argument()
420 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_try_icons()
500 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_lighter_darker()
548 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_alpha()
620 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_shade()
685 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_mix()
786 g_return_val_if_fail(!outError || *outError==NULL, FALSE); in _xfdashboard_theme_css_function_rgb_rgba()
2347 g_return_val_if_fail(outError==NULL || *outError==NULL, FALSE); in _xfdashboard_theme_css_parse_css()
[all …]
/dports/x11/bemenu/bemenu-0.6.4/lib/3rdparty/
H A Dcdl.c17 void* chckDlLoad(const char *file, const char **outError) in chckDlLoad() argument
44 if (outError) in chckDlLoad()
45 *outError = error; in chckDlLoad()
50 void* chckDlLoadSymbol(void *handle, const char *name, const char **outError) in chckDlLoadSymbol() argument
79 if (outError) in chckDlLoadSymbol()
80 *outError = error; in chckDlLoadSymbol()
/dports/graphics/graphviz/graphviz-2.44.1/macosx/
H A DGVZGraph.m62 - (id)initWithURL:(NSURL *)URL error:(NSError **)outError
70 if (outError)
71 *outError = [NSError errorWithDomain:NSPOSIXErrorDomain code:errno userInfo:nil];
78 if (outError)
93 NSMutableData *memory = [NSMutableData dataWithContentsOfURL:URL options:0 error:outError];
105 if (outError)
122 - (BOOL)writeToURL:(NSURL *)URL error:(NSError **)outError
128 if (outError)
129 *outError = [NSError errorWithDomain:NSPOSIXErrorDomain code:errno userInfo:nil];
135 if (outError)
[all …]
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPDocument_FileFormats.m44 - (NSData *) dataOfType: (NSString *) typeName error: (NSError **) outError
51 if (outError)
53 *outError = nil;
113 if (outError)
115 *outError = [NSError ppError_UnableToCreateDataOfType: typeName];
123 error: (NSError **) outError
166 if (outError)
168 *outError = nil;
174 if (outError)
181 *outError = error;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/audio/
H A DRTCAudioSession+Private.h37 - (BOOL)checkLock:(NSError **)outError;
50 - (BOOL)beginWebRTCSession:(NSError **)outError;
56 - (BOOL)endWebRTCSession:(NSError **)outError;
65 - (BOOL)configureWebRTCSession:(NSError **)outError;
72 - (BOOL)unconfigureWebRTCSession:(NSError **)outError;
H A DRTCAudioSession+Configuration.mm19 error:(NSError **)outError {
23 error:outError];
28 error:(NSError **)outError {
32 error:outError];
40 error:(NSError **)outError {
42 if (outError) {
43 *outError = nil;
45 if (![self checkLock:outError]) {
171 if (outError) {
172 *outError = error;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/audio/
H A DRTCAudioSession+Private.h38 - (BOOL)checkLock:(NSError **)outError;
51 - (BOOL)beginWebRTCSession:(NSError **)outError;
57 - (BOOL)endWebRTCSession:(NSError **)outError;
66 - (BOOL)configureWebRTCSession:(NSError **)outError;
73 - (BOOL)unconfigureWebRTCSession:(NSError **)outError;
H A DRTCAudioSession+Configuration.mm20 : (NSError **)outError {
24 error:outError];
29 error:(NSError **)outError {
33 error:outError];
41 error:(NSError **)outError {
43 if (outError) {
44 *outError = nil;
46 if (![self checkLock:outError]) {
172 if (outError) {
173 *outError = error;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/ios/objc/
H A DRTCAudioSession+Private.h39 - (BOOL)checkLock:(NSError **)outError;
52 - (BOOL)beginWebRTCSession:(NSError **)outError;
58 - (BOOL)endWebRTCSession:(NSError **)outError;
67 - (BOOL)configureWebRTCSession:(NSError **)outError;
74 - (BOOL)unconfigureWebRTCSession:(NSError **)outError;
H A DRTCAudioSession+Configuration.mm20 error:(NSError **)outError {
24 error:outError];
29 error:(NSError **)outError {
33 error:outError];
41 error:(NSError **)outError {
43 if (outError) {
44 *outError = nil;
46 if (![self checkLock:outError]) {
164 if (outError) {
165 *outError = error;
/dports/biology/iqtree/IQ-TREE-2.0.6/alignment/
H A Dmaalignment.cpp53 outError(ERR_NO_MEMORY); in readLogLL()
55 outError(str); in readLogLL()
57 outError(str); in readLogLL()
59 outError(ERR_READ_INPUT); in readLogLL()
61 outError(ERR_READ_ANY); in readLogLL()
64outError("Actual number of site's likelihoods is not consistent with the announced number in the f… in readLogLL()
76 outError("Conflicting between the likelihoods reported for pattern"); in readLogLL()
89 outError("Error: log likelihood of patterns are not given!"); in computeExpectedNorFre()
160 outError(ERR_WRITE_OUTPUT, fileName); in printPatObsExpFre()
/dports/biology/iqtree/IQ-TREE-2.0.6/obsolete/
H A Dgss.cpp57 outError("Number of gene sets do not match between tree file and set file"); in readGenePValues()
64 outError(ERR_NO_TAXON, (*i)->name); in readGenePValues()
66 if (area_taxa[id]) outError("Duplicated set name in set file", (*i)->name); in readGenePValues()
91 outError("A gene not found in gene p-values file"); in readGenePValues()
95 if (pval < 0 || pval > 1) outError("Some pvalue is out of range [0, 1]"); in readGenePValues()
104 outError(ERR_READ_INPUT); in readGenePValues()
106 outError(str); in readGenePValues()
110 outError("gene_scale_factor must be in range [0,1]"); in readGenePValues()
246 outError(ERR_WRITE_OUTPUT, outfile); in transformLP_GSS()
296 outError("Something went wrong with LP solver!"); in findPD()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A DWasmTesting.cpp44 uint8_t* outError = nullptr; in TextToBinary() local
48 &outError, &outErrorLength); in TextToBinary()
62 MOZ_ASSERT(outError); in TextToBinary()
64 *error = UniqueChars{(char*)outError}; in TextToBinary()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A DWasmTesting.cpp44 uint8_t* outError = nullptr; in TextToBinary() local
48 &outError, &outErrorLength); in TextToBinary()
62 MOZ_ASSERT(outError); in TextToBinary()
64 *error = UniqueChars{(char*)outError}; in TextToBinary()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A DWasmTesting.cpp44 uint8_t* outError = nullptr; in TextToBinary() local
48 &outError, &outErrorLength); in TextToBinary()
62 MOZ_ASSERT(outError); in TextToBinary()
64 *error = UniqueChars{(char*)outError}; in TextToBinary()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A DWasmTesting.cpp43 uint8_t* outError = nullptr; in TextToBinary() local
47 &outError, &outErrorLength); in TextToBinary()
56 MOZ_ASSERT(outError); in TextToBinary()
58 *error = UniqueChars{(char*)outError}; in TextToBinary()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSFileCoordinator.h97 error: (NSError **)outError
102 error: (NSError **)outError
106 … options: (NSFileCoordinatorWritingOptions)options error:(NSError **)outError
113 error: (NSError **)outError
126 error: (NSError **)outError

12345678910>>...13