Searched refs:total_functions (Results 1 - 2 of 2) sorted by relevance

/external/dbus/test/
H A Ddecode-gcov.c510 int total_functions; local
512 total_functions = 0;
597 total_functions += n_functions;
602 total_functions, n_sections);
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm2025 $total_functions = 0;
2030 $total_functions++;
2115 die "Wrong number of callbacks generated for $interfaceName ($num_callbacks, should be $total_functions)" if $num_callbacks != $total_functions;

Completed in 1749 milliseconds