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

/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl18202 sub uncoverConstant($$) subroutine
18207 if(defined $Cache{"uncoverConstant"}{$LibVersion}{$Constant}) {
18208 return $Cache{"uncoverConstant"}{$LibVersion}{$Constant};
18217 my $Uncovered = uncoverConstant($LibVersion, $Value);
18226 return ($Cache{"uncoverConstant"}{$LibVersion}{$Constant} = $Value);
18228 return ($Cache{"uncoverConstant"}{$LibVersion}{$Constant} = "");
18242 my $Val = uncoverConstant($LibVersion, $Word);
18398 my $Old_Value = uncoverConstant(1, $Constant);
18422 my $New_Value = uncoverConstant(2, $Constant);
18488 my $New_Value = uncoverConstant(
[all...]

Completed in 93 milliseconds