HomeSort by relevance Sort by last modified time
    Searched refs:_last_seq (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 53 self._last_seq = 0
199 if self._last_seq and seq & 0xF != (self._last_seq + 1) & 0xF:
201 self._last_seq = seq
  /cts/tools/utils/
monsoon.py 77 self._last_seq = 0
226 if self._last_seq and seq & 0xF != (self._last_seq + 1) & 0xF:
228 self._last_seq = seq
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 96 self._last_seq = 0
350 if self._last_seq and seq & 0xF != (self._last_seq + 1) & 0xF:
352 self._last_seq = seq

Completed in 166 milliseconds