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

  /external/chromium/net/disk_cache/
stats.h 38 OPEN_ENTRIES, // Average number of open entries.
backend_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/
stats.h 39 OPEN_ENTRIES, // Average number of open entries.
backend_impl.cc 1035 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
1037 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
1044 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 70 protected static final String OPEN_ENTRIES = "openentries.txt";
CommandRecognizerEngine.java 74 private static final String OPEN_ENTRIES = "openentries.txt";
233 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES);
473 File oe = context.getFileStreamPath(OPEN_ENTRIES);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 393 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
395 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
402 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
    [all...]

Completed in 156 milliseconds