Searched refs:totalCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp216 size_t totalCount = 1; local
228 ALOGV("sequence length %zu", totalCount);
251 for (size_t i = 0; i <= totalCount; ++i) {
261 ++totalCount;
294 for (size_t i = 0; i < totalCount; ++i) {
297 ALOGV("piece #%zu/%zu", i + 1, totalCount);
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java123 int totalCount = 0;
132 // Note that totalCount also neglect app with single occurrence.
136 totalCount += count;
139 if (totalCount < MINIMAL_FEATURE_VALUE_COUNTS) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp971 int totalCount = 0; local
987 totalCount++;
1012 totalCount = count;
1018 totalCount += count;
1050 totalCount = count;
1053 totalCount += count;
1091 totalCount = count;
1094 totalCount += count;
1103 totalCount = count;
1109 totalCount
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java274 int totalCount = 0;
278 totalCount += mAdapters.get(i).getCount();
281 return totalCount;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2856 public int totalCount() { method in class:AudioService.ScoClient
2869 if (totalCount() == 0) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2562 milliseconds