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

1 2 3 4

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
log.h 15 #define LOG_ERROR(format, ...)
31 #define LOG_ERROR(format, ...) \
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) function
50 #define LOG_ERROR(pContext...)
52 #define LOG_ERROR(...)
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
239 LOG_ERROR(pContext, "EOF reached within a section name");
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) function
50 #define LOG_ERROR(pContext...)
52 #define LOG_ERROR(...)
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
239 LOG_ERROR(pContext, "EOF reached within a section name");
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent)
    [all...]
  /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)
  /frameworks/base/include/android_runtime/
Log.h 33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /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...]
  /frameworks/ex/framesequence/jni/utils/
log.h 122 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
128 ? ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
175 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
  /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,
  /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 30 ALOG(LOG_ERROR, "logwrapper", "%s", msg);
  /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/regex-re2/util/
logging.h 32 #define LOG_ERROR LOG_INFO
41 #define LOG_DFATAL LOG_ERROR
  /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.");
  /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

Completed in 938 milliseconds

1 2 3 4