HomeSort by relevance Sort by last modified time
    Searched full:totalcount (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 135 private boolean isContentSound(int totalCount) {
136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false;
137 if (mPhotos.size() == 0) return true; // totalCount is also 0
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_selection.js 19 this.totalCount = 0;
51 this.totalCount++;
224 if (this.selection.totalCount == 1 &&
347 if (!wasVisible && this.selection.totalCount == 1) {
357 if (selection.totalCount > 0) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 127 public int totalCount;
278 public Builder setTotalCount(final int totalCount) {
279 mTotalCount = totalCount;
338 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
353 this.totalCount = totalCount;
392 totalCount = cursor.getInt(UIProvider.FOLDER_TOTAL_COUNT_COLUMN);
452 totalCount = in.readInt();
489 dest.writeInt(totalCount);
825 f.totalCount = Integer.parseInt(split[index++])
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 174 long totalCount = 0;
184 totalCount += count;
185 } while (totalCount <= 10);
317 long totalCount = 0;
327 totalCount += count;
328 } while (totalCount != 10);
SocketChannelTest.java     [all...]
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 212 public void onImportProgress(int visitedCount, int totalCount,
219 mClientActivity.onImportProgress(visitedCount, totalCount, pathIfSuccessful);
221 mNotificationBuilder.setProgress(totalCount, visitedCount, false)
ImportTask.java 35 void onImportProgress(int visitedCount, int totalCount, String pathIfSuccessful);
  /external/chromium_org/base/metrics/
histogram_delta_serialization.cc 87 DCHECK_NE(0, snapshot.TotalCount());
sample_vector.cc 38 Count SampleVector::TotalCount() const {
  /external/chromium_org/chrome/test/base/
uma_histogram_helper.cc 80 EXPECT_EQ(expected_count, samples.TotalCount())
  /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) {
  /external/chromium_org/chrome/browser/translate/
translate_browser_metrics_unittest.cc 72 HistogramBase::Count count = samples_->TotalCount();
75 return count - base_samples_->TotalCount();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 114 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
155 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_A8.cpp 363 SkDEBUGCODE(int totalCount = 0;)
378 SkDEBUGCODE(totalCount += count;)
380 SkASSERT(fDevice.width() == totalCount);
  /external/skia/src/core/
SkBlitter_A8.cpp 363 SkDEBUGCODE(int totalCount = 0;)
378 SkDEBUGCODE(totalCount += count;)
380 SkASSERT(fDevice.width() == totalCount);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 241 public int totalCount;
303 mTotalCount[pos] = info.totalCount;
374 info.totalCount = info.item.getTotalMediaItemCount();
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
preview_panel.js 252 this.thumbnails.selection = selection.totalCount !== 0 ?
257 if (this.selection_.totalCount == 1)
259 else if (this.selection_.totalCount == 0)
277 text = strf('MANY_ENTRIES_SELECTED', selection.totalCount);
  /external/chromium_org/components/translate/common/
translate_metrics_unittest.cc 143 HistogramBase::Count count = samples_->TotalCount();
146 return count - base_samples_->TotalCount();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ContentProviderBasedProjectDelegate.js 234 var totalCount = paths.length;
235 if (totalCount === 0) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportProcessor.java 234 private void doProgressNotification(Uri uri, int totalCount, int currentCount) {
243 totalCount, currentCount);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 156 u_int totalcount; member in struct:readargs
181 u_int totalcount; member in struct:writeargs
nfs_prot.x 199 unsigned totalcount; /* total read count (from this offset)*/
224 unsigned totalcount; /* total write count (to this offset)*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 156 u_int totalcount; member in struct:readargs
181 u_int totalcount; member in struct:writeargs
nfs_prot.x 199 unsigned totalcount; /* total read count (from this offset)*/
224 unsigned totalcount; /* total write count (to this offset)*/

Completed in 3251 milliseconds

12 3 4 5