Searched defs:fatal_error (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/venus/ |
D | vkr_cs.h | 16 bool *fatal_error; member 57 bool fatal_error; member 68 vkr_cs_encoder_init(struct vkr_cs_encoder *enc, bool *fatal_error) in vkr_cs_encoder_init()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flag_parser.cc | 65 void FlagParser::fatal_error(const char *err) { in fatal_error() function in __sanitizer::FlagParser
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 103 volatile bool fatal_error; member
|
/external/fsverity-utils/programs/ |
D | utils.c | 80 __noreturn void fatal_error(const char *format, ...) in fatal_error() function
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-common.c | 71 void fatal_error(char *errmsg) in fatal_error() function
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | trace_processor.proto | 69 optional string fatal_error = 5; field
|
/external/e2fsprogs/e2fsck/ |
D | problem.c | 2605 void fatal_error(e2fsck_t ctx, const char *msg) in fatal_error() function
|
D | util.c | 49 void fatal_error(e2fsck_t ctx, const char *msg) in fatal_error() function
|
/external/python/cpython3/Lib/test/ |
D | test_faulthandler.py | 82 def check_error(self, code, lineno, fatal_error, *, argument
|
/external/libevent/ |
D | bufferevent_async.c | 113 fatal_error(int err) in fatal_error() function
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 88 } fatal_error = {0, NULL, -1, 0}; variable
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2656 fatal_error(int fd, int header, const char *prefix, const char *msg, in fatal_error() function
|
/external/flac/src/flac/ |
D | encode.c | 71 FLAC__bool fatal_error; member
|
/external/rust/crates/jni/src/wrapper/ |
D | jnienv.rs | 288 pub fn fatal_error<S: Into<JNIString>>(&self, msg: S) -> ! { in fatal_error() method
|