Lines Matching full:units
26 #Returns an array of child units based on their Target Type.
28 # param[in] $unitTargetType = The target type of the units to find
29 # param[in] $chip = The chip target to find the units on
33 my @units;
39 push @units, $child;
43 return @units;
46 #Returns size of child units based on their Type.
48 # param[in] $type = The type of the units to find
49 # param[in] $chip = The chip target to find the units on
53 my @units;
57 push @units, $child;
60 my $size = @units;