Searched defs:feature (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | feature.c | 19 struct feature { struct 25 static struct feature feature_list[] = { argument
|
/external/webkit/WebCore/bindings/objc/ |
D | DOMImplementationFront.cpp | 52 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/ |
D | DOMImplementation.cpp | 73 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()
|
D | Node.cpp | 74 bool Node::isSupported(const String& feature, const String& version) in isSupported()
|
/external/icu4c/layout/ |
D | LookupProcessor.cpp | 161 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/ |
D | SVGElement.cpp | 69 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const in isSupported()
|
/external/webkit/WebKit/win/ |
D | DOMCoreClasses.h | 418 /* [in] */ BSTR feature, in isSupported() 650 /* [in] */ BSTR feature, in isSupported()
|
D | DOMHTMLClasses.h | 264 /* [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/ |
D | expat.h | 991 enum XML_FeatureEnum feature; member
|
/external/expat/amiga/include/libraries/ |
D | expat.h | 534 enum XML_FeatureEnum feature; member
|
/external/qemu/target-arm/ |
D | cpu.h | 333 static inline int arm_feature(CPUARMState *env, int feature) in arm_feature()
|
D | helper.c | 34 static inline void set_feature(CPUARMState *env, int feature) in set_feature()
|
/external/wpa_supplicant/ |
D | driver_wext.c | 2223 struct wpa_hw_modes *feature; in wpa_driver_wext_get_hw_feature_data() local
|
/external/libxml2/ |
D | parser.c | 627 xmlHasFeature(xmlFeature feature) in xmlHasFeature()
|