Searched defs:dprint (Results 1 - 5 of 5) sorted by relevance

/external/bison/build-aux/
H A Dgnupload195 dprint() function
201 dbg=dprint
/external/autotest/tko/
H A Dquery_lib.py16 def dprint(str): function
31 # dprint("Matched () on %s" % condition)
37 # dprint("Depth is %d" % depth)
39 # dprint("Match...stripping ()'s")
45 dprint("Matched | on %s" % condition)
54 dprint("Matched & on %s" % condition)
63 # dprint("Matched ! on %s" % condition)
H A Dutils.py5 def dprint(msg): function
H A Ddb.py165 def dprint(self, value): member in class:db_sql
255 self.dprint('%s %s' % (' '.join(cmd), values))
278 self.dprint(cmd)
319 self.dprint('%s %s' % (cmd, values))
331 self.dprint('%s %s' % (sql, values))
355 self.dprint('%s %s' % (cmd, values))
/external/fio/
H A Ddebug.h42 #define dprint(type, str, args...) \ macro
51 static inline void dprint(int type, const char *str, ...) function

Completed in 539 milliseconds