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

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 34 function xlog(msg) {
49 MyLexer.prototype.emitErrorMessage = function(msg) {xlog(msg);}
50 PythonParser.prototype.emitErrorMessage = function(msg) {xlog(msg);}
65 xlog(e.toString());
Python.g 92 {xlog("found method def "+$NAME.text);}
364 {xlog("found class def "+$NAME.text);}
  /external/qemu/hw/
goldfish_nand.c 44 #define XLOG xlog
47 xlog( const char* format, ... ) function
223 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno));
233 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
240 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno));
278 XLOG("%s, restore failed: size required (%lld) exceeds device limit (%lld)\n",
287 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
299 XLOG("%s read failed: expected %d bytes but got %d\n",
305 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno))
    [all...]

Completed in 1993 milliseconds