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

  /external/toolchain-utils/crb/
autotest_run.py 196 cache_hit = False
198 cache_hit = self.TryToLoadFromCache()
204 cache_hit = False
205 if not cache_hit:
248 if (not cache_hit and not self.retval and self.autotest.args and
  /external/toolchain-utils/crosperf/
experiment.py 158 if not t.cache_hit:
174 if not br.cache_hit:
schedv2_unittest.py 183 br.cache_hit = (br.label.name == 'image2')
201 br.cache_hit = False
benchmark_run.py 50 self.cache_hit = False
78 self.cache_hit = (self.result is not None)
250 self.cache_hit = (self.result is not None)
experiment_runner_unittest.py 298 r.cache_hit = True
328 r.cache_hit = False
386 r.cache_hit = True
experiment_runner.py 221 if not benchmark_run.cache_hit:
schedv2.py 209 if br.cache_hit:
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.cpp 579 bool cache_hit = false; local
589 cache_hit = true;
594 if (!cache_hit) {
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 715 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
717 if (cache_hit) {
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 635 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
637 if (cache_hit) {
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 866 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
868 if (cache_hit) {
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 798 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
800 if (cache_hit) {
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c     [all...]
  /external/v8/src/s390/
simulator-s390.cc 716 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
718 if (cache_hit) {
    [all...]

Completed in 1352 milliseconds