Home
last modified time | relevance | path

Searched refs:_errorCode (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DAutomaticRomTest.cpp13 _errorCode = 0; in AutomaticRomTest()
29 _errorCode |= 0x20; in ProcessNotification()
36 _errorCode |= 0x01; in ProcessNotification()
48 _errorCode |= 0x04; in ProcessNotification()
69 _errorCode |= 0x08; in ProcessNotification()
81 _errorCode |= 0x02; in ProcessNotification()
93 _errorCode |= 0x40; in ProcessNotification()
121 _errorCode |= 0x10; in Run()
130 return _errorCode; in Run()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/Common/
H A DAsyncDebugScope.cs62 private int? _errorCode = null; field in System.Data.SqlClient.ManualTesting.Tests.PendAsyncReadsScope
67 _errorCode = errorCode; in PendAsyncReadsScope()
74 _errorCode = errorCode; in PendAsyncReadsScope()
82 if (_errorCode.HasValue) in Dispose()
84 _reader.CompletePendingReadWithFailure(_errorCode.Value, true); in Dispose()
94 if (_errorCode.HasValue) in Dispose()
96 _command.CompletePendingReadWithFailure(_errorCode.Value, true); in Dispose()
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DOutStream.cc38 _errorCode = 0; in OutStream()
78 _errorCode = status; in open()
80 _errorCode = WEXITSTATUS(status); in open()
84 if ( _errorCode != 0 ) in open()
86 Chain msg = Chain("Stream command failed with error code " + Chain(_errorCode)); in open()
96 return _errorCode; in getErrorCode()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/debugger/
H A Derror.cpp33 _errorCode(errorCode), in Error()
41 _errorCode(errorCode), in Error()
48 _errorCode(errorCode), in Error()
56 _errorCode(errorCode), in Error()
65 return _errorCode; in getErrorCode()
108 switch (this->_errorCode) { in getErrorDisplayStr()
130 errorStr += Common::String::format("Unknown condition %d", this->_errorCode); in getErrorDisplayStr()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/debugger/
H A Derror.cpp33 _errorCode(errorCode), in Error()
41 _errorCode(errorCode), in Error()
48 _errorCode(errorCode), in Error()
56 _errorCode(errorCode), in Error()
65 return _errorCode; in getErrorCode()
110 switch (this->_errorCode) { in getErrorDisplayStr()
132 errorStr += Common::String::format("Unknown condition %d", this->_errorCode); in getErrorDisplayStr()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dexceptions.cs122 private int _errorCode = 0; field in System.DirectoryServices.AccountManagement.PrincipalServerDownException
135 _errorCode = errorCode; in PrincipalServerDownException()
139 _errorCode = errorCode; in PrincipalServerDownException()
143 _errorCode = errorCode; in PrincipalServerDownException()
150 _errorCode = info.GetInt32("errorCode"); in PrincipalServerDownException()
157 info.AddValue("errorCode", _errorCode); in GetObjectData()
168 private int _errorCode = 0; field in System.DirectoryServices.AccountManagement.PrincipalOperationException
180 _errorCode = errorCode; in PrincipalOperationException()
184 _errorCode = errorCode; in PrincipalOperationException()
196 info.AddValue("errorCode", _errorCode); in GetObjectData()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/classpath/jdwp/exception/
H A DJdwpException.java51 private short _errorCode; field in JdwpException
63 _errorCode = code; in JdwpException()
76 _errorCode = code; in JdwpException()
84 return _errorCode; in getErrorCode()
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-oracle.inc.php88 if ($this->_errorCode !== false) return $this->_errorCode;
90 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
91 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
92 return $this->_errorCode;
104 $this->_errorCode = false;
162 $this->_errorCode = false;
172 $this->_errorCode = @ora_errorcode($curs);
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/drivers/
H A Dadodb-oracle.inc.php88 if ($this->_errorCode !== false) return $this->_errorCode;
90 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
91 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
92 return $this->_errorCode;
104 $this->_errorCode = false;
162 $this->_errorCode = false;
172 $this->_errorCode = @ora_errorcode($curs);
/dports/deskutils/moregroupware/moregroupware/include/adodb/drivers/
H A Dadodb-oracle.inc.php88 if ($this->_errorCode !== false) return $this->_errorCode;
90 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
91 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
92 return $this->_errorCode;
104 $this->_errorCode = false;
162 $this->_errorCode = false;
172 $this->_errorCode = @ora_errorcode($curs);
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-oracle.inc.php88 if ($this->_errorCode !== false) return $this->_errorCode;
90 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
91 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
92 return $this->_errorCode;
104 $this->_errorCode = false;
162 $this->_errorCode = false;
172 $this->_errorCode = @ora_errorcode($curs);
/dports/www/gallery2/gallery2/lib/adodb/drivers/
H A Dadodb-oracle.inc.php106 if ($this->_errorCode !== false) return $this->_errorCode;
108 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
109 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
110 return $this->_errorCode;
122 $this->_errorCode = false;
180 $this->_errorCode = false;
190 $this->_errorCode = @ora_errorcode($curs);
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-oracle.inc.php115 if ($this->_errorCode !== false) return $this->_errorCode;
117 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
118 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
119 return $this->_errorCode;
131 $this->_errorCode = false;
189 $this->_errorCode = false;
199 $this->_errorCode = @ora_errorcode($curs);
/dports/databases/adodb/adodb/drivers/
H A Dadodb-oracle.inc.php106 if ($this->_errorCode !== false) return $this->_errorCode;
108 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
109 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
110 return $this->_errorCode;
122 $this->_errorCode = false;
180 $this->_errorCode = false;
190 $this->_errorCode = @ora_errorcode($curs);
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-oracle.inc.php108 if ($this->_errorCode !== false) return $this->_errorCode;
110 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
111 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
112 return $this->_errorCode;
124 $this->_errorCode = false;
182 $this->_errorCode = false;
192 $this->_errorCode = @ora_errorcode($curs);
/dports/www/phprecipebook/phprecipebook/libs/adodb4/drivers/
H A Dadodb-oracle.inc.php106 if ($this->_errorCode !== false) return $this->_errorCode;
108 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
109 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
110 return $this->_errorCode;
122 $this->_errorCode = false;
180 $this->_errorCode = false;
190 $this->_errorCode = @ora_errorcode($curs);
/dports/www/phprecipebook/phprecipebook/libs/adodb5/drivers/
H A Dadodb-oracle.inc.php110 if ($this->_errorCode !== false) return $this->_errorCode;
112 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
113 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
114 return $this->_errorCode;
126 $this->_errorCode = false;
184 $this->_errorCode = false;
194 $this->_errorCode = @ora_errorcode($curs);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-oracle.inc.php112 if ($this->_errorCode !== false) return $this->_errorCode;
114 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
115 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
116 return $this->_errorCode;
128 $this->_errorCode = false;
186 $this->_errorCode = false;
196 $this->_errorCode = @ora_errorcode($curs);
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-oracle.inc.php112 if ($this->_errorCode !== false) return $this->_errorCode;
114 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
115 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
116 return $this->_errorCode;
128 $this->_errorCode = false;
186 $this->_errorCode = false;
196 $this->_errorCode = @ora_errorcode($curs);
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-oracle.inc.php112 if ($this->_errorCode !== false) return $this->_errorCode;
114 if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs);
115 if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID);
116 return $this->_errorCode;
128 $this->_errorCode = false;
186 $this->_errorCode = false;
196 $this->_errorCode = @ora_errorcode($curs);

1234567891011