HomeSort by relevance Sort by last modified time
    Searched full:log_error (Results 26 - 50 of 90) sorted by null

12 3 4

  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 45 ALOG(LOG_ERROR, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
  /system/core/logwrapper/
logwrapper.c 29 ALOG(LOG_ERROR, "logwrapper", "%s", msg);
  /external/chromium_org/v8/tools/profviz/
worker.js 75 function log_error(text) { function
130 var psc = new PlotScriptComposer(resx, resy, log_error);
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 398 logging::LOG_ERROR, // JS errors are always ERROR level.
436 logging::LOG_ERROR,
477 logging::LOG_ERROR,
511 logging::LOG_ERROR,
  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
logging_installer.cc 101 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 70 logging::SetMinLogLevel(logging::LOG_ERROR);
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 96 ALOG(LOG_ERROR, "media.log", "pid %d status %d code %s user %ld.%03lds sys %ld.%03lds",
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 26 return logging::LOG_ERROR;
30 return logging::LOG_ERROR;
  /external/chromium/googleurl/base/
logging.h 124 // Sets the log filter prefix. Any log message below LOG_ERROR severity that
127 // with severity of LOG_ERROR or higher will not be filtered.
147 const LogSeverity LOG_ERROR = 2;
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/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 572 NaClLog(LOG_ERROR, "ServiceRuntime::Start (subprocess create failed)\n");
589 NaClLog(LOG_ERROR, "ServiceRuntime::Start (start failed)\n");
631 NaClLog(LOG_ERROR, "scheduling to get crash log\n");
633 NaClLog(LOG_ERROR, "should fire soon\n");
635 NaClLog(LOG_ERROR, "Reverse service thread will pick up crash log\n");
649 NaClLog(LOG_ERROR, "ServiceRuntime::SetupAppChannel (connect failed)\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 274 def log_error(self, msg, *args, **kwds): member in class:RefactoringTool
330 self.log_error("Can't open %s: %s", filename, err)
379 self.log_error("Can't parse %s: %s: %s",
538 self.log_error("Can't create %s: %s", filename, err)
543 self.log_error("Can't write %s: %s", filename, err)
609 self.log_error("Can't parse docstring in %s line %s: %s: %s",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 274 def log_error(self, msg, *args, **kwds): member in class:RefactoringTool
330 self.log_error("Can't open %s: %s", filename, err)
379 self.log_error("Can't parse %s: %s: %s",
538 self.log_error("Can't create %s: %s", filename, err)
543 self.log_error("Can't write %s: %s", filename, err)
609 self.log_error("Can't parse docstring in %s line %s: %s: %s",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 243 self.log_error("CGI script exit status %#x", sts)
293 self.log_error('%s', stderr)
298 self.log_error("CGI script exit status %#x", status)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 243 self.log_error("CGI script exit status %#x", sts)
293 self.log_error('%s', stderr)
298 self.log_error("CGI script exit status %#x", status)
  /system/core/include/log/
log.h 143 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
149 ? ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
196 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h 213 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
220 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /hardware/invensense/60xx/mlsdk/platform/include/
log.h 209 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
216 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 217 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
224 ? MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /external/chromium/base/
logging_unittest.cc 109 SetMinLogLevel(LOG_ERROR);
  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 108 log_severity = logging::LOG_ERROR;
  /external/chromium_org/base/
logging_unittest.cc 111 SetMinLogLevel(LOG_ERROR);
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
  /external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc 126 (int)appcache::LOG_ERROR, LevelError);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 56 LOG_ERROR = 3,

Completed in 5436 milliseconds

12 3 4