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

  /pdk/apps/CameraITS/tests/
regress.sh 25 testcount=0
49 let testcount=testcount+1
67 echo "$failcount out of $testcount tests failed"
  /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-1.9/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 893 # %testdata : name of test affecting this file -> \%testcount
896 # %testcount : line number -> execution count for a single test
919 my $testcount; # " "
1008 $testcount = $testdata->{$testname};
1013 $testcount = {};
1034 $testcount->{$1} += $count;
1096 $testcount;
    [all...]
genhtml 869 my $testcount;
892 $testcount = $testdata->{$testcase};
894 foreach $line (keys%{$testcount})
896 if ($testcount->{$line} > 0)
959 my $testcount;
1058 # %testdata : name of test affecting this file -> \%testcount
1061 # %testcount : line number -> execution count for a single test
1084 my $testcount; # " "
1173 $testcount = $testdata->{$testname};
1178 $testcount = {}
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov     [all...]
genhtml 1002 my $testcount;
1025 $testcount = $testdata->{$testcase};
1027 foreach $line (keys%{$testcount})
1029 if ($testcount->{$line} > 0)
1094 my $testcount;
    [all...]

Completed in 1080 milliseconds