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

1 2 3

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
log.h 15 #define LOG_ERROR(format, ...)
31 #define LOG_ERROR(format, ...) \
filesystem.cc 65 LOG_ERROR("Unsupported ioctl: %#x", request);
dir_node.cc 82 LOG_ERROR("Can't add child with no name.");
87 LOG_ERROR("Child name is too long: %" PRIuS " >= %" PRIuS,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
logger.h 30 LOG_ERROR,
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {}
default_logger.cc 45 #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/
syslog.h 7 #define LOG_ERROR 0x2
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.cc 47 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("Unknown format specifier %%\"%s\"", p)
    [all...]
js_fs_node.cc 69 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("Unable to create \"buf\" var.")
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 29 LOG_ERROR
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 34 private static final boolean LOG_ERROR = true;
57 if (LOG_ERROR)
62 if (LOG_ERROR)
  /bootable/recovery/minzip/
Log.h 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
170 #define IF_LOGE() IF_LOG(LOG_ERROR, LOG_TAG)
  /external/chromium_org/base/android/linker/
linker_jni.cc 35 #define LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
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("%s: Invalid address 0x%llx", __FUNCTION__, load_address)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
logger.cc 38 filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg;
  /external/chromium_org/mojo/environment/
default_logger_impl.cc 21 COMPILE_ASSERT(logging::LOG_ERROR == MOJO_LOG_LEVEL_ERROR,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 43 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_->fsyncdir is NULL.")
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.cc 141 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.");
jspipe_event_emitter.cc 16 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",
tty_node.cc 176 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/
html5_fs.cc 153 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/
logging_win.cc 39 case LOG_ERROR:
122 SetMinLogLevel(LOG_ERROR);
  /external/chromium_org/third_party/re2/util/
logging.h 37 #define LOG_ERROR LOG_INFO
46 #define LOG_DFATAL LOG_ERROR
  /external/chromium_org/chrome/browser/sync_file_system/
logger.cc 22 case logging::LOG_ERROR:
logger_unittest.cc 18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message");
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 38 #define LOG_ERROR(label) do {\
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");
  /external/libvpx/libvpx/
tools_common.c 38 #define LOG_ERROR(label) do {\
59 LOG_ERROR(NULL);
64 LOG_ERROR("Fatal");
69 LOG_ERROR("Warning");

Completed in 884 milliseconds

1 2 3