OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPEN_ENTRIES
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
stats.h
38
OPEN_ENTRIES
, // Average number of open entries.
backend_impl.cc
1014
int64 current = stats_.GetCounter(Stats::
OPEN_ENTRIES
);
1016
//
OPEN_ENTRIES
is a sampled average of the number of open entries, avoiding
1023
stats_.SetCounter(Stats::
OPEN_ENTRIES
, current);
[
all
...]
backend_impl_v3.cc
326
int64 current = stats_.GetCounter(Stats::
OPEN_ENTRIES
);
328
//
OPEN_ENTRIES
is a sampled average of the number of open entries, avoiding
335
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
...]
Completed in 716 milliseconds