Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 2 of 2) sorted by relevance

/tools/platform-compat/java/com/android/annotationvisitor/
DStatus.java32 public Status(boolean debug) { in Status()
36 public void debug(String msg, Object... args) { in debug() method in Status
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py48 def debug(self, msg, *args, **kwargs): member in TraceLogger