HomeSort by relevance Sort by last modified time
    Searched refs:LOG_PRI_VA (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/android/plugins/
ANPLogInterface.cpp 51 LOG_PRI_VA(priority, "plugin", format, args);
PluginDebugAndroid.cpp 59 LOG_PRI_VA(ANDROID_LOG_DEBUG, "webkit_plugin", format, args);
  /cts/tests/tests/jni/libjnitest/
helper.c 32 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args);
  /dalvik/vm/analysis/
VerifySubs.cpp 58 LOG_PRI_VA(logLevel, LOG_TAG, format, ap);
  /system/core/include/cutils/
log.h 363 #ifndef LOG_PRI_VA
364 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /external/dbus/dbus/
dbus-internals.c 259 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, format, args);
293 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args);
473 LOG_PRI_VA(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
  /frameworks/base/services/common_time/
utils.cpp 110 LOG_PRI_VA(prio, tag, fmt, argp);
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 132 LOG_PRI_VA(ANDROID_LOG_DEBUG, "WebKit", format, args);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 523 LOG_PRI_VA(ANDROID_LOG_ERROR, "SELinux", fmt, ap);
AndroidRuntime.cpp 316 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
    [all...]
  /dalvik/vm/
Misc.cpp 180 LOG_PRI_VA(target->data.log.priority, target->data.log.tag,

Completed in 1830 milliseconds