Home
last modified time | relevance | path

Searched defs:fatal (Results 1 – 25 of 4065) sorted by relevance

12345678910>>...163

/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/
H A DExceptionCollection.java45 private boolean fatal = false; field in ExceptionCollection
75 public ExceptionCollection(List<Throwable> exceptions, boolean fatal) { in ExceptionCollection()
89 public ExceptionCollection(String msg, List<Throwable> exceptions, boolean fatal) { in ExceptionCollection()
102 public ExceptionCollection(Throwable exceptions, boolean fatal) { in ExceptionCollection()
154 public void addException(Throwable ex, boolean fatal) { in addException()
173 public void setFatal(boolean fatal) { in setFatal()
H A DInitializationException.java37 private boolean fatal = true; field in InitializationException
53 public void setFatal(boolean fatal) { in setFatal()
99 public InitializationException(String msg, Throwable ex, boolean fatal) { in InitializationException()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeTests/
H A DProcessorCountTest.cmake.in42 set(fatal 0) variable
46 set(fatal 1) variable
64 set(fatal 1) variable
H A DPushCheckStateTest.cmake.in44 set(fatal TRUE) variable
65 set(fatal TRUE) variable
84 set(fatal TRUE) variable
/dports/devel/cmake/cmake-3.22.1/Tests/CMakeTests/
H A DProcessorCountTest.cmake.in42 set(fatal 0) variable
46 set(fatal 1) variable
64 set(fatal 1) variable
H A DPushCheckStateTest.cmake.in44 set(fatal TRUE) variable
65 set(fatal TRUE) variable
84 set(fatal TRUE) variable
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CMakeTests/
H A DProcessorCountTest.cmake.in42 set(fatal 0) variable
46 set(fatal 1) variable
64 set(fatal 1) variable
H A DPushCheckStateTest.cmake.in44 set(fatal TRUE) variable
65 set(fatal TRUE) variable
84 set(fatal TRUE) variable
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dsave_impl.hpp31 const bool fatal, in Save()
41 const bool fatal, in Save()
50 const bool fatal, in Save()
158 const bool fatal, in Save()
268 const bool fatal, in Save()
361 const bool fatal) in Save()
375 const bool fatal) in Save()
/dports/net/netmap/netmap-0.1.3/belgolib/
H A Dfiles.c20 Infile::Infile(const string& file_name, ios::openmode mode, bool fatal) in Infile()
42 int Infile::Open(const string & file_name, ios::openmode mode, bool fatal) in Open()
90 Outfile::Outfile(const string& file_name, int mode, bool fatal) : in Outfile()
110 int Outfile::Open(const string& file_name, int mode, bool fatal) in Open()
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/
H A Dtestos_test.go17 type fatal interface { interface
23 fatal anonMember
26 func must(f fatal, err error) {
33 func mustRemove(f fatal, err error) {
/dports/science/tinker/tinker/source/
H A Dfatal.f19 subroutine fatal subroutine
27 10 format (/,' Tinker is Unable to Continue; Terminating',
/dports/mail/ezmlm/ezmlm-0.53/
H A Dgetconf.c8 void nomem(fatal) in nomem() argument
14 int getconf(sa,fn,flagrequired,fatal,dir) in getconf() argument
51 int getconf_line(sa,fn,flagrequired,fatal,dir) in getconf_line() argument
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/util/
H A Dparam_checks_impl.hpp23 const bool fatal, in RequireOnlyOnePassed()
93 const bool fatal, in RequireAtLeastOnePassed()
139 const bool fatal, in RequireNoneOrAllPassed()
182 const bool fatal, in RequireParamInSet()
207 const bool fatal, in RequireParamValue()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dfatal_test.cpp91 TEST(fatal, tags) { in TEST() argument
141 TEST(fatal, metadata) { in TEST() argument
220 TEST(fatal, reflect_module_tag) { in TEST() argument
249 TEST(fatal, try_reflect_module_tag) { in TEST() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/media/
H A DCodecProxy.java36 void onError(boolean fatal); in onError()
44 public native void onError(boolean fatal); in onError()
75 public void onError(boolean fatal) throws RemoteException { in onError()
79 public void reportError(boolean fatal) { in reportError()
188 public synchronized void reportError(boolean fatal) { in reportError()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_abort.cxx54 static void fatal(const char *format, ...) { in fatal() function
84 static void fatal(const char *format, ...) { in fatal() function
98 void (*Fl::fatal)(const char* format, ...) = ::fatal; variable
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_abort.cxx45 static void fatal(const char *format, ...) { in fatal() function
75 static void fatal(const char *format, ...) { in fatal() function
89 void (*Fl::fatal)(const char* format, ...) = ::fatal; variable
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_abort.cxx54 static void fatal(const char *format, ...) { in fatal() function
84 static void fatal(const char *format, ...) { in fatal() function
98 void (*Fl::fatal)(const char* format, ...) = ::fatal; variable
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_abort.cxx54 static void fatal(const char *format, ...) { in fatal() function
84 static void fatal(const char *format, ...) { in fatal() function
98 void (*Fl::fatal)(const char* format, ...) = ::fatal; variable
/dports/dns/dq/dq-20181021/dq/
H A Ddroproot.c11 static void die_fatal(const char *fatal, const char *trouble, const char *fn) { in die_fatal()
21 void droproot(const char *fatal) { in droproot()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/exitwithstatus/
H A Dexitwithstatus.go24 type fatal struct { struct
25 err interface{}
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/exitwithstatus/
H A Dexitwithstatus.go24 type fatal struct { struct
25 err interface{}
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/exitwithstatus/
H A Dexitwithstatus.go24 type fatal struct { struct
25 err interface{}
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/exitwithstatus/
H A Dexitwithstatus.go24 type fatal struct { struct
25 err interface{}

12345678910>>...163