/prebuilts/gcc/linux-x86/host/x86_64-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)*/
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager_commands.js | 132 if (selection.totalCount == 1) { 476 selection.totalCount > 0; 515 selection.totalCount == 1; 705 selection && selection.totalCount > 0; 721 selection && selection.totalCount == 1;
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client_unittest.cc | 105 if (samples.get() && samples->TotalCount() > 0) { 164 EXPECT_EQ(expected_count, samples->TotalCount()) << name; 202 EXPECT_EQ(expected_count, samples->TotalCount()) << name;
|
/libcore/luni/src/main/java/java/nio/ |
DatagramChannelImpl.java | 303 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); 304 if (totalCount == 0) { 310 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
|
SocketChannelImpl.java | 296 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); 297 if (totalCount == 0) { 300 byte[] readArray = new byte[totalCount];
|
/external/chromium_org/dbus/ |
signal_sender_verification_unittest.cc | 208 EXPECT_EQ(samples1->TotalCount() + 1, samples2->TotalCount());
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 575 this.selection.totalCount == 1); [all...] |
/external/chromium_org/base/metrics/ |
sparse_histogram.cc | 119 Count total_count = snapshot->TotalCount();
|
histogram_unittest.cc | 86 EXPECT_EQ(2, samples->TotalCount()); 321 EXPECT_EQ(2, snapshot->TotalCount());
|
histogram.cc | 189 int64 delta64 = samples.redundant_count() - samples.TotalCount(); 379 Count sample_count = snapshot->TotalCount(); 492 *count = snapshot->TotalCount();
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_host_metrics_unittest.cc | 138 EXPECT_EQ(0, samples[i]->TotalCount());
|
/external/chromium_org/chrome/common/metrics/ |
metrics_log_base.cc | 150 DCHECK_NE(0, snapshot.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...] |
/external/chromium/chrome/common/ |
metrics_helpers.cc | 394 DCHECK_NE(0, snapshot.TotalCount()); 571 int64 discrepancy(already_logged->TotalCount() -
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
IngestActivity.java | 440 public void onImportProgress(final int visitedCount, final int totalCount, 444 mProgressState.max = totalCount;
|
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 141 data = new int [4]; // { totalcount, totalinstr, coveragecount, coverageinstr }
|
SrcFileItem.java | 168 data = new int [4]; // { totalcount, totalinstr, coveragecount, coverageinstr }
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
NfcImportVCardActivity.java | 214 int totalCount) {
|
/sdk/attribute_stats/src/ |
Analyzer.java | 407 int totalCount = 0; 409 totalCount += usage.count; 427 float percentage = 100 * usage.count/(float)totalCount;
|
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
test_util.js | 135 var totalCount = JSErrorCount; 139 totalCount += contentWindow.JSErrorCount; 141 return totalCount;
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy_browsertest.cc | 89 EXPECT_EQ(3, google_samples->TotalCount());
|
/external/chromium_org/net/dns/ |
dns_session.cc | 278 base::HistogramBase::Count total = samples.TotalCount();
|