Searched refs:LOG_ERROR (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dlog.h15 #define LOG_ERROR(format, ...) macro
31 #define LOG_ERROR(format, ...) \ macro
H A Dfilesystem.cc65 LOG_ERROR("Unsupported ioctl: %#x", request);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h30 LOG_ERROR, enumerator in enum:i18n::phonenumbers::__anon12793
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {}
H A Ddefault_logger.cc45 #ifdef ERROR // In case ERROR is defined by MSVC (i.e not set to LOG_ERROR).
48 case LOG_ERROR: cout << "ERROR"; break;
/external/fio/os/windows/posix/include/
H A Dsyslog.h7 #define LOG_ERROR 0x2 macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc47 LOG_ERROR("Got 1+ NULL interface(s): %s%s%s%s%s",
67 LOG_ERROR("Unable to create string key \"%s\".", key);
73 LOG_ERROR("Unable to set \"%s\" key of dictionary.", key);
84 LOG_ERROR("Unable to create string key \"%s\".", key);
134 LOG_ERROR("Expected int64 array type to have 2 elements, not %d", len);
188 LOG_ERROR("Unable to create \"%s\" string var.", value);
212 LOG_ERROR("Unable to set length of s64 array.");
217 LOG_ERROR("Unable to set of high int32 of s64 array.");
223 LOG_ERROR("Unable to set of low int32 of s64 array.");
231 LOG_ERROR("Unknow
[all...]
H A Djs_fs_node.cc69 LOG_ERROR("Failed to send request.");
124 LOG_ERROR(
152 LOG_ERROR("Failed to send request.");
165 LOG_ERROR("Failed to send request.");
186 LOG_ERROR("Failed to send request.");
201 LOG_ERROR("Expected \"error\" and \"buf\" fields in response.");
206 LOG_ERROR("Expected \"buf\" to be an ArrayBuffer.");
212 LOG_ERROR("Unable to get byteLength of \"buf\".");
221 LOG_ERROR("Unable to map \"buf\".");
245 LOG_ERROR("Unabl
[all...]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dkarma.conf.js72 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
73 logLevel: config.LOG_ERROR,
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingListener.java29 LOG_ERROR enum constant in enum:PairingListener.LogLevel
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DLog.java34 private static final boolean LOG_ERROR = true; field in class:Log
57 if (LOG_ERROR)
62 if (LOG_ERROR)
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc35 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
85 LOG_ERROR("Could not find class for %s", class_name);
102 LOG_ERROR("Could not find ID for field '%s'", field_name);
121 LOG_ERROR("Could not find ID for static method '%s'", method_name);
245 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
259 LOG_ERROR("%s: Could not get library information for %s: %s",
289 LOG_ERROR("%s: Could not open %s: %s",
316 LOG_ERROR("%s: Could not open %s in zip file %s: %s",
444 LOG_ERROR("Could not create JNIEnv");
481 LOG_ERROR("
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dlogger.cc38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg;
/external/chromium_org/mojo/environment/
H A Ddefault_logger_impl.cc21 COMPILE_ASSERT(logging::LOG_ERROR == MOJO_LOG_LEVEL_ERROR,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc43 LOG_ERROR("fuse_ops_ is NULL.");
279 LOG_ERROR("Ioctl not implemented for fusefs.");
284 LOG_ERROR("Tcflush not implemented for fusefs.");
289 LOG_ERROR("Tcgetattr not implemented for fusefs.");
295 LOG_ERROR("Tcsetattr not implemented for fusefs.");
324 LOG_ERROR("fuse_ops_->fsync is NULL.");
337 LOG_ERROR("fuse_ops_->ftruncate is NULL.");
352 LOG_ERROR("fuse_ops_->read is NULL.");
375 LOG_ERROR("fuse_ops_->write is NULL.");
404 LOG_ERROR("fuse_ops
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc141 LOG_ERROR("Got NULL interface(s): %s%s",
195 LOG_ERROR("NACL_IRT_RANDOM_v0_1 interface not avaiable.");
268 LOG_ERROR("unlink not supported.");
273 LOG_ERROR("mkdir not supported.");
278 LOG_ERROR("rmdir not supported.");
283 LOG_ERROR("remove not supported.");
288 LOG_ERROR("rename not supported.");
H A Djspipe_event_emitter.cc16 LOG_ERROR("jspipe[%s]: " format, name_.c_str(), ##__VA_ARGS__)
141 LOG_ERROR("Attempting to set name more than once.");
147 LOG_ERROR("Empty name is invalid.");
159 LOG_ERROR("ppapi_ is NULL.");
164 LOG_ERROR("Got NULL interface(s): %s%s%s",
H A Dtty_node.cc176 LOG_ERROR("Expected VarString but got %d.", message.type);
182 LOG_ERROR("ppapi is NULL.");
188 LOG_ERROR("Got NULL interface: Var");
272 LOG_ERROR("Output handler already set.");
308 LOG_ERROR("TtyNode:VIoctl: Unknown request: %#x", request);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc153 LOG_ERROR("Error querying file type");
166 LOG_ERROR("Invalid file type: %d", file_info.type);
224 LOG_ERROR("ppapi is NULL.");
235 LOG_ERROR("Got NULL interface(s): %s%s%s%s",
257 LOG_ERROR("Unknown filesystem type: '%s'", iter->second.c_str());
272 LOG_ERROR("Invalid mount param: %s", iter->first.c_str());
/external/chromium_org/base/
H A Dlogging_win.cc39 case LOG_ERROR:
122 SetMinLogLevel(LOG_ERROR);
/external/chromium_org/third_party/re2/util/
H A Dlogging.h37 #define LOG_ERROR LOG_INFO macro
46 #define LOG_DFATAL LOG_ERROR
/external/regex-re2/util/
H A Dlogging.h32 #define LOG_ERROR LOG_INFO macro
41 #define LOG_DFATAL LOG_ERROR
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.cc22 case logging::LOG_ERROR:
H A Dlogger_unittest.cc18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message");
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c38 #define LOG_ERROR(label) do {\ macro
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");
/external/libvpx/libvpx/
H A Dtools_common.c38 #define LOG_ERROR(label) do {\ macro
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");

Completed in 2754 milliseconds

123