OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testcount
(Results
1 - 6
of
6
) sorted by null
/pdk/apps/CameraITS/tests/
regress.sh
31
testcount
=0
55
let
testcount
=
testcount
+1
73
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/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 153 milliseconds