Home
last modified time | relevance | path

Searched defs:is_my_error_report (Results 1 – 8 of 8) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/devel/erlang-lager/lager-3.2.4/src/
H A Dlager_stdlib.erl122 is_my_error_report(supervisor_report) -> true; function
123 is_my_error_report(crash_report) -> true; function
124 is_my_error_report(_) -> false. function