Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/content/common/android/linker/
Dlinker_jni.cc31 #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/
Dtools_common.c26 #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/
Dlogger.h30 LOG_ERROR, enumerator
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {} in Logger()
Ddefault_logger.cc48 case LOG_ERROR: cout << "ERROR"; break; in WriteLevel()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dservice_runtime.cc572 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/
Dlogging.h147 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/
Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dlist_changes_task.cc49 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/
Dlogging.h37 #define LOG_ERROR LOG_INFO macro
46 #define LOG_DFATAL LOG_ERROR
/external/chromium_org/base/
Dlogging_win.cc39 case LOG_ERROR: in LogMessage()
123 SetMinLogLevel(LOG_ERROR); in OnEventsEnabled()
Dlogging.h313 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/
Dlogging_win.cc39 case LOG_ERROR: in LogMessage()
123 SetMinLogLevel(LOG_ERROR); in OnEventsEnabled()
Dlogging.h286 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/
Dprivate_api_misc.cc219 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/
Derror_console_browsertest.cc398 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/
Dlogger.cc38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg; in LogMessage()
/external/chromium_org/chrome/browser/sync_file_system/
Dlogger_unittest.cc18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message"); in LogSampleEvents()
Dlogger.cc22 case logging::LOG_ERROR: in LogSeverityToString()
/external/chromium_org/chrome/test/logging/win/
Dlog_file_reader.cc26 return logging::LOG_ERROR; in EventLevelToSeverity()
30 return logging::LOG_ERROR; in EventLevelToSeverity()
/external/chromium_org/tools/ipc_fuzzer/replay/
Dreplay_process.cc42 logging::SetMinLogLevel(logging::LOG_ERROR); in Initialize()
/external/chromium_org/win8/metro_driver/
Dmetro_driver.cc70 logging::SetMinLogLevel(logging::LOG_ERROR); in InitMetro()
/external/chromium_org/chrome/installer/util/
Dinstallation_validation_helper.cc42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
Dlogging_installer.cc101 logging::SetMinLogLevel(logging::LOG_ERROR); in InitInstallerLogging()
/external/chromium_org/sync/api/
Dsync_error.cc131 logging::LOG_ERROR).stream(), in PrintLogError()
/external/chromium_org/chrome/installer/tools/
Dvalidate_installation_main.cc56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;

12