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

  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 274 bool cache_hit(UserDictSearchable *searchable,
  /external/v8/src/arm/
simulator-arm.cc 707 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
709 if (cache_hit) {
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 726 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); local
728 if (cache_hit) {
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 536 bool cached = cache_hit(&searchable, &start, &count);
    [all...]
  /external/kernel-headers/original/linux/
fs.h 660 unsigned long cache_hit; /* cache hit count*/ member in struct:file_ra_state
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 936 cache_hit = false;
941 cache_hit = true;
950 DCHECK(!cache_hit || (ret == (end == intersection.begin())));
    [all...]

Completed in 204 milliseconds