Home
last modified time | relevance | path

Searched defs:LogFatal (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/
H A Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc53 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
74 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Draw_logging_test.cc57 TEST(RawLoggingDeathTest, LogFatal) { in TEST() argument
78 TEST(InternalLogDeathTest, LogFatal) { in TEST() argument
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dlogger.py162 def LogFatal(self, msg, print_to_console=True): member in Logger
315 def LogFatal(self, msg, print_to_console=True): member in MockLogger
/aosp_15_r20/external/tink/cc/internal/
H A Dutil.cc71 void LogFatal(absl::string_view msg) { in LogFatal() function
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmonitoring_test.cc104 TEST_P(MonitoringTest, LogFatal) { in TEST_P() argument
H A Dmonitoring.h556 inline StatusBuilder& LogFatal() { in LogFatal() function