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

  /external/chromium/net/disk_cache/
stats.h 37 OPEN_ENTRIES, // Average number of open entries.
backend_impl.cc 940 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
942 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
949 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 71 protected static final String OPEN_ENTRIES = "openentries.txt";
CommandRecognizerEngine.java 76 private static final String OPEN_ENTRIES = "openentries.txt";
228 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES);
468 File oe = context.getFileStreamPath(OPEN_ENTRIES);
    [all...]

Completed in 709 milliseconds