Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_stress_test.cc155 void FailingThread(bool is_fatal) { in FailingThread()
164 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgtest_stress_test.cc153 void FailingThread(bool is_fatal) { in FailingThread()
162 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread()
/aosp_15_r20/external/googletest/googletest/test/
H A Dgtest_stress_test.cc153 void FailingThread(bool is_fatal) { in FailingThread()
162 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_stress_test.cc155 void FailingThread(bool is_fatal) { in FailingThread()
164 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgtest_stress_test.cc153 void FailingThread(bool is_fatal) { in FailingThread()
162 void GenerateFatalFailureInAnotherThread(bool is_fatal) { in GenerateFatalFailureInAnotherThread()
/aosp_15_r20/external/libxaac/test/decoder/
H A Dixheaacd_error.c325 WORD is_fatal, err_class, err_sub_code; in ixheaacd_error_handler() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/
H A Dusage_config.cc127 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/
H A Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/abseil-cpp/absl/flags/
H A Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/
H A Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/
H A Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/
H A Dusage_config.cc128 void ReportUsageError(absl::string_view msg, bool is_fatal) { in ReportUsageError()
/aosp_15_r20/external/libxaac/test/encoder/
H A Dixheaace_error.c289 WORD32 is_fatal = (((UWORD32)code & 0x8000) >> 15); in ia_error_handler() local
/aosp_15_r20/external/pigweed/pw_snapshot/py/pw_snapshot_metadata/
H A Dmetadata.py92 def is_fatal(self) -> bool: member in MetadataProcessor
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Derror.rs123 pub(crate) fn is_fatal(&self) -> bool { in is_fatal() method
/aosp_15_r20/external/cronet/base/
H A Dcheck.cc343 const bool is_fatal = log_message_->severity() == LOGGING_FATAL; in ~CheckError() local
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger_diag.h238 u32 is_fatal; member
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger_diag.h238 u32 is_fatal; member
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc1729 bool is_fatal = manager_->GetCompiler()->GetCompilerOptions().IsCrashOnLinkageViolation(); in Visit() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc481 TypeCheckSlowPathARM64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathARM64()
H A Dcode_generator_riscv64.cc616 explicit TypeCheckSlowPathRISCV64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathRISCV64()
H A Dcode_generator_x86_64.cc403 TypeCheckSlowPathX86_64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathX86_64()
H A Dcode_generator_x86.cc361 TypeCheckSlowPathX86(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathX86()
H A Dcode_generator_arm_vixl.cc589 TypeCheckSlowPathARMVIXL(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathARMVIXL()