HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 251 - 275 of 584) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc 74 GOOGLE_LOG(FATAL)
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive_tester.cc 43 LOG(FATAL) << "ExhaustiveTester escape: too long";
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
memalign_unittest.cc 107 LOG(FATAL, "wrong alignment; wanted 0x%x; got %p\n", align, p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 151 RAW_LOG(FATAL, "Can't turn on cpu profiling for '%s': %s\n",
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
memalign_unittest.cc 107 LOG(FATAL, "wrong alignment; wanted 0x%x; got %p\n", align, p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 65 LOG(FATAL, "Windows doesn't implement sbrk!\n");
  /external/chromium_org/ui/gfx/android/
java_bitmap.cc 115 LOG(FATAL) << " Failed to allocate bitmap of size " << src_size.width()
  /external/chromium_org/ui/gfx/x/
x11_types.cc 163 LOG(FATAL) << "Sorry, we don't support your visual depth without "
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 72 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 143 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 74 GOOGLE_LOG(FATAL)
  /external/regex-re2/re2/testing/
exhaustive_tester.cc 43 LOG(FATAL) << "ExhaustiveTester escape: too long";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 370 LOG(FATAL) << "StringWeight::Plus: unequal arguments "
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
compose.h 114 LOG(FATAL) << "ComposeFst: output symbol table of 1st argument "
356 LOG(FATAL) << "ComposeFst: 1st argument not output label "
365 LOG(FATAL) << "ComposeFst: 2nd argument not input label "
376 LOG(FATAL)
403 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted "
785 LOG(FATAL) << "ComposeFst: Weight needs to be a commutative semiring: "
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]
int_arm64.cc 35 LOG(FATAL) << "Unexpected use of OpIT for Arm64";
40 LOG(FATAL) << "Unexpected use of OpEndIT for Arm64";
80 LOG(FATAL) << "Unexpected case: " << opcode;
441 LOG(FATAL) << "Unexpected pattern: " << pattern;
506 LOG(FATAL) << "Unexpected pattern: " << pattern;
588 LOG(FATAL) << "Unexpected use of EasyMultiply for Arm64";
593 LOG(FATAL) << "Unexpected use of GenDivRemLit for Arm64";
613 LOG(FATAL) << "Unexpected use of GenDivRem for Arm64";
    [all...]
  /art/runtime/native/
java_lang_System.cc 95 LOG(FATAL) << "Unreachable, cannot have arrays of type void";
124 LOG(FATAL) << "Unknown array type: " << PrettyTypeOf(srcArray);
  /external/ceres-solver/internal/ceres/
reorder_program.cc 81 LOG(FATAL) << "Congratulations, you found a Ceres bug! "
114 LOG(FATAL) << "Congratulations, you found a Ceres bug! "
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 157 LOG(FATAL) << "Registration state changed to " << client_->is_registered()
290 LOG(FATAL) << "Unexpected callback invoked";
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder_unittest.cc 116 LOG(FATAL) << "Oh noes! Decoder failed: " << error;
381 LOG(FATAL) << "Unexpected switch: " << it->first << ":" << it->second;
  /external/chromium_org/net/tools/flip_server/
flip_in_mem_edsm_server.cc 230 LOG(FATAL) << "Invalid logging destination value: " << log_dest_value;
242 LOG(FATAL) << "Logging destination requires a log file to be specified.";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
280 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
  /art/compiler/
image_writer.cc 189 LOG(FATAL) << "Fat locked object " << obj << " found during object copy";
193 LOG(FATAL) << "Thin locked object " << obj << " found during object copy";
203 LOG(FATAL) << "Unreachable.";
659 LOG(FATAL) << "Reference not expected here.";
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 149 GTEST_LOG_(FATAL) << "death inside MayDie::MemberFunction().";
160 GTEST_LOG_(FATAL) << "death inside GlobalFunction().";
165 GTEST_LOG_(FATAL) << "death inside NonVoidFunction().";
172 GTEST_LOG_(FATAL) << "death inside DieIf().";
179 GTEST_LOG_(FATAL) << "death inside DieIfLessThan().";
194 GTEST_LOG_(FATAL) << "debug death inside DieInDebugElse12()";
    [all...]
  /art/runtime/
runtime.cc 512 UNIMPLEMENTED(FATAL);
564 LOG(FATAL) << "Error starting java.lang.Daemons";
917 LOG(FATAL) << "LoadNativeLibrary failed for \"" << mapped_name << "\": " << reason;
    [all...]

Completed in 892 milliseconds

<<11121314151617181920>>