Searched
full:feature (Results
301 -
325 of
6147) sorted by null
<<11121314151617181920>>
/frameworks/native/data/etc/ |
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.heartrate.ecg.xml | 17 <!-- Feature for devices with a hardware electrocardiography(ECG) sensor. --> 19 <feature name="android.hardware.sensor.heartrate.ecg" />
|
android.hardware.sensor.heartrate.xml | 17 <!-- Feature for devices with a hardware heart rate monitor. --> 19 <feature name="android.hardware.sensor.heartrate" />
|
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.sensor.stepcounter.xml | 17 <!-- Feature for devices with a hardware step counter. --> 19 <feature name="android.hardware.sensor.stepcounter" />
|
android.hardware.sensor.stepdetector.xml | 17 <!-- Feature for devices with a step detector. --> 19 <feature name="android.hardware.sensor.stepdetector" />
|
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.managed_users.xml | 17 <!-- This is the standard feature indicating that the device supports managed users. --> 19 <feature name="android.software.managed_users" />
|
android.software.sip.voip.xml | 19 <feature name="android.software.sip" /> 20 <feature name="android.software.sip.voip" />
|
com.nxp.mifare.xml | 17 <!-- Devices that support MIFARE need to declare NXP's feature constant --> 19 <feature name="com.nxp.mifare" />
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi_hal.h | 65 /* Feature enums */ 90 #define IS_SUPPORTED_FEATURE(feature, featureSet) IS_MASK_SET(feature, fetureSet) 91 #define IS_UNSUPPORTED_FEATURE(feature, featureSet) IS_MASK_RESET(feature, fetureSet) 93 /* Feature set */ 97 * Each row represents a valid feature combination; 121 /* include various feature headers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
kvm_para.h | 11 /* This CPUID returns a feature bitmap in eax. Before enabling a particular 12 * paravirtualization, the appropriate feature bit should be checked.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
kvm_para.h | 11 /* This CPUID returns a feature bitmap in eax. Before enabling a particular 12 * paravirtualization, the appropriate feature bit should be checked.
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
carrays.i | 3 %feature("python:slot", "sq_item", functype="ssizeargfunc") NAME::__getitem__; 4 %feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") NAME::__setitem__;
|
/sdk/eclipse/features/com.android.ide.eclipse.adt/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.adt.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.adt.package.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.ddms/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.ddms.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
Completed in 513 milliseconds
<<11121314151617181920>>