OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
76 - 100
of
2827
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/sites/external/web/
site.xsl
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
//@version"/>)
49
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/></a
[
all
...]
/sdk/eclipse/sites/internal/web/
site.xsl
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
//@version"/>)
49
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/></a
[
all
...]
/device/sample/nxp/
com.nxp.mifare.xml
17
<!-- Devices that support MIFARE need to declare NXP's
feature
constant -->
19
<
feature
name="com.nxp.mifare" />
/external/dnsmasq/contrib/try-all-ns/
README
9
I recently needed a
feature
in dnsmasq for a very bizarre situation. I
12
requests as a failed tcp connection. I wrote the
feature
into dnsmasq
/frameworks/base/data/etc/
android.hardware.camera.autofocus.xml
19
<
feature
name="android.hardware.camera" />
20
<
feature
name="android.hardware.camera.autofocus" />
android.hardware.location.xml
20
<
feature
name="android.hardware.location" />
21
<
feature
name="android.hardware.location.network" />
android.hardware.nfc.xml
17
<!-- This is the standard
feature
indicating that the device can communicate
20
<
feature
name="android.hardware.nfc" />
android.hardware.sensor.accelerometer.xml
17
<!--
Feature
for devices with an accelerometer sensor. -->
19
<
feature
name="android.hardware.sensor.accelerometer" />
android.hardware.sensor.barometer.xml
17
<!--
Feature
for devices with barometer. -->
19
<
feature
name="android.hardware.sensor.barometer" />
android.hardware.sensor.compass.xml
17
<!--
Feature
for devices with a compass. -->
19
<
feature
name="android.hardware.sensor.compass" />
android.hardware.sensor.gyroscope.xml
17
<!--
Feature
for devices with gyroscope. -->
19
<
feature
name="android.hardware.sensor.gyroscope" />
android.hardware.sensor.light.xml
17
<!--
Feature
for devices with an ambient light sensor. -->
19
<
feature
name="android.hardware.sensor.light" />
android.hardware.sensor.proximity.xml
17
<!--
Feature
for devices with a proximity sensor. -->
19
<
feature
name="android.hardware.sensor.proximity" />
android.hardware.telephony.cdma.xml
19
<
feature
name="android.hardware.telephony" />
20
<
feature
name="android.hardware.telephony.cdma" />
android.hardware.telephony.gsm.xml
19
<
feature
name="android.hardware.telephony" />
20
<
feature
name="android.hardware.telephony.gsm" />
android.hardware.touchscreen.xml
20
<
feature
name="android.hardware.touchscreen" />
21
<
feature
name="android.hardware.faketouch" />
android.hardware.usb.host.xml
17
<!-- This is the standard
feature
indicating that the device can communicate
20
<
feature
name="android.hardware.usb.host" />
android.hardware.wifi.direct.xml
17
<!-- This is the standard
feature
indicating that the device includes WiFi Direct. -->
19
<
feature
name="android.hardware.wifi.direct" />
android.hardware.wifi.xml
17
<!-- This is the standard
feature
indicating that the device includes WiFi. -->
19
<
feature
name="android.hardware.wifi" />
android.software.sip.voip.xml
19
<
feature
name="android.software.sip" />
20
<
feature
name="android.software.sip.voip" />
/sdk/eclipse/features/com.android.ide.eclipse.tests/
feature.xml
2
<
feature
24
</
feature
>
/dalvik/tests/052-verifier-fun/src/
Main.java
96
BlahFeature
feature
= null; // interface ref
local
100
feature
= new BlahOne();
103
feature
= new BlahTwo();
107
feature
.doStuff();
/external/chromium/chrome/common/safe_browsing/
csd.proto
34
message
Feature
{
35
//
Feature
name. E.g., 'PageHasForms'.
38
//
Feature
value is always in the range [0.0, 1.0]. Boolean features
45
repeated
Feature
feature_map = 5;
/external/clang/test/Driver/
analyze.c
8
// CHECK: "-target-
feature
" "+sse"
/external/e2fsprogs/tests/f_dup_de/
script
3
$DEBUGFS -w -R "
feature
^dir_index" $TMPFILE >/dev/null 2>&1
Completed in 2634 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>