Searched refs:feature (Results 1 – 21 of 21) sorted by relevance
28 <xsl:sort select="ancestor::feature//@version" order="ascending"/>29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/>41 <xsl:when test="ancestor::feature//@label">42 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@label"/></a>45 …(<xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@versi…49 …<a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-o…56 <xsl:if test="ancestor::feature//@os">58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td>61 <xsl:if test="ancestor::feature//@ws">63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td>[all …]
13 uses-feature : The "uses-feature" tag specifies a specific feature used by the application.
1 bin.includes = feature.xml
1 bin.includes = feature.xml,\
65 features/com.android.ide.eclipse.adt.package/feature.xml ; do
233 public Object getFeature(String feature, String version) { in getFeature() argument269 public boolean isSupported(String feature, String version) { in isSupported() argument
28 product=/plugin or feature id/path/to/.product121 #The value to be used for the qualifier of a plugin or feature when you want to override the value …126 #The generated suffix is computed according to the content of the feature 151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/f…153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
565 for (FeatureInfo feature : features) { in generateConfig()566 if (feature.reqGlEsVersion > 0) { in generateConfig()567 glVersionString = feature.getGlEsVersion(); in generateConfig()
690 public boolean supports(int feature) { in supports() argument691 return feature <= Features.LAST_CAPABILITY; in supports()
89 uninstall the two features of the previous ADT: the "editors" feature and the90 ADT feature itself.
214 When you load the plugin in Eclipse, its feature and plugin name will look like
102 * To enable this, install the NDK feature (depends on CDT), and then185 * New "lint" feature which scans the Android projects for potential371 - The "Go To Declaration" feature for XML and .java files quickly show655 - Fixed some issue in the "Restart adb" feature in the device view of