Home
last modified time | relevance | path

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

1...<<111213

/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXDialog.c214 - (BOOL)panel:(id)sender validateURL:(NSURL *)url error:(NSError **)outError {
216 *outError = nil;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/remote_cocoa/app_shim/
H A Dselect_file_dialog_bridge.mm114 - (BOOL)panel:(id)sender validateURL:(NSURL*)url error:(NSError**)outError {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/remote_cocoa/app_shim/
H A Dselect_file_dialog_bridge.mm114 - (BOOL)panel:(id)sender validateURL:(NSURL*)url error:(NSError**)outError {
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBController.m704 NSError *outError = NULL;
707 BOOL canScan = [self.core canScan:mediaURL error:&outError];
710 if (canScan && outError.code == 101 && !self.suppressCopyProtectionWarning)
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylokernelnew.h1098 outError("Too many threads may slow down analysis [-nt option]. Reduce threads"); in computeBounds()
1100outError("Too many threads may slow down analysis [-nt option]. Reduce threads or use -nt AUTO to … in computeBounds()
2521outError("Numerical underflow (lh-derivative). Run again with the safe likelihood kernel via `-saf… in computeLikelihoodDervSIMD()
3271outError("Numerical underflow (lh-from-buffer). Run again with the safe likelihood kernel via `-sa… in computeLikelihoodFromBufferSIMD()
3527outError("Numerical underflow (lh-derivative-mixlen). Run again with the safe likelihood kernel vi… in computeLikelihoodDervMixlenSIMD()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c2647 OSStatus * outError );
2660 static pid_t _StringToPID( const char *inString, OSStatus *outError );
8243 OSStatus * outError );
8468 OSStatus * outError ) in _DNSServerSocketContextCreate() argument
8486 if( outError ) *outError = err; in _DNSServerSocketContextCreate()
25727 if( outError ) *outError = err; in _GetAddrInfoNewCmdCreateEx()
26993 OSStatus * outError ) in SocketContextCreateEx() argument
27008 if( outError ) *outError = err; in SocketContextCreateEx()
27123 if( outError ) *outError = err; in _StringToInt64()
27148 if( outError ) *outError = err; in _StringToUInt64()
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c1912 return OutputToProcess(pr, message, count, outError); in OutputMaybeTelnet()
1927 outcount = OutputToProcess(pr, buf, newcount, outError); in OutputMaybeTelnet()
1948 outcount = OutputToProcess(pr, buf, newcount, outError); in OutputMaybeTelnet()
1956 int outError, outCount; in read_from_player() local
2013 int count, outCount, outError; in SendToICS() local
2018 outCount = OutputMaybeTelnet(icsPR, s, count, &outError); in SendToICS()
2020 DisplayFatalError(_("Error writing to ICS"), outError, 1); in SendToICS()
2030 int count, outCount, outError; in SendToICSDelayed() local
2043 DisplayFatalError(_("Error writing to ICS"), outError, 1); in SendToICSDelayed()
2405 int outCount, outError; in TelnetRequest() local
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c9789 OutputToProcess(ProcRef pr, char *message, int count, int *outError) in OutputToProcess() argument
9833 *outError = WSAGetLastError(); in OutputToProcess()
9835 *outError = NO_ERROR; in OutputToProcess()
9842 *outError = NO_ERROR; in OutputToProcess()
9845 *outError = GetLastError(); in OutputToProcess()
9850 *outError = DoWriteFile(((ChildProc *)pr)->hTo, message, count, in OutputToProcess()
9852 if (*outError == NO_ERROR) { in OutputToProcess()
9867 OutputToProcessDelayed(ProcRef pr, char *message, int count, int *outError, in OutputToProcessDelayed() argument
9871 return OutputToProcess(pr, message, count, outError); in OutputToProcessDelayed()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c9852 OutputToProcess(ProcRef pr, char *message, int count, int *outError) in OutputToProcess() argument
9896 *outError = WSAGetLastError(); in OutputToProcess()
9898 *outError = NO_ERROR; in OutputToProcess()
9905 *outError = NO_ERROR; in OutputToProcess()
9908 *outError = GetLastError(); in OutputToProcess()
9913 *outError = DoWriteFile(((ChildProc *)pr)->hTo, message, count, in OutputToProcess()
9915 if (*outError == NO_ERROR) { in OutputToProcess()
9930 OutputToProcessDelayed(ProcRef pr, char *message, int count, int *outError, in OutputToProcessDelayed() argument
9934 return OutputToProcess(pr, message, count, outError); in OutputToProcessDelayed()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c1921 return OutputToProcess(pr, message, count, outError); in OutputMaybeTelnet()
1936 outcount = OutputToProcess(pr, buf, newcount, outError); in OutputMaybeTelnet()
1957 outcount = OutputToProcess(pr, buf, newcount, outError); in OutputMaybeTelnet()
1965 int outError, outCount; in read_from_player() local
2022 int count, outCount, outError; in SendToICS() local
2027 outCount = OutputMaybeTelnet(icsPR, s, count, &outError); in SendToICS()
2029 DisplayFatalError(_("Error writing to ICS"), outError, 1); in SendToICS()
2039 int count, outCount, outError; in SendToICSDelayed() local
2052 DisplayFatalError(_("Error writing to ICS"), outError, 1); in SendToICSDelayed()
2414 int outCount, outError; in TelnetRequest() local
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceIo.cpp792 u32 __IoGetFileHandleFromId(u32 id, u32 &outError) in __IoGetFileHandleFromId() argument
794 FileNode *f = __IoGetFd(id, outError); in __IoGetFileHandleFromId()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.cpp792 u32 __IoGetFileHandleFromId(u32 id, u32 &outError) in __IoGetFileHandleFromId() argument
794 FileNode *f = __IoGetFd(id, outError); in __IoGetFileHandleFromId()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.cpp792 u32 __IoGetFileHandleFromId(u32 id, u32 &outError) in __IoGetFileHandleFromId() argument
794 FileNode *f = __IoGetFd(id, outError); in __IoGetFileHandleFromId()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSDocumentController.m1156 error: (NSError**)outError
H A DNSWorkspace.m2373 - (NSString *) typeOfFile: (NSString *)absoluteFilePath error: (NSError **)outError
/dports/www/opencart/opencart-3.0.3.8/
H A DCHANGELOG_AUTO.md172 - Shopping Cart and Check outError [\#3463](https://github.com/opencart/opencart/issues/3463)

1...<<111213