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

  /external/chromium_org/build/android/pylib/
screenshot.py 61 self._is_started = False
86 if not self._is_started:
88 self._is_started = line.startswith('Content area is ')
89 if self._is_started:
91 return self._is_started
96 self._is_started = False
  /external/chromium_org/third_party/pymock/
mock.py 1106 def _is_started(patcher): function
    [all...]

Completed in 127 milliseconds