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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 277 ready_r, _, ready_x = select.select([self.ser], [], [self.ser], 0)
281 elif len(ready_r) > 0:
  /cts/tools/utils/
monsoon.py 299 ready_r, ready_w, ready_x = select.select([self.ser], [], [self.ser], 0)
303 elif len(ready_r) > 0:
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 421 ready_r, ready_w, ready_x = select.select([self.ser], [], [self.ser], 0)
425 elif len(ready_r) > 0:

Completed in 207 milliseconds