HomeSort by relevance Sort by last modified time
    Searched refs:LOG_ERROR (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
logging_installer.cc 98 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
karma.conf.js 72 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
73 logLevel: config.LOG_ERROR,
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 41 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 411 logging::LOG_ERROR, // JS errors are always ERROR level.
453 logging::LOG_ERROR,
489 logging::LOG_ERROR,
523 logging::LOG_ERROR,
572 logging::LOG_ERROR,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 105 NaClLog(LOG_ERROR,
381 NaClLog(LOG_ERROR, "ServiceRuntime::Start (subprocess create failed)\n");
506 NaClLog(LOG_ERROR, "ServiceRuntime::SetupAppChannel (connect failed)\n");
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 147 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
153 ? ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
200 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs_node.cc 78 LOG_ERROR("memfs: resize (%" PRIoff ") failed: %s", new_size,
  /external/chromium_org/sync/api/
sync_error.cc 152 ? logging::LOG_VERBOSE : logging::LOG_ERROR;
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 94 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 26 return logging::LOG_ERROR;
30 return logging::LOG_ERROR;
log_file_printer.cc 38 case logging::LOG_ERROR:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs_node.cc 270 LOG_ERROR("Got NULL interface(s): %s%s%s",
292 LOG_ERROR("Couldn't create FileIo resource.");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
udp_node.cc 172 LOG_ERROR("Got NULL interface: UDP");
179 LOG_ERROR("Unable to create UDP resource.");
tcp_node.cc 300 LOG_ERROR("Got NULL interface: TCP");
314 LOG_ERROR("Unable to create TCP resource.");
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 290 logger->Log(logging::LOG_ERROR,
321 logger->Log(logging::LOG_ERROR,
358 logger->Log(logging::LOG_ERROR,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.cc 318 LOG_ERROR("Unable to parse type %s for %s.",
332 LOG_ERROR("Unable to parse read %s for %s.",
345 LOG_ERROR("Unable to parse write %s for %s.",
  /external/chromium_org/base/
logging.h 289 const LogSeverity LOG_ERROR = 2;
295 const LogSeverity LOG_DFATAL = LOG_ERROR;
308 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
336 const LogSeverity LOG_0 = LOG_ERROR;
    [all...]
logging_unittest.cc 108 SetMinLogLevel(LOG_ERROR);
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
real_pepper_interface.cc 91 LOG_ERROR("interface missing: %s\n", InterfaceString); \
host_resolver.cc 322 LOG_ERROR("ppapi_ is NULL.");
332 LOG_ERROR("Got NULL interface(s): %s%s%s",
kernel_handle.cc 155 LOG_ERROR("Unsupported fcntl: %#x", request);
  /external/chromium_org/components/invalidation/
sync_system_resources.cc 48 log_severity = logging::LOG_ERROR;
  /external/chromium_org/content/public/test/
browser_test_base.cc 65 logging::RawLog(logging::LOG_ERROR,

Completed in 3808 milliseconds

12 3