Searched refs:FATAL (Results 126 - 150 of 228) sorted by relevance

12345678910

/external/webrtc/webrtc/base/
H A Dchecks.h54 // - FATAL() aborts unconditionally.
198 #define FATAL() rtc::FatalMessage(__FILE__, __LINE__).stream() macro
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng.cc156 FATAL(); // Fails only if fed invalid data.
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h779 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
788 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field_lite.cc388 GOOGLE_LOG(FATAL) << "Can't get here.";
436 GOOGLE_LOG(FATAL) << "Can't get here.";
H A Djava_field.cc223 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() "
/external/protobuf/src/google/protobuf/
H A Dmap_field.cc308 GOOGLE_LOG(FATAL) << "Can't get here.";
390 GOOGLE_LOG(FATAL) << "Can't get here.";
H A Dmessage_lite.cc74 GOOGLE_LOG(FATAL) << "This shouldn't be called if all the sizes are equal.";
H A Dextension_set.cc74 GOOGLE_LOG(FATAL) << "can't reach here.";
102 GOOGLE_LOG(FATAL) << "Multiple extension registrations for type \""
1220 GOOGLE_LOG(FATAL) << "Non-primitive types can't be packed.";
1468 GOOGLE_LOG(FATAL) << "Non-primitive types can't be packed.";
1580 GOOGLE_LOG(FATAL) << "Non-primitive types can't be packed.";
1701 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/v8/src/
H A Dcode-stubs-hydrogen.cc30 FATAL(GetBailoutReason(bailout_reason));
34 FATAL(GetBailoutReason(graph->info()->bailout_reason()));
H A Ddeoptimizer.cc426 FATAL("Unsupported deopt type");
600 FATAL("unable to find pc offset during deoptimization");
776 FATAL("invalid frame");
2536 FATAL("Unexpected translation type");
2986 FATAL("unexpected case");
2990 FATAL("internal error: value missing");
3037 FATAL("internal error: unexpected materialization.");
3319 FATAL("We should never get here - unexpected deopt info.");
3546 FATAL("We should never get here - unexpected deopt info.");
4093 FATAL("W
[all...]
/external/webrtc/webrtc/test/
H A Drtp_file_reader.cc100 FATAL() << "Packet is too large to fit: " << len << " bytes vs "
188 FATAL() << "Packet is too large to fit: " << len << " bytes vs "
/external/libbrillo/brillo/
H A Dany_internal_impl.h191 LOG(FATAL) << "Type '" << GetUndecoratedTypeName<U>()
/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc82 LOG(FATAL) << "Failed exporting " << method_name << " method";
H A Ddata_serialization.cc317 LOG(FATAL) << "Unknown D-Bus data type: " << variant_reader.GetDataType();
H A Ddbus_method_invoker_unittest.cc245 LOG(FATAL) << "Unexpected method call: " << method_call->ToString();
/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.cc96 LOG(FATAL) << "This method should not be called on fake transport";
/external/libchrome/base/memory/
H A Dshared_memory_posix.cc297 LOG(FATAL) << "This is frequently caused by incorrect permissions on "
/external/protobuf/conformance/
H A Dconformance_test.cc157 GOOGLE_LOG(FATAL) << "Couldn't find field with type " << (int)type;
220 GOOGLE_LOG(FATAL) << "Duplicated test name: " << test_name;
264 GOOGLE_LOG(FATAL) << "Unspecified input format";
330 GOOGLE_LOG(FATAL) << test_name << ": unknown payload type: "
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc237 GOOGLE_LOG(FATAL) << "Tests never call this.";
240 GOOGLE_LOG(FATAL) << "Tests never call this.";
1349 bool Skip(int count) { GOOGLE_LOG(FATAL) << "Not implemented."; return false; }
1350 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; }
/external/v8/src/interpreter/
H A Dconstant-array-builder.cc77 FATAL(os.str().c_str());
/external/v8/src/compiler/
H A Dverifier.cc49 FATAL(str.str().c_str());
60 FATAL(str.str().c_str());
71 FATAL(str.str().c_str());
84 FATAL(str.str().c_str());
93 FATAL(str.str().c_str());
/external/libchrome/base/
H A Dcommand_line.cc432 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: "
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc465 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]";
598 GTEST_LOG_(FATAL) << "Only one " << stream_name
/external/protobuf/gtest/src/
H A Dgtest-port.cc431 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]";
559 GTEST_LOG_(FATAL) << "Only one " << stream_name
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc113 GOOGLE_LOG(FATAL) << "Extensions are only supported in NANO_RUNTIME if the "

Completed in 647 milliseconds

12345678910