HomeSort by relevance Sort by last modified time
    Searched refs:testcount (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/smhasher/src/
DifferentialTest.h 139 double testcount = (diffcount * double(reps)); local
140 double expected = testcount / pow(2.0,double(hashbits));
150 printf("%d reps, %0.f total tests, expecting %2.2f random collisions",reps,testcount,expected);
KeysetTest.h 213 int testcount = keybits; local
215 printf("Keyset 'Windowed' - %3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount);
217 for(int j = 0; j <= testcount; j++)
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 395 my $testcount;
423 # %testdata: name of test affecting this file -> \%testcount
425 # %testcount: line number -> execution count for a single test
445 my $testcount; # " "
521 $testcount = $testdata->{$testname};
526 $testcount = \%new_hash;
546 $testcount->{$1} += $count;
567 $testcount;
834 # %testdata: name of test affecting this file -> \%testcount
835 # %testcount: line number -> execution count for a single tes
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov     [all...]
genhtml 1046 my $testcount;
1069 $testcount = $testdata->{$testcase};
1071 foreach $line (keys%{$testcount})
1073 if ($testcount->{$line} > 0)
1138 my $testcount;
    [all...]

Completed in 200 milliseconds