Home
last modified time | relevance | path

Searched defs:log_line (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py21 def BecameThrottled(log_line): argument
25 def BecameUnthrottled(log_line): argument
29 def GetThrottlingTemperature(log_line): argument
48 def BecameThrottled(log_line): argument
52 def BecameUnthrottled(log_line): argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp31 static char log_line [MAX_LOGCAT_LINE]; variable
/external/autotest/client/virt/
Dvirt_utils.py1052 def log_line(filename, line): function