Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/perf/
Dthermal_throttle.py20 def BecameThrottled(self, log_line): argument
23 def BecameUnthrottled(self, log_line): argument
26 def GetThrottlingTemperature(self, log_line): argument
44 def BecameThrottled(self, log_line): argument
47 def BecameUnthrottled(self, log_line): argument
50 def GetThrottlingTemperature(self, log_line): argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp32 static char log_line[MAX_LOGCAT_LINE]; variable
/external/libnfc-nci/src/adaptation/
Dlibmain.c34 static char log_line[MAX_LOGCAT_LINE]; variable
/external/chromium_org/build/android/pylib/
Dandroid_commands.py222 def GetLogTimestamp(log_line, year): argument