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

  /bionic/libc/dns/resolv/
res_cache.c 155 #undef XLOG
158 # define XLOG(...) __libc_format_log(ANDROID_LOG_DEBUG,"libc",__VA_ARGS__)
340 XLOG("%s",buff);
344 # define XLOG(...) ((void)0)
548 XLOG("malformed QNAME");
568 XLOG("unsupported TYPE");
573 XLOG("unsupported CLASS");
590 XLOG("query packet too small");
597 XLOG("query packet flags unsupported");
626 XLOG("query packet contains non-query records")
    [all...]
  /external/qemu/hw/android/goldfish/
nand.c 43 #define XLOG xlog
46 xlog( const char* format, ... ) function
239 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno));
249 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
256 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno));
294 XLOG("%s, restore failed: size required (%lld) exceeds device limit (%lld)\n",
303 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
315 XLOG("%s read failed: expected %d bytes but got %d\n",
321 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno))
    [all...]
  /bionic/libc/tzcode/
localtime.c 42 # define XLOG(xx) printf xx , fflush(stdout)
44 # define XLOG(x) do{}while (0)
    [all...]

Completed in 5407 milliseconds