OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail_count
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/
test.sh.in
33
fail_count
=0
35
if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $
fail_count
!= 0 ] ; then
63
fail_count
=$((
fail_count
+1))
72
total_count=`expr ${pass_count} + ${skip_count} + ${
fail_count
}`
74
echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${
fail_count
}/${total_count}"
76
if [ ${
fail_count
} -eq 0 ] ; then
/src/external/bsd/jemalloc.old/dist/test/
test.sh.in
33
fail_count
=0
35
if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $
fail_count
!= 0 ] ; then
63
fail_count
=$((
fail_count
+1))
72
total_count=`expr ${pass_count} + ${skip_count} + ${
fail_count
}`
74
echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${
fail_count
}/${total_count}"
76
if [ ${
fail_count
} -eq 0 ] ; then
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dc_link_dp.h
43
int *
fail_count
);
/src/external/bsd/atf/dist/atf-c/
tc.c
69
size_t
fail_count
;
member in struct:context
118
ctx->
fail_count
= 0;
320
ctx->
fail_count
++;
1028
if (Current.
fail_count
> 0) {
1032
"more details", Current.
fail_count
);
/src/external/bsd/jemalloc/dist/bin/
jeprof.in
5526
my $
fail_count
= 0;
5540
++$
fail_count
;
5546
$pass_count, $
fail_count
;
5547
$error_count = $
fail_count
;
5548
$
fail_count
= 0;
5560
++$
fail_count
;
5566
$pass_count, $
fail_count
;
5567
$error_count += $
fail_count
;
5578
my $
fail_count
= 0;
5592
++$
fail_count
;
[
all
...]
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
5427
my $
fail_count
= 0;
5441
++$
fail_count
;
5447
$pass_count, $
fail_count
;
5448
$error_count = $
fail_count
;
5449
$
fail_count
= 0;
5461
++$
fail_count
;
5467
$pass_count, $
fail_count
;
5468
$error_count += $
fail_count
;
5479
my $
fail_count
= 0;
5493
++$
fail_count
;
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c
1861
int *
fail_count
)
1942
(*
fail_count
)++;
1952
(*
fail_count
)++;
1989
int
fail_count
= 0;
local
2001
&
fail_count
) &&
fail_count
== 0) {
/src/external/gpl2/dtc/dist/tests/
run_tests.sh
976
fail_count
=$(grep "^ERROR: " $TMP | wc -l)
982
tot_fail=$((tot_fail + $
fail_count
))
/src/external/mpl/dhcp/dist/server/
failover.c
75
int
fail_count
= 0;
local
83
fail_count
++;
94
if (
fail_count
) {
Completed in 54 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026