/external/chromium_org/content/common/android/linker/ |
D | linker_jni.cc | 31 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro 34 #define LOG_ERROR(...) ((void)0) macro 118 LOG_ERROR("Could not find class for %s", class_name); in InitClassReference() 135 LOG_ERROR("Could not find ID for field '%s'", field_name); in InitFieldId() 248 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address); in LoadLibrary() 260 LOG_ERROR("%s: Could not open %s: %s", in LoadLibrary() 269 LOG_ERROR("%s: Could not get library information for %s: %s", in LoadLibrary() 295 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address); in CreateSharedRelro() 301 LOG_ERROR("%s: Could not find %s", __FUNCTION__, lib_name.c_str()); in CreateSharedRelro() 316 LOG_ERROR("%s: Could not create shared RELRO sharing for %s: %s\n", in CreateSharedRelro() [all …]
|
/external/libvpx/libvpx/ |
D | tools_common.c | 26 #define LOG_ERROR(label) do {\ macro 47 LOG_ERROR(NULL); in die() 52 LOG_ERROR("Fatal"); in fatal() 57 LOG_ERROR("Warning"); in warn()
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | logger.h | 30 LOG_ERROR, enumerator 40 ERROR = LOG_ERROR, 49 Logger() : level_(LOG_ERROR) {} in Logger()
|
D | default_logger.cc | 48 case LOG_ERROR: cout << "ERROR"; break; in WriteLevel()
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | service_runtime.cc | 572 NaClLog(LOG_ERROR, "ServiceRuntime::Start (subprocess create failed)\n"); in StartSelLdr() 589 NaClLog(LOG_ERROR, "ServiceRuntime::Start (start failed)\n"); in StartSelLdr() 631 NaClLog(LOG_ERROR, "scheduling to get crash log\n"); in LoadNexeAndStart() 633 NaClLog(LOG_ERROR, "should fire soon\n"); in LoadNexeAndStart() 635 NaClLog(LOG_ERROR, "Reverse service thread will pick up crash log\n"); in LoadNexeAndStart() 649 NaClLog(LOG_ERROR, "ServiceRuntime::SetupAppChannel (connect failed)\n"); in SetupAppChannel()
|
/external/chromium/googleurl/base/ |
D | logging.h | 147 const LogSeverity LOG_ERROR = 2; variable 153 const LogSeverity LOG_DFATAL_LEVEL = LOG_ERROR; 166 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR) 179 logging::LogMessage(__FILE__, __LINE__, logging::LOG_ERROR)
|
/external/regex-re2/util/ |
D | logging.h | 32 #define LOG_ERROR LOG_INFO macro 41 #define LOG_DFATAL LOG_ERROR
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | list_changes_task.cc | 49 util::Log(logging::LOG_ERROR, FROM_HERE, "Failed to get required sercive."); in Run() 66 util::Log(logging::LOG_ERROR, FROM_HERE, "Failed to fetch change list."); in DidListChanges()
|
/external/chromium_org/third_party/re2/util/ |
D | logging.h | 37 #define LOG_ERROR LOG_INFO macro 46 #define LOG_DFATAL LOG_ERROR
|
/external/chromium_org/base/ |
D | logging_win.cc | 39 case LOG_ERROR: in LogMessage() 123 SetMinLogLevel(LOG_ERROR); in OnEventsEnabled()
|
D | logging.h | 313 const LogSeverity LOG_ERROR = 2; variable 320 const LogSeverity LOG_DFATAL = LOG_ERROR; 333 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__) 366 const LogSeverity LOG_0 = LOG_ERROR;
|
/external/chromium/base/ |
D | logging_win.cc | 39 case LOG_ERROR: in LogMessage() 123 SetMinLogLevel(LOG_ERROR); in OnEventsEnabled()
|
D | logging.h | 286 const LogSeverity LOG_ERROR = 2; variable 293 const LogSeverity LOG_DFATAL = LOG_ERROR; 306 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__) 338 const LogSeverity LOG_0 = LOG_ERROR;
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_misc.cc | 219 drive::util::Log(logging::LOG_ERROR, in OnInstallComplete() 247 drive::util::Log(logging::LOG_ERROR, in RunImpl() 278 drive::util::Log(logging::LOG_ERROR, in OnAccessTokenFetched()
|
/external/chromium_org/chrome/browser/extensions/error_console/ |
D | error_console_browsertest.cc | 398 logging::LOG_ERROR, // JS errors are always ERROR level. in IN_PROC_BROWSER_TEST_F() 436 logging::LOG_ERROR, in IN_PROC_BROWSER_TEST_F() 477 logging::LOG_ERROR, in IN_PROC_BROWSER_TEST_F() 511 logging::LOG_ERROR, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | logger.cc | 38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg; in LogMessage()
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | logger_unittest.cc | 18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message"); in LogSampleEvents()
|
D | logger.cc | 22 case logging::LOG_ERROR: in LogSeverityToString()
|
/external/chromium_org/chrome/test/logging/win/ |
D | log_file_reader.cc | 26 return logging::LOG_ERROR; in EventLevelToSeverity() 30 return logging::LOG_ERROR; in EventLevelToSeverity()
|
/external/chromium_org/tools/ipc_fuzzer/replay/ |
D | replay_process.cc | 42 logging::SetMinLogLevel(logging::LOG_ERROR); in Initialize()
|
/external/chromium_org/win8/metro_driver/ |
D | metro_driver.cc | 70 logging::SetMinLogLevel(logging::LOG_ERROR); in InitMetro()
|
/external/chromium_org/chrome/installer/util/ |
D | installation_validation_helper.cc | 42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
|
D | logging_installer.cc | 101 logging::SetMinLogLevel(logging::LOG_ERROR); in InitInstallerLogging()
|
/external/chromium_org/sync/api/ |
D | sync_error.cc | 131 logging::LOG_ERROR).stream(), in PrintLogError()
|
/external/chromium_org/chrome/installer/tools/ |
D | validate_installation_main.cc | 56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
|