/external/compiler-rt/test/asan/TestCases/ |
D | coverage-caller-callee-total-count.cc | 26 uintptr_t total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(0); in main() local 28 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main() 30 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main() 32 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main() 36 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main() 38 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main() 40 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | read_file.c | 59 int total = 0; in read_file() local 64 if(total + (MAX_LINE + 1) > size) { in read_file() 70 err = fgets(line + total, MAX_LINE + 1, fd); in read_file() 74 len = strlen(line + total); in read_file() 75 total += len; in read_file() 77 if(len == MAX_LINE && line[total - 1] != '\n') { in read_file() 89 if(len && line[total - 1] == '\n') { in read_file() 90 line[-- total] = '\0'; in read_file() 100 if(len == 0 || line[total - 1] != '\\' || (len >= 2 && in read_file() 101 strcmp(line + total - 2, "\\\\") == 0)) in read_file() [all …]
|
/external/skia/src/views/animated/ |
D | SkScrollBarView.cpp | 53 void SkScrollBarView::setTotal(unsigned total) in setTotal() argument 55 if ((int)total < 0) in setTotal() 56 total = 0; in setTotal() 58 if (fTotalLength != total) in setTotal() 60 fTotalLength = total; in setTotal() 122 int total = fTotalLength; in adjust() local 127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust() 129 total = 1; // avoid divide-by-zero. should be done by skin/script in adjust() 134 if (start + shown > total) in adjust() 135 start = total - shown; in adjust() [all …]
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 22 int total = 0; in ExcerptInputStream() local 24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT)); in ExcerptInputStream() 25 if (total == LIMIT) { in ExcerptInputStream() 27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length); in ExcerptInputStream() 29 byte[] tmp = new byte[total]; in ExcerptInputStream() 30 System.arraycopy(excerpt, 0, tmp, 0, total); in ExcerptInputStream()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 530 int count, total = seq->total; in cvGetSeqElem() local 532 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 534 index += index < 0 ? total : 0; in cvGetSeqElem() 535 index -= index >= total ? total : 0; in cvGetSeqElem() 536 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem() 541 if( index + index <= total ) in cvGetSeqElem() 554 total -= block->count; in cvGetSeqElem() 556 while( index < total ); in cvGetSeqElem() 557 index -= total; in cvGetSeqElem() 611 int total = seq->total; in cvSliceLength() local [all …]
|
/external/doclava/src/com/google/doclava/ |
D | TodoFile.java | 58 public int total; field in TodoFile.PackageStats 85 int total = 1; in writeTodoFile() local 95 total++; in writeTodoFile() 109 total++; in writeTodoFile() 124 total++; in writeTodoFile() 138 total++; in writeTodoFile() 153 data.setValue(classBase + ".totalCount", "" + total); in writeTodoFile() 154 data.setValue(classBase + ".percentGood", percent(errors, total)); in writeTodoFile() 165 ps.total += total; in writeTodoFile() 178 data.setValue("packages." + i + ".totalCount", "" + ps.total); in writeTodoFile() [all …]
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-stat.c | 574 static void print_noise_pct(double total, double avg) in print_noise_pct() argument 576 double pct = rel_stddev_stats(total, avg); in print_noise_pct() 681 double total, ratio = 0.0; in print_stalled_cycles_frontend() local 684 total = avg_stats(&runtime_cycles_stats[cpu]); in print_stalled_cycles_frontend() 686 if (total) in print_stalled_cycles_frontend() 687 ratio = avg / total * 100.0; in print_stalled_cycles_frontend() 700 double total, ratio = 0.0; in print_stalled_cycles_backend() local 703 total = avg_stats(&runtime_cycles_stats[cpu]); in print_stalled_cycles_backend() 705 if (total) in print_stalled_cycles_backend() 706 ratio = avg / total * 100.0; in print_stalled_cycles_backend() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | ecag.stdout.exp-z196 | 4 L1 total cachesize data: 131072 5 L1 total cachesize insn: 65536 11 L2 total cachesize data: 1572864 12 L2 total cachesize insn: 1572864 18 L3 total cachesize data: 25165824 19 L3 total cachesize insn: 25165824 25 L4 total cachesize data: 201326592 26 L4 total cachesize insn: 201326592
|
D | ecag.stdout.exp-zec12 | 4 L1 total cachesize data: 98304 5 L1 total cachesize insn: 65536 11 L2 total cachesize data: 1048576 12 L2 total cachesize insn: 1048576 18 L3 total cachesize data: 50331648 19 L3 total cachesize insn: 50331648 25 L4 total cachesize data: 402653184 26 L4 total cachesize insn: 402653184
|
D | ecag.stdout.exp-z13 | 4 L1 total cachesize data: 131072 5 L1 total cachesize insn: 98304 11 L2 total cachesize data: 2097152 12 L2 total cachesize insn: 2097152 18 L3 total cachesize data: 67108864 19 L3 total cachesize insn: 67108864 25 L4 total cachesize data: 503316480 26 L4 total cachesize insn: 503316480
|
D | ecag.stdout.exp-z10ec | 4 L1 total cachesize data: 131072 5 L1 total cachesize insn: 65536 11 L2 total cachesize data: 3145728 12 L2 total cachesize insn: 3145728 18 L3 total cachesize data: 50331648 19 L3 total cachesize insn: 50331648
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 33 long total = 0; in stopwatch() local 37 total += s.elapsed(TimeUnit.NANOSECONDS); in stopwatch() 39 return total; in stopwatch() 43 long total = 0; in manual() local 47 total += (System.nanoTime() - start); in manual() 49 return total; in manual()
|
/external/bison/lib/ |
D | timevar.c | 452 struct timevar_time_def *total = &timevars[TV_TOTAL].elapsed; local 504 (total->user == 0 ? 0 : tv->elapsed.user / total->user) * 100); 511 (total->sys == 0 ? 0 : tv->elapsed.sys / total->sys) * 100); 518 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100); 527 fprintf (fp, "%7.2f ", total->user); 530 fprintf (fp, "%7.2f ", total->sys); 533 fprintf (fp, "%7.2f\n", total->wall); 555 print_time (str, total) in print_time() argument 557 long total; 562 str, total / 1000000, total % 1000000, [all …]
|
/external/boringssl/src/crypto/cipher/ |
D | e_ssl3.c | 132 size_t total = 0; in aead_ssl3_seal() local 176 total = len; in aead_ssl3_seal() 179 if (!EVP_EncryptUpdate(&ssl3_ctx->cipher_ctx, out + total, &len, mac, in aead_ssl3_seal() 183 total += len; in aead_ssl3_seal() 195 if (!EVP_EncryptUpdate(&ssl3_ctx->cipher_ctx, out + total, &len, padding, in aead_ssl3_seal() 199 total += len; in aead_ssl3_seal() 202 if (!EVP_EncryptFinal_ex(&ssl3_ctx->cipher_ctx, out + total, &len)) { in aead_ssl3_seal() 205 total += len; in aead_ssl3_seal() 207 *out_len = total; in aead_ssl3_seal() 254 size_t total = 0; in aead_ssl3_open() local [all …]
|
/external/sqlite/android/ |
D | PhoneNumberUtilsTest.cpp | 34 #define EXPECT(function, input1, input2, expected, total, error) \ argument 38 (total)++; \ 53 (total), (error)) 58 (total), (error)) 64 (total)++; \ 77 int total = 0; in main() local 189 printf("total: %d, error: %d\n\n", total, error); in main()
|
/external/v8/test/mjsunit/compiler/ |
D | regress-8.js | 53 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}); property
|
D | load-elimination-global.js | 95 var total = v; 98 total = a.x; 101 return total; 107 var total = v; 110 total = a.x; // a.x not affected by loop 115 total = a.x; // a.x not affected by loop 119 total = a.x; 124 total = a.x; // a.x not affected by loop 128 return total;
|
/external/webrtc/src/common_audio/vad/ |
D | vad_core.c | 131 inst->total[0] = TOTAL_10MS_Q; in WebRtcVad_InitCore() 132 inst->total[1] = TOTAL_20MS_Q; in WebRtcVad_InitCore() 133 inst->total[2] = TOTAL_30MS_Q; in WebRtcVad_InitCore() 148 inst->total[0] = TOTAL_10MS_LBR; in WebRtcVad_InitCore() 149 inst->total[1] = TOTAL_20MS_LBR; in WebRtcVad_InitCore() 150 inst->total[2] = TOTAL_30MS_LBR; in WebRtcVad_InitCore() 165 inst->total[0] = TOTAL_10MS_AGG; in WebRtcVad_InitCore() 166 inst->total[1] = TOTAL_20MS_AGG; in WebRtcVad_InitCore() 167 inst->total[2] = TOTAL_30MS_AGG; in WebRtcVad_InitCore() 182 inst->total[0] = TOTAL_10MS_VAG; in WebRtcVad_InitCore() [all …]
|
/external/mesa3d/src/glsl/tests/ |
D | optimization-test | 3 total=0 10 total=$((total+1)) 21 echo "$pass/$total tests returned correct results" 24 if [[ $pass == $total ]]; then
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 25 int got, total = 0; in full_read() local 33 return total ? total : -1; in full_read() 37 return total; in full_read() 42 total += got; in full_read() 45 return total; in full_read()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ContentLengthOutputStream.java | 67 private long total = 0; field in ContentLengthOutputStream 113 if (this.total < this.contentLength) { in write() 114 long max = this.contentLength - this.total; in write() 119 this.total += len; in write() 131 if (this.total < this.contentLength) { in write() 133 this.total++; in write()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
D | PaddedBufferedBlockCipher.java | 96 int total = len + bufOff; in getOutputSize() local 97 int leftOver = total % buf.length; in getOutputSize() 103 return total + buf.length; in getOutputSize() 106 return total; in getOutputSize() 109 return total - leftOver + buf.length; in getOutputSize() 123 int total = len + bufOff; in getUpdateOutputSize() local 124 int leftOver = total % buf.length; in getUpdateOutputSize() 128 return Math.max(0, total - buf.length); in getUpdateOutputSize() 131 return total - leftOver; in getUpdateOutputSize()
|
/external/valgrind/drd/tests/ |
D | omp_prime.c | 38 int total = 0; in main() local 89 DRD_TRACE_VAR(total); in main() 96 primes[total] = i; in main() 97 total++; in main() 103 n, total); in main() 104 for (i = 0; i < total; i++) in main()
|
/external/opencv/cvaux/src/ |
D | cvhmm1d.cpp | 333 int total = hmm->num_states; 337 num_samples = (int*)icvAlloc( total * sizeof(int) ); 340 counter = (int*)icvAlloc( total * sizeof(int) ); 342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) ); 343 samples_mix = (int***)icvAlloc( total * sizeof(int**) ); 346 memset( num_samples, 0 , total*sizeof(int) ); 347 memset( counter, 0 , total*sizeof(int) ); 363 a_class = (int**)icvAlloc( total*sizeof(int*) ); 365 for (i = 0; i < total; i++) 390 memset( counter, 0, total*sizeof(int) ); [all …]
|
/external/valgrind/massif/tests/ |
D | basic2.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 42 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 56 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 63 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 70 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 77 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 91 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|