Home
last modified time | relevance | path

Searched defs:fatal_error (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakeVerifyManifest.cmake56 set(fatal_error FALSE) variable
71 set(fatal_error TRUE PARENT_SCOPE) variable
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_cs.h21 bool *fatal_error; member
71 bool fatal_error; member
82 vkr_cs_encoder_init(struct vkr_cs_encoder *enc, bool *fatal_error) in vkr_cs_encoder_init()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp438 std::vector<ChainInfo> GetChainPartitionInfo(const VBMetaData& vbmeta, bool* fatal_error) { in GetChainPartitionInfo()
574 bool fatal_error = false; in LoadAndVerifyVbmetaByPartition() local
/aosp_15_r20/libcore/tools/checkstyle/
H A Dlibcore-checkstyle.sh82 function fatal_error() { function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc65 void FlagParser::fatal_error(const char *err) { in fatal_error() function in __sanitizer::FlagParser
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc103 volatile bool fatal_error; member
/aosp_15_r20/external/fsverity-utils/programs/
H A Dutils.c80 __noreturn void fatal_error(const char *format, ...) in fatal_error() function
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c71 void fatal_error(char *errmsg) in fatal_error() function
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp893 bool fatal_error = false; in TEST_F() local
996 bool fatal_error = false; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_cs.h64 bool fatal_error; member
/aosp_15_r20/external/perfetto/protos/perfetto/trace_processor/
H A Dtrace_processor.proto89 optional string fatal_error = 5; field
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dproblem.c2611 void fatal_error(e2fsck_t ctx, const char *msg) in fatal_error() function
H A Dutil.c49 void fatal_error(e2fsck_t ctx, const char *msg) in fatal_error() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_faulthandler.py86 def check_error(self, code, lineno, fatal_error, *, argument
/aosp_15_r20/external/libevent/
H A Dbufferevent_async.c113 fatal_error(int err) in fatal_error() function
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_dns_task.cc415 bool fatal_error = in OnDnsTransactionComplete() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Damx.c70 #define fatal_error(msg, ...) err(1, "[FAIL]\t" msg, ##__VA_ARGS__) macro
/aosp_15_r20/external/python/cpython3/Modules/
Dfaulthandler.c85 } fatal_error = {0, NULL, -1, 0}; variable
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c2729 fatal_error(int fd, int header, const char *prefix, const char *msg, in fatal_error() function
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c72 FLAC__bool fatal_error; member
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs295 pub fn fatal_error<S: Into<JNIString>>(&self, msg: S) -> ! { in fatal_error() method
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_processor_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.pbzero.h1592 ::protozero::ConstChars fatal_error() const { return at<5>().as_string(); } in fatal_error() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs513 pub fn fatal_error<S: Into<JNIString>>(&self, msg: S) -> ! { in fatal_error() method
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-init-ddr3.c2899 int fatal_error = 0; /* Accumulate and report all the errors before giving up */ in init_octeon3_ddr3_interface() local