Home
last modified time | relevance | path

Searched refs:errorCheck (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/lang/nx/nsf2.3.0/library/xotcl/tests/
H A Dtestx.xotcl433 ::errorCheck $result \
1298 ::errorCheck "$FInfo" \
1302 ::errorCheck "$FInfo" \
1310 ::errorCheck $FInfo \
1316 ::errorCheck $result \
2286 ::errorCheck $r \
2299 ::errorCheck $r \
3716 ::errorCheck [o4 m] \
3918 errorCheck [catch {
3930 errorCheck [catch {
[all …]
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hal/macros/
H A DMemApTransactionArm.c105 unsigned long errorCheck = 0, resetError = 0; in SwdHandleError() local
111 if(errorCheck & DP_CTRL_STAT_STICKYCMP) in SwdHandleError()
115 if(errorCheck & DP_CTRL_STAT_STICKYERR) in SwdHandleError()
119 if(errorCheck & DP_CTRL_STAT_WDATAERR) in SwdHandleError()
123 if(errorCheck & DP_CTRL_STAT_STICKYORUN) in SwdHandleError()
143 resetError = errorCheck; in JtagHandleError()
144 if(errorCheck & DP_CTRL_STAT_STICKYCMP) in JtagHandleError()
148 if(errorCheck & DP_CTRL_STAT_STICKYERR) in JtagHandleError()
152 if(errorCheck & DP_CTRL_STAT_WDATAERR) in JtagHandleError()
156 if(errorCheck & DP_CTRL_STAT_STICKYORUN) in JtagHandleError()
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/class/deliver/
H A DDeliver_SMTP.class.php128 if ($this->errorCheck($tmp, $stream)) {
158 if ($this->errorCheck($tmp,$stream)) {
252 if ($this->errorCheck($tmp,$stream)) {
268 if ($this->errorCheck($tmp,$stream)) {
291 if ($this->errorCheck($tmp, $stream)) {
296 if ($this->errorCheck($tmp, $stream)) {
302 if ($this->errorCheck($tmp, $stream)) {
335 if ($this->errorCheck($tmp, $stream)) {
375 if ($this->errorCheck($tmp, $stream)) {
384 $this->errorCheck($tmp, $stream);
[all …]
/dports/x11/virtualgl/virtualgl-3.0/include/
H A DMutex.h57 void lock(bool errorCheck = true);
58 void unlock(bool errorCheck = true);
65 errorCheck(errorCheck_) in cs()
67 cs.lock(errorCheck); in cs()
69 ~SafeLock() { cs.unlock(errorCheck); } in ~SafeLock()
74 bool errorCheck; variable
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Ddell1600n_net.c689 int errorCheck = 0; in sane_start() local
725 errorCheck |= in sane_start()
729 errorCheck |= in sane_start()
735 if (errorCheck) in sane_start()
1485 int errorCheck = 0; in ProcessTcpResponse() local
1502 errorCheck |= 1; in ProcessTcpResponse()
1536 errorCheck |= in ProcessTcpResponse()
1549 errorCheck |= in ProcessTcpResponse()
1552 errorCheck |= in ProcessTcpResponse()
1555 errorCheck |= in ProcessTcpResponse()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/util/
H A DMutex.cpp176 void CriticalSection::lock(bool errorCheck) in lock() argument
180 if(WaitForSingleObject(mutex, INFINITE) == WAIT_FAILED && errorCheck) in lock()
186 if((ret = pthread_mutex_lock(&mutex)) != 0 && errorCheck) in lock()
193 void CriticalSection::unlock(bool errorCheck) in unlock() argument
197 if(!ReleaseMutex(mutex) && errorCheck) in unlock()
203 if((ret = pthread_mutex_unlock(&mutex)) != 0 && errorCheck) in unlock()
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Matlab/
H A Dadiosclosec.c28 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]);
40 errorCheck(nlhs, nrhs, prhs); in mexFunction()
79 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]) in errorCheck() function
H A Dadiosreadc.c39 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]);
70 errorCheck(nlhs, nrhs, prhs); in mexFunction()
266 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]) in errorCheck() function
H A Dadiosopenc.c57 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]);
130 errorCheck(nlhs, nrhs, prhs); in mexFunction()
493 void errorCheck(int nlhs, int nrhs, const mxArray *prhs[]) in errorCheck() function
/dports/graphics/pfstools/pfstools-2.1.0/src/filter/
H A Dpfssize.cpp133 static void errorCheck( bool condition, const char *string ) in errorCheck() function
247 errorCheck( (minX==-1 || maxX == -1 || minX <= maxX) && in resizeFrames()
251errorCheck( (ratio != -1) ^ (xSize != -1 || ySize != -1) ^ isMinMax, "Specify either size or ratio… in resizeFrames()
252 errorCheck( ratio == -1 || ratio > 0 , "Wrong scaling ratio" ); in resizeFrames()
306 errorCheck( new_x > 0 && new_y > 0 && new_x <= 65536 && new_y <= 65536, "Wrong frame size" ); in resizeFrames()
307 errorCheck( ((frame->getWidth() <= new_x) && (frame->getHeight() <= new_y)) || in resizeFrames()
H A Dpfsextractchannels.cpp49 static void errorCheck( bool condition, const char *string ) in errorCheck() function
92 errorCheck( optind < argc, "At least one channel must be specified" ); in extractChannels()
/dports/devel/liblxqt/liblxqt-1.0.0/lxqtpower/
H A Dlxqtpowerproviders.cpp77 PowerProvider::DbusErrorCheck errorCheck = PowerProvider::CheckDBUS in dbusCall() argument
84 if (errorCheck == PowerProvider::CheckDBUS) in dbusCall()
99 if (errorCheck == PowerProvider::CheckDBUS) in dbusCall()
127 PowerProvider::DbusErrorCheck errorCheck = PowerProvider::CheckDBUS in dbusCallSystemd() argument
134 if (errorCheck == PowerProvider::CheckDBUS) in dbusCallSystemd()
149 if (errorCheck == PowerProvider::CheckDBUS) in dbusCallSystemd()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/launcher/
H A DContainerLaunch.java555 private void errorCheck() { in errorCheck() method in ContainerLaunch.UnixShellScriptBuilder
571 errorCheck(); in command()
582 errorCheck(); in link()
588 errorCheck(); in mkdir()
595 private void errorCheck() { in errorCheck() method in ContainerLaunch.WindowsShellScriptBuilder
612 errorCheck(); in command()
618 errorCheck(); in env()
630 errorCheck(); in link()
634 errorCheck(); in link()
642 errorCheck(); in mkdir()
/dports/lang/python27/Python-2.7.18/Tools/bgen/bgen/
H A DbgenVariable.py91 def errorCheck(self): member in Variable
97 self.type.errorCheck(self.name)
/dports/lang/python-legacy/Python-2.7.18/Tools/bgen/bgen/
H A DbgenVariable.py91 def errorCheck(self): member in Variable
97 self.type.errorCheck(self.name)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A DbgenVariable.py91 def errorCheck(self): member in Variable
97 self.type.errorCheck(self.name)
/dports/graphics/pfstools/pfstools-2.1.0/src/pfsview/
H A Dmain.cpp757 static void errorCheck( bool condition, const char *string ) in errorCheck() function
780 errorCheck( i < argc, "expected parameter after --window_min" ); in main()
783 errorCheck( checkPtr != NULL && checkPtr[0] == 0 && in main()
789 errorCheck( i < argc, "expected parameter after --window_max" ); in main()
792 errorCheck( checkPtr != NULL && checkPtr[0] == 0 && in main()
802 errorCheck( window_min <= window_max, "window_min must be less than window_max" ); in main()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dpoisson_log_test.cpp28 TEST(ProbDistributionsPoissonLog, errorCheck) { in TEST() argument
H A Dbernoulli_test.cpp29 TEST(ProbDistributionsBernoulli, errorCheck) { in TEST() argument
H A Dbeta_binomial_test.cpp34 TEST(ProbDistributionsBetaBinomial, errorCheck) { in TEST() argument
H A Dstd_normal_test.cpp49 TEST(ProbDistributionsStdNormal, errorCheck) { in TEST() argument
H A Dbernoulli_logit_test.cpp29 TEST(ProbDistributionsBernoulliLogit, errorCheck) { in TEST() argument
H A Drayleigh_test.cpp37 TEST(ProbDistributionsRayleigh, errorCheck) { in TEST() argument
/dports/x11/virtualgl/virtualgl-3.0/server/
H A DVGLPbuffer.h45 void destroy(bool errorCheck);
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/en/text_parser/
H A DNumberParser.h96 int errorCheck(Mode mode);

1234567