HomeSort by relevance Sort by last modified time
    Searched full:cache_hit (Results 1 - 17 of 17) 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/
benchmark_run.py 51 self.cache_hit = False
79 self.cache_hit = (self.result is not None)
250 self.cache_hit = (self.result is not None)
experiment.py 157 if not t.cache_hit:
173 if not br.cache_hit:
schedv2_unittest.py 184 br.cache_hit = (br.label.name == 'image2')
203 br.cache_hit = False
experiment_runner_unittest.py 289 r.cache_hit = True
319 r.cache_hit = False
375 r.cache_hit = True
experiment_runner.py 219 if not benchmark_run.cache_hit:
schedv2.py 211 if br.cache_hit:
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.cpp 585 bool cache_hit = false; local
596 cache_hit = true;
601 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/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/mips64/
simulator-mips64.cc 798 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
800 if (cache_hit) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/python/cpython2/Modules/
_bsddb.c     [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /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 344 milliseconds