HomeSort by relevance Sort by last modified time
    Searched defs:total (Results 1 - 25 of 468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); local
33 CPPUNIT_ASSERT(total==70);
plusminus_test.cpp 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); local
38 CPPUNIT_ASSERT(total==77);
  /ndk/tests/device/test-gnustl-full/unit/
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); local
33 CPPUNIT_ASSERT(total==70);
plusminus_test.cpp 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); local
38 CPPUNIT_ASSERT(total==77);
  /ndk/tests/device/test-stlport/unit/
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); local
33 CPPUNIT_ASSERT(total==70);
plusminus_test.cpp 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); local
38 CPPUNIT_ASSERT(total==77);
  /bionic/libc/stdio/
fread.c 53 size_t total; local
65 total = resid;
145 return ((total - resid) / size);
165 return ((total - resid) / size);
  /system/core/libcutils/
uio.c 24 int total = 0; local
33 if (total == 0)
34 total = -1;
40 total += ret;
46 return total;
51 int total = 0; local
60 if (total == 0)
61 total = -1;
67 total += ret;
73 return total;
    [all...]
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 34 #define EXPECT(function, input1, input2, expected, total, error) \
38 (total)++; \
53 (total), (error))
58 (total), (error))
64 (total)++; \
77 int total = 0; local
189 printf("total: %d, error: %d\n\n", total, error);
  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 30 private int total = 0; field in class:ThrowingReader
41 total++;
49 if (total < throwAt) {
50 count = Math.min(count, (throwAt - total));
54 total += returned;
59 if (total == throwAt) {
  /system/core/libdiskconfig/
diskutils.c 41 uint64_t total = 0; local
76 total += nr_bytes;
104 ALOGI("Wrote %llu bytes to %s @ %lld", total, dst, offset);
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 31 var total = 0; variable
49 itemTotals = {total: []};
75 itemTotals["total"][i] = 0;
92 itemTotals["total"][i] += time;
106 total += time;
115 mean = total / count;
137 stdDev = standardDeviation(mean, itemTotals["total"]);
191 var width = "Total".length;
250 print(resultLine(labelWidth, 0, "Total", meanWidth, mean, stdErr));
  /bionic/libc/netbsd/net/
getservent.c 57 int total = 0; local
67 /* first compute the total size */
69 total += namelen + 1;
74 total += (count+1)*sizeof(char*);
77 total += 1 + len2;
82 p2 = realloc( (char*)rs->servent.s_aliases, total );
  /development/tools/emulator/system/libqemu/
test_guest_1.c 64 size_t total = 0; local
76 total += len;
102 total*1.0 / (1024.*1024.*(time1-time0)), 1.0*total, time1-time0);
  /external/chromium/chrome/browser/download/
download_item_model.cc 32 int64 total = download_->total_bytes(); local
34 DataUnits amount_units = GetByteDisplayUnits(total);
37 // In RTL locales, we render the text "size/total" in an RTL context. This
40 // we mark the total string as an LTR string if the UI layout is
43 FormatBytes(total, amount_units, true));
  /external/e2fsprogs/contrib/
make-sparse.c 25 int got, total = 0; local
33 return total ? total : -1;
37 return total;
42 total += got;
45 return total;
  /external/elfutils/lib/
md5.h 49 md5_uint32 total[2]; member in struct:md5_ctx
sha1.h 50 sha1_uint32 total[2]; member in struct:sha1_ctx
  /external/netperf/
hist.h 56 int total; member in struct:histogram_struct
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 22 int total = 0; local
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
25 if (total == LIMIT) {
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
29 byte[] tmp = new byte[total];
30 System.arraycopy(excerpt, 0, tmp, 0, total);
  /external/openssl/crypto/lhash/
lh_stats.c 117 unsigned long total=0,n_used=0; local
126 total+=num;
130 fprintf(out,"%lu items\n",total);
133 (int)(total/lh->num_nodes),
134 (int)((total%lh->num_nodes)*100/lh->num_nodes),
135 (int)(total/n_used),
136 (int)((total%n_used)*100/n_used));
226 unsigned long total=0,n_used=0; local
235 total+=num;
239 BIO_printf(out,"%lu items\n",total);
    [all...]
  /external/qemu/
osdep.c 128 ssize_t total = 0; local
140 total += ret;
143 return total;
  /external/stlport/test/eh/
test_map.cpp 93 size_t total = 0; local
94 EH_DISTANCE( m.begin(), m.end(), total );
95 assert( m.size() == total );
  /external/valgrind/main/drd/tests/
omp_prime.c 38 int total = 0; local
89 DRD_TRACE_VAR(total);
96 primes[total] = i;
97 total++;
103 n, total);
104 for (i = 0; i < total; i++)
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 193 // Sorting rule #3: by larger total number of color bits, not considering
213 EGLint total = 0; local
215 if (mWantRed) total += config.mRedSize;
216 if (mWantGreen) total += config.mGreenSize;
217 if (mWantBlue) total += config.mBlueSize;
218 if (mWantAlpha) total += config.mAlphaSize;
219 if (mWantLuminance) total += config.mLuminanceSize;
221 return total;
243 // By larger total number of color bits, only considering those that are requested to be > 0.
267 // but the same total
    [all...]

Completed in 3085 milliseconds

1 2 3 4 5 6 7 8 91011>>