Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 21 of 21) sorted by relevance

/sdk/eclipse/sites/external/web/
Dsite.xsl28 <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 …]
/sdk/eclipse/sites/internal/web/
Dsite.xsl28 <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 …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion16.txt13 uses-feature : The "uses-feature" tag specifies a specific feature used by the application.
/sdk/eclipse/features/com.android.ide.eclipse.ddms/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.gldebugger/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.traceview/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.adt/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.hierarchyviewer/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.ndk/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.pdt/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.tests/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.monitor/
Dbuild.properties1 bin.includes = feature.xml
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/
Dbuild.properties1 bin.includes = feature.xml,\
/sdk/eclipse/scripts/
Dupdate_version.sh65 features/com.android.ide.eclipse.adt.package/feature.xml ; do
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java233 public Object getFeature(String feature, String version) { in getFeature() argument
269 public boolean isSupported(String feature, String version) { in isSupported() argument
/sdk/eclipse/buildConfig/
Dbuild.properties28 product=/plugin or feature id/path/to/.product
121 #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
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java565 for (FeatureInfo feature : features) { in generateConfig()
566 if (feature.reqGlEsVersion > 0) { in generateConfig()
567 glVersionString = feature.getGlEsVersion(); in generateConfig()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DProjectCallback.java690 public boolean supports(int feature) { in supports() argument
691 return feature <= Features.LAST_CAPABILITY; in supports()
/sdk/docs/
Dhowto_use_cupcake_sdk.txt89 uninstall the two features of the previous ADT: the "editors" feature and the
90 ADT feature itself.
Dhowto_build_SDK.txt214 When you load the plugin in Eclipse, its feature and plugin name will look like
/sdk/eclipse/
Dchanges.txt102 * To enable this, install the NDK feature (depends on CDT), and then
185 * New "lint" feature which scans the Android projects for potential
371 - The "Go To Declaration" feature for XML and .java files quickly show
655 - Fixed some issue in the "Restart adb" feature in the device view of