Searched refs:total (Results 1 - 25 of 480) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test5 total=0
13 total=$((total+1))
24 echo "$pass/$total tests returned correct results"
42 echo "$pass/$total tests returned correct results"
43 echo "$clean/$total tests are valgrind-clean"
45 if [ "$pass" = "$total" ] && [ "$clean" = "$total" ]; then
/external/oauth/core/src/main/java/net/oauth/client/
H A DExcerptInputStream.java22 int total = 0;
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/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEvent.h40 static PassRefPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0)
42 return adoptRef(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));
47 unsigned long long totalSize() const { return total(); }
53 XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
54 : ProgressEvent(type, lengthComputable, loaded, total)
/external/stlport/test/unit/
H A Dtimes_test.cpp32 int total = accumulate(input, input + 4, 1, multiplies<int>()); local
33 CPPUNIT_ASSERT(total==70);
H A Dplusminus_test.cpp36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); local
38 CPPUNIT_ASSERT(total==77);
/external/skia/src/views/
H A DSkScrollBarView.cpp53 void SkScrollBarView::setTotal(unsigned total) argument
55 if ((int)total < 0)
56 total = 0;
58 if (fTotalLength != total)
60 fTotalLength = total;
70 if (dom.findS32(node, "total", &value))
122 int total = fTotalLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
129 total
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dmillion.S3 # total is 2 + 1 + 499997*2 + 3
7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
/external/chromium/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_text_field_cell.h20 - (void)setActiveMatch:(NSInteger)current of:(NSInteger)total;
/external/linux-tools-perf/util/ui/
H A Dprogress.h6 struct ui_progress *ui_progress__new(const char *title, u64 total);
/external/webkit/Source/WebCore/dom/
H A DProgressEvent.h39 static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
41 return adoptRef(new ProgressEvent(type, lengthComputable, loaded, total));
49 unsigned long long total() const { return m_total; } function in class:WebCore::ProgressEvent
53 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
H A DProgressEvent.cpp38 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
42 , m_total(total)
H A DProgressEvent.idl31 readonly attribute unsigned long long total;
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java62 private long total = 0; field in class:ContentLengthOutputStream
108 if (this.total < this.contentLength) {
109 long max = this.contentLength - this.total;
114 this.total += len;
126 if (this.total < this.contentLength) {
128 this.total++;
/external/e2fsprogs/contrib/
H A Dmake-sparse.c25 int got, total = 0; local
33 return total ? total : -1;
37 return total;
42 total += got;
45 return total;
/external/valgrind/main/drd/tests/
H A Domp_prime.c38 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/sqlite/android/
H A DPhoneNumberUtilsTest.cpp34 #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);
/external/doclava/src/com/google/doclava/
H A DTodoFile.java58 public int total; field in class:TodoFile.PackageStats
85 int total = 1;
95 total++;
109 total++;
124 total++;
138 total++;
153 data.setValue(classBase + ".totalCount", "" + total);
154 data.setValue(classBase + ".percentGood", percent(errors, total));
165 ps.total += total;
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DPaddedBufferedBlockCipher.java95 int total = len + bufOff;
96 int leftOver = total % buf.length;
102 return total + buf.length;
105 return total;
108 return total - leftOver + buf.length;
122 int total = len + bufOff;
123 int leftOver = total % buf.length;
127 return total - buf.length;
130 return total - leftOver;
/external/v8/test/mjsunit/compiler/
H A Dregress-8.js53 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
58 if(a.total>=2E6) {
63 if(a.total>=2E5) {
68 if(a.total>=2E4) {
73 if(a.total>=2E3) {
78 if(a.total>=200) {
85 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(Mob+(LA+(a.total+zE))))))))),
101 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
109 Nob(2, { Un: "" , Im: "" , total: 42});
/external/openssl/crypto/lhash/
H A Dlh_stats.c117 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/linux-tools-perf/
H A Dbuiltin-stat.c513 static void print_noise_pct(double total, double avg) argument
518 pct = 100.0*total/avg;
559 double total, ratio = 0.0; local
562 total = avg_stats(&runtime_cycles_stats[cpu]);
564 if (total)
565 ratio = avg / total * 100.0;
582 double total, ratio = 0.0; local
585 total = avg_stats(&runtime_cycles_stats[cpu]);
587 if (total)
588 ratio = avg / total * 100.
605 double total, ratio = 0.0; local
628 double total, ratio = 0.0; local
651 double total, ratio = 0.0; local
674 double total, ratio = 0.0; local
697 double total, ratio = 0.0; local
720 double total, ratio = 0.0; local
743 double total, ratio = 0.0; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java73 long total = 0;
78 total += numRead;
79 if (total > limit)
85 return total;
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestThroughput.java43 private static long total = 0; field in class:TestThroughput
66 total++;
68 //System.out.println( "total:" + total + " counter:" + counter + " lastTime:" + lastTime + " time:" + time );
75 System.out.println("messages per second:" + pps + " total messages:" + total);
/external/oprofile/libutil++/
H A Dutility.h86 * @param total
88 * return total == 0 ? 1.0 : (count / total);
90 inline double op_ratio(double count, double total) argument
92 return total == 0 ? 0.0 : (count / total);
/external/webkit/Tools/Scripts/
H A Dcompare-timing-files77 my $total = 0;
80 $total += $results[$i];
82 my $average = $total / $count;

Completed in 2291 milliseconds

1234567891011>>