Searched defs:dprint (Results  1 – 7 of 7) sorted by relevance
| /external/autotest/tko/ | 
| D | utils.py | 7 def dprint(msg):  function
  | 
| D | db.py | 234     def dprint(self, value):  member in db_sql
  | 
| /external/python/cpython3/Tools/scripts/ | 
| D | pep384_macrocheck.py | 23 def dprint(*args, **kw):  function
  | 
| /external/trace-cmd/tracecmd/ | 
| D | trace-agent.c | 25 #define dprint(fmt, ...)	tracecmd_debug(fmt, ##__VA_ARGS__)  macro
  | 
| D | trace-listen.c | 29 #define dprint(fmt, ...)	tracecmd_debug(fmt, ##__VA_ARGS__)  macro
  | 
| D | trace-record.c | 59 #define dprint(fmt, ...)	tracecmd_debug(fmt, ##__VA_ARGS__)  macro
  | 
| /external/trace-cmd/lib/trace-cmd/ | 
| D | trace-msg.c | 34 #define dprint(fmt, ...)	tracecmd_debug(fmt, ##__VA_ARGS__)  macro
  |