Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 14 of 14) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dfeature.c19 struct feature { struct
25 static struct feature feature_list[] = { argument
/external/webkit/WebCore/bindings/objc/
DDOMImplementationFront.cpp52 bool DOMImplementationFront::hasFeature(const String& feature, const String& version) const in hasFeature() argument
67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature) in getInterface()
/external/webkit/WebCore/dom/
DDOMImplementation.cpp73 static bool isSVG10Feature(const String &feature) in isSVG10Feature()
98 static bool isSVG11Feature(const String &feature) in isSVG11Feature()
172 bool DOMImplementation::hasFeature(const String& feature, const String& version) in hasFeature()
DNode.cpp74 bool Node::isSupported(const String& feature, const String& version) in isSupported()
/external/icu4c/layout/
DLookupProcessor.cpp161 for (le_int32 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local
190 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local
212 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor() local
/external/webkit/WebCore/svg/
DSVGElement.cpp69 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const in isSupported()
/external/webkit/WebKit/win/
DDOMCoreClasses.h418 /* [in] */ BSTR feature, in isSupported()
650 /* [in] */ BSTR feature, in isSupported()
DDOMHTMLClasses.h264 /* [in] */ BSTR feature, in isSupported()
538 /* [in] */ BSTR feature, in isSupported()
797 /* [in] */ BSTR feature, in isSupported()
1102 /* [in] */ BSTR feature, in isSupported()
1426 /* [in] */ BSTR feature, in isSupported()
1724 /* [in] */ BSTR feature, in isSupported()
2128 /* [in] */ BSTR feature, in isSupported()
/external/expat/lib/
Dexpat.h991 enum XML_FeatureEnum feature; member
/external/expat/amiga/include/libraries/
Dexpat.h534 enum XML_FeatureEnum feature; member
/external/qemu/target-arm/
Dcpu.h333 static inline int arm_feature(CPUARMState *env, int feature) in arm_feature()
Dhelper.c34 static inline void set_feature(CPUARMState *env, int feature) in set_feature()
/external/wpa_supplicant/
Ddriver_wext.c2223 struct wpa_hw_modes *feature; in wpa_driver_wext_get_hw_feature_data() local
/external/libxml2/
Dparser.c627 xmlHasFeature(xmlFeature feature) in xmlHasFeature()