HomeSort by relevance Sort by last modified time
    Searched refs:LOG_PRI_VA (Results 1 - 10 of 10) 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);
  /frameworks/base/services/common_time/
utils.cpp 110 LOG_PRI_VA(prio, tag, fmt, argp);
  /system/core/include/cutils/
log.h 444 #ifndef LOG_PRI_VA
445 #define LOG_PRI_VA(priority, tag, fmt, args) \
  /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 447 LOG_PRI_VA(ANDROID_LOG_ERROR, "SELinux", fmt, ap);
AndroidRuntime.cpp 320 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 259 milliseconds