Searched refs:FATAL (Results 26 - 50 of 365) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_data.cc92 LOG(FATAL) << "Attempt to sync bad ExtensionSpecifics.";
97 LOG(FATAL) << "Attempt to sync bad ExtensionSpecifics.";
102 LOG(FATAL) << "Attempt to sync bad ExtensionSpecifics.";
126 LOG(FATAL) << "Attempt to sync bad EntitySpecifics.";
/external/chromium_org/base/win/
H A Dobject_watcher.cc46 DPLOG(FATAL) << "RegisterWaitForSingleObject failed";
68 DPLOG(FATAL) << "UnregisterWaitEx failed";
/external/chromium_org/mojo/public/cpp/environment/
H A Dlogging.h41 MOJO_LAZY_LOG_STREAM(FATAL, !(condition)) \
51 #define MOJO_DCHECK(condition) MOJO_LAZY_LOG_STREAM(FATAL, false && (condition))
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc49 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc76 LOG(FATAL);
93 LOG(FATAL);
97 LOG(FATAL);
101 LOG(FATAL);
105 LOG(FATAL);
/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc79 LOG(FATAL) << "Failed to get fopen() from libc.";
94 LOG(FATAL) << "Failed to get __xstat() from libc.";
97 LOG(FATAL) << "Failed to get __xstat64() from libc.";
106 LOG(FATAL) << "Failed to get stat() from libc.";
109 LOG(FATAL) << "Failed to get stat64() from libc.";
/external/chromium_org/sql/
H A Dconnection.cc81 DLOG(FATAL) << "Unable to start sqlite3_backup(): " << sqlite3_errmsg(dst);
295 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage();
317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
390 DLOG(FATAL) << "Cannot raze within a transaction";
396 DLOG(FATAL) << "Unable to open in-memory database.";
463 DLOG(FATAL) << "Failure getting file handle.";
470 DLOG(FATAL) << "Failed to truncate file.";
478 DLOG(FATAL) << "Failed retrying Raze().";
485 DLOG(FATAL) << "Unabl
[all...]
/external/mtpd/
H A Dmtpd.c112 log_print(FATAL, "Cannot get control socket");
123 log_print(FATAL, "Cannot get argument length");
138 log_print(FATAL, "Cannot get argument value");
169 log_print(FATAL, "Pipe() %s", strerror(errno));
193 log_print(FATAL, "Poll() %s", strerror(errno));
276 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ?
294 log_print(FATAL, "Connect() %s", strerror(errno));
314 log_print(FATAL, "Fork() %s", strerror(errno));
349 log_print(FATAL, "Exec() %s", strerror(errno));
H A Dmtpd.h66 FATAL = 4, enumerator in enum:log_level
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug_unittest.cc40 LOG_IF(FATAL, false) << "FATAL log message, SHOULD NOT PRINT";
104 EXPECT_DEATH(LOG(FATAL) << "FATAL log message", "FATAL: FATAL log message");
106 LOG_IF(FATAL, true) << "FATAL log message", "FATAL: FATAL lo
[all...]
/external/ceres-solver/internal/ceres/
H A Dlinear_solver.cc104 LOG(FATAL) << "Unknown linear solver type :"
106 return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
H A Dminimizer.cc64 LOG(FATAL) << "Unknown type of user callback status";
/external/chromium_org/base/mac/
H A Dmach_logging.h78 LAZY_STREAM(MACH_LOG_STREAM(FATAL, mach_err), !(condition)) \
95 LAZY_STREAM(MACH_LOG_STREAM(FATAL, mach_err), \
143 LAZY_STREAM(BOOTSTRAP_LOG_STREAM(FATAL, bootstrap_err), !(condition)) \
161 LAZY_STREAM(BOOTSTRAP_LOG_STREAM(FATAL, bootstrap_err), \
H A Dmac_logging.h74 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), !(condition)) \
91 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), \
/external/chromium_org/base/posix/
H A Dglobal_descriptors.cc26 DLOG(FATAL) << "Unknown global descriptor: " << key;
/external/chromium_org/chrome/browser/chromeos/power/
H A Drenderer_freezer.cc55 LOG(FATAL) << "Unable to thaw renderers.";
/external/chromium_org/components/sync_driver/
H A Dbackend_data_type_configurer.h33 FATAL, // Not syncing due to unrecoverable error. enumerator in enum:sync_driver::BackendDataTypeConfigurer::DataTypeConfigState
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone.cc22 LOG(FATAL) << "Failed to initialize canvas";
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dvalidation_errors.h106 MOJO_DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_posix.cc29 DPLOG_IF(FATAL, buffer_ == MAP_FAILED) << "Failed to mmap " << name.value();
/external/chromium_org/remoting/host/
H A Dpin_hash.cc28 LOG(FATAL) << "Invalid hash.";
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_device.cc44 LOG(FATAL) << "Add more cases as needed";
60 LOG(FATAL) << "Add more cases as needed";
75 LOG(FATAL) << "Add more cases as needed";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
174 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc233 LOG(FATAL) << "Cannot run sync tests without GAIA credentials.";
307 LOG(FATAL) << "SetupClients() has not yet been called.";
309 LOG(FATAL) << "GetProfile(): Index is out of bounds.";
315 LOG(FATAL) << "SetupClients() has not yet been called.";
317 LOG(FATAL) << "GetBrowser(): Index is out of bounds.";
323 LOG(FATAL) << "SetupClients() has not yet been called.";
325 LOG(FATAL) << "GetClient(): Index is out of bounds.";
343 LOG(FATAL) << "SetupClients() has not yet been called.";
353 LOG(FATAL) << "num_clients_ incorrectly initialized.";
355 LOG(FATAL) << "SetupClient
[all...]
/external/chromium_org/components/nacl/loader/sandbox_linux/
H A Dnacl_sandbox_linux.cc152 LOG(FATAL) << kNoSuidMsg << kItIsNotAllowedMsg;
161 LOG(FATAL) << kNoBpfMsg << kItIsNotAllowedMsg;

Completed in 7335 milliseconds

1234567891011>>