Home
last modified time | relevance | path

Searched refs:skip_cache (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py434 skip_cache=True),
448 skip_cache=True),
473 skip_cache=True),
487 skip_cache=True),
528 skip_cache=True),
532 skip_cache=True),
536 skip_cache=True),
549 skip_cache=True),
569 skip_cache=True),
Ddevice_utils.py457 def _GetApplicationPathsInternal(self, package, skip_cache=False): argument
459 if cached_result is not None and not skip_cache:
558 return self._GetApplicationPathsInternal('android', skip_cache=True)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py466 skip_cache=True),
480 skip_cache=True),
505 skip_cache=True),
519 skip_cache=True),
560 skip_cache=True),
564 skip_cache=True),
568 skip_cache=True),
581 skip_cache=True),
601 skip_cache=True),
Ddevice_utils.py521 def _GetApplicationPathsInternal(self, package, skip_cache=False): argument
523 if cached_result is not None and not skip_cache:
624 return self._GetApplicationPathsInternal('android', skip_cache=True)