Home | History | Annotate | Download | only in res

Lines Matching full:each

94                         <xsl:for-each select="api-coverage/debug/sources/apk">
96 </xsl:for-each>
100 <xsl:for-each select="api-coverage/api/package">
106 <xsl:for-each select="class">
111 <xsl:for-each select="constructor">
113 </xsl:for-each>
114 <xsl:for-each select="method">
116 </xsl:for-each>
118 </xsl:for-each>
121 </xsl:for-each>
174 <xsl:template name="formatParameters">(<xsl:for-each select="parameter">
177 </xsl:for-each>)