HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ERR (Results 1 - 21 of 21) sorted by null

  /frameworks/rs/cpp/
rsDispatch.cpp 23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__);
31 LOG_ERR("Couldn't initialize dispatchTab.SetNativeLibDir");
156 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType");
160 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData");
164 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData");
168 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements");
172 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate");
176 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy");
180 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig");
184 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate")
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
pppdebug.h 41 #define LOG_ERR (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.h 30 LOG_ERR
  /external/libbrillo/brillo/
syslog_logging.cc 18 const int kSyslogError = LOG_ERR;
23 #undef LOG_ERR
  /bionic/libc/include/
syslog.h 42 #define LOG_ERR 3 /* ERROR */
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 73 LOG_ERR,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 54 #define LOG_ERR 3 /* error conditions */
80 { "err", LOG_ERR },
81 { "error", LOG_ERR }, /* DEPRECATED */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 54 #define LOG_ERR 3 /* error conditions */
80 { "err", LOG_ERR },
81 { "error", LOG_ERR }, /* DEPRECATED */
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 37 LOG_ERR
212 // Err logs a message with severity LOG_ERR, ignoring the severity
215 _, err := w.writeAndRetry(LOG_ERR, m)
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 37 LOG_ERR
212 // Err logs a message with severity LOG_ERR, ignoring the severity
215 _, err := w.writeAndRetry(LOG_ERR, m)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 631 LOG_ERR = 3 # error conditions
667 "err": LOG_ERR,
668 "error": LOG_ERR, # DEPRECATED
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 659 LOG_ERR = 3 # error conditions
695 "err": LOG_ERR,
696 "error": LOG_ERR, # DEPRECATED
    [all...]
  /external/webrtc/webrtc/base/
logging.h 35 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE on
327 #define LOG_ERR(sev) \
334 #define LOG_ERR(sev) \
341 #define LOG_ERR(sev) \
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 658 LOG_ERR = 3 # error conditions
694 "err": LOG_ERR,
695 "error": LOG_ERR, # DEPRECATED
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 658 LOG_ERR = 3 # error conditions
694 "err": LOG_ERR,
695 "error": LOG_ERR, # DEPRECATED
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 658 LOG_ERR = 3 # error conditions
694 "err": LOG_ERR,
695 "error": LOG_ERR, # DEPRECATED
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 658 LOG_ERR = 3 # error conditions
694 "err": LOG_ERR,
695 "error": LOG_ERR, # DEPRECATED
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 86 #define LOG_ERR 3 /* error conditions */
  /external/python/cpython3/Lib/logging/
handlers.py 716 LOG_ERR = 3 # error conditions
752 "err": LOG_ERR,
753 "error": LOG_ERR, # DEPRECATED
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 35 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RenderScript JNI", __VA_ARGS__);
291 LOG_ERR("couldn't dlopen %s; librsjni version: %d", dlerror(), RS_JNI_VERSION);
296 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION);
309 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION);
313 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION);
381 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.");
388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation.");
395 LOG_ERR("Unexpected number of dependencies in closure creation");
400 LOG_ERR("Too many arguments or globals in closure creation");
481 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.")
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1642 milliseconds