HomeSort by relevance Sort by last modified time
    Searched refs:totalCount (Results 26 - 50 of 91) sorted by null

12 3 4

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 114 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
168 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 19 this.totalCount = 0;
51 this.totalCount++;
224 if (this.selection.totalCount == 1 &&
349 if (!wasVisible && this.selection.totalCount == 1) {
359 if (selection.totalCount > 0) {
file_manager_commands.js 136 if (selection.totalCount == 1) {
235 if (selection.totalCount !== 1)
520 selection.totalCount > 0;
588 selection.totalCount == 1;
787 selection && selection.totalCount > 0;
806 selection && selection.totalCount == 1;
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 123 int totalCount = 0;
132 // Note that totalCount also neglect app with single occurrence.
136 totalCount += count;
139 if (totalCount < MINIMAL_FEATURE_VALUE_COUNTS) {
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 360 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
361 if (totalCount == 0) {
367 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
SocketChannelImpl.java 311 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
312 if (totalCount == 0) {
315 byte[] readArray = new byte[totalCount];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 995 int totalCount = 0;
1011 totalCount++;
1036 totalCount = count;
1042 totalCount += count;
1074 totalCount = count;
1077 totalCount += count;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportProcessor.java 232 private void doProgressNotification(Uri uri, int totalCount, int currentCount) {
241 totalCount, currentCount);
NfcImportVCardActivity.java 214 int totalCount) {
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp 150 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status);
154 units = new MeasureUnit[totalCount];
155 totalCount = MeasureUnit::getAvailable(units, totalCount, status);
162 if (totalCount < 200) {
201 if (unitCountSum != totalCount) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_A8.cpp 366 SkDEBUGCODE(int totalCount = 0;)
381 SkDEBUGCODE(totalCount += count;)
383 SkASSERT(fDevice.width() == totalCount);
  /external/skia/src/core/
SkBlitter_A8.cpp 366 SkDEBUGCODE(int totalCount = 0;)
381 SkDEBUGCODE(totalCount += count;)
383 SkASSERT(fDevice.width() == totalCount);
  /sdk/attribute_stats/src/
Analyzer.java 407 int totalCount = 0;
409 totalCount += usage.count;
427 float percentage = 100 * usage.count/(float)totalCount;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 260 this.thumbnails.selection = selection.totalCount !== 0 ?
265 if (this.selection_.totalCount == 1)
267 else if (this.selection_.totalCount == 0)
285 text = strf('MANY_ENTRIES_SELECTED', selection.totalCount);
  /external/guava/guava/src/com/google/common/collect/
Multisets.java 889 private int totalCount;
910 totalCount = laterCount = currentEntry.getCount();
921 if (totalCount == 1) {
926 totalCount--;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 216 int totalCount = 0;
220 totalCount++;
228 typeCount.put(FREQUENCY_TOTAL, totalCount);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java 476 public void onImportProgress(final int visitedCount, final int totalCount,
480 mProgressState.max = totalCount;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 287 && mFolder.isTrash() && mFolder.totalCount > 0
294 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
ConversationsInOutboxTipView.java 167 onOutboxTotalCount(folder.totalCount);
ConversationListFragment.java 767 if (f.totalCount > 0) {
768 countLog = (long) Math.log10(f.totalCount);
773 Long.toString(countLog), f.totalCount);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 590 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$
601 while (count < totalCount - 1) {
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 114 var totalCount = JSErrorCount;
118 totalCount += contentWindow.JSErrorCount;
120 return totalCount;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 1451 milliseconds

12 3 4