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

/vbox/src/libs/xpcom18a4/xpcom/tools/
H A Danalyze-xpcom-log.pl25 sub getContractID($);
118 printf "%5d. %s - %s\n", $objs{$cid}, $cid, getContractID($cid);
126 printf "%5d. %s - %s\n", $objs_contractid{$cid}, $cid, getContractID($cid);
135 printf "%5d. %s - %s", $failedObjs{$cid}, $cid, getContractID($cid);
144 printf "%5d. %s - %s\n", $contractid_n{$cid}, $cid, getContractID($cid);
161 sub getContractID($) { subroutine

Completed in 245 milliseconds