Home
last modified time | relevance | path

Searched refs:comment_count (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmxfdec.c249 int comment_count; member
1067 &package->comment_count); in mxf_read_package()
2128 for (i = 0; i < package->comment_count; i++) { in mxf_parse_package_comments()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c3542 static int comment_count = 0; variable
3579 comment_count++; in data_check_comment_handler()
3615 comment_count = 0; in START_TEST()
3629 if (comment_count != 2) in START_TEST()
3637 if (comment_count != 3) in START_TEST()
/third_party/expat/tests/
Druntests.c3542 static int comment_count = 0; variable
3579 comment_count++; in data_check_comment_handler()
3615 comment_count = 0; in START_TEST()
3629 if (comment_count != 2) in START_TEST()
3637 if (comment_count != 3) in START_TEST()
/third_party/ltp/scripts/
Dcheckpatch.pl3034 my $comment_count = () = $name_comment =~ /\([^\)]+\)/g;
3035 if ($comment_count > 1) {