Searched refs:testcount (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
D | genflat.pl | 395 my $testcount; 445 my $testcount; # " " 521 $testcount = $testdata->{$testname}; 526 $testcount = \%new_hash; 546 $testcount->{$1} += $count; 567 $testcount;
|
/external/chromium_org/third_party/smhasher/src/ |
D | DifferentialTest.h | 139 double testcount = (diffcount * double(reps)); in DiffTest() local 140 double expected = testcount / pow(2.0,double(hashbits)); in DiffTest() 150 printf("%d reps, %0.f total tests, expecting %2.2f random collisions",reps,testcount,expected); in DiffTest()
|
D | KeysetTest.h | 213 int testcount = keybits; in WindowedKeyTest() local 215 …%3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount); in WindowedKeyTest() 217 for(int j = 0; j <= testcount; j++) in WindowedKeyTest()
|
/external/chromium_org/third_party/lcov/bin/ |
D | genhtml | 1046 my $testcount; 1069 $testcount = $testdata->{$testcase}; 1071 foreach $line (keys%{$testcount}) 1073 if ($testcount->{$line} > 0) 1138 my $testcount; 1278 my $testcount; # " " 1374 $testcount = $testdata->{$testname}; 1380 $testcount = {}; 1402 $testcount->{$1} += $count; 1489 $testcount; [all …]
|
D | lcov | 1593 my $testcount; # " " 1687 $testcount = $testdata->{$testname}; 1693 $testcount = {}; 1715 $testcount->{$1} += $count; 1803 $testcount; 2544 my $testcount; 2578 $testcount = $testdata->{$testname}; 2631 foreach $line (sort({$a <=> $b} keys(%{$testcount}))) 2634 $testcount->{$line}. 2639 if ($testcount->{$line} > 0)
|