/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/ui/file_manager/file_manager/foreground/js/ |
file_selection.js | 19 this.totalCount = 0; 51 this.totalCount++; 227 if (this.selection.totalCount == 1 && 352 if (!wasVisible && this.selection.totalCount == 1) { 362 if (selection.totalCount > 0) {
|
file_manager_commands.js | 123 if (selection.totalCount == 1) { 222 if (selection.totalCount !== 1) 509 selection.totalCount > 0; 577 selection.totalCount == 1; 775 selection && selection.totalCount > 0; 794 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 | 346 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); 347 if (totalCount == 0) { 353 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...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationsInOutboxTipView.java | 101 onOutboxTotalCount(folder.totalCount);
|
ActionBarController.java | 235 && mFolder.isTrash() && mFolder.totalCount > 0 240 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
|
ConversationListFragment.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/guava/guava/src/com/google/common/collect/ |
Multisets.java | 889 private int totalCount; 910 totalCount = laterCount = currentEntry.getCount(); 921 if (totalCount == 1) { 926 totalCount--;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
preview_panel.js | 245 if (selection.totalCount === 0) { 253 if (selection.totalCount === 1) { 273 text = strf('MANY_ENTRIES_SELECTED', selection.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;
|
/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 | |