/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
hdreg.h | 79 task_ioreg_t feature; member in struct:hd_drive_cmd_hdr 85 task_ioreg_t feature; member in struct:hd_drive_task_hdr 96 task_ioreg_t feature; member in struct:hd_drive_hob_hdr
|
/external/webkit/WebKit/chromium/src/ |
WebDevToolsAgentImpl.h | 85 virtual void setRuntimeFeatureEnabled(const WebString& feature, bool enabled);
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 63 public boolean hasFeature(String feature, String version) { 64 return factory.hasFeature(feature, version);
|
LSDocumentBuilderFactory.java | 353 * Determines if the implementation supports the specified feature 354 * @param feature Feature 356 * @return true if implementation supports the feature 358 public boolean hasFeature(String feature, String version) { 359 return getDOMImplementation().hasFeature(feature, version);
|
XercesHTML2DocumentBuilderFactory.java | 218 public boolean hasFeature(String feature, String version) { 219 return domImpl.hasFeature(feature, version);
|
XercesHTMLDocumentBuilderFactory.java | 218 public boolean hasFeature(String feature, String version) { 219 return domImpl.hasFeature(feature, version);
|
DOMTestDocumentBuilderFactory.java | 62 public abstract boolean hasFeature(String feature, String version);
|
DOMTestFramework.java | 29 String feature,
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 17 feature, features;
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 70 for feature in features: 71 relpath = os.path.join(adir, feature)
|
/frameworks/base/core/java/android/net/ |
NetworkStateTracker.java | 369 * begin using the named feature. The interpretation of {@code feature} 371 * @param feature the name of the feature to be used 376 * implementation+feature combination, except that the value {@code -1} 379 public abstract int startUsingNetworkFeature(String feature, int callingPid, int callingUid); 383 * using the named feature. The interpretation of {@code feature} 385 * @param feature the name of the feature that is no longer needed [all...] |
MobileDataStateTracker.java | 417 * begin using the named feature. The only supported features at 421 * @param feature the name of the feature to be used 425 * The interpretation of this value is feature-specific. 436 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { 442 * using the named feature. The only supported feature at 445 * @param feature the name of the feature that is no longer needed 449 * The interpretation of this value is feature-specific, except tha [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeImpl.java | 161 public boolean isSupported(String feature, String version) { 261 public Object getFeature(String feature, String version) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 212 public Object getFeature(String feature, String version) { 241 public boolean isSupported(String feature, String version) {
|
/external/webkit/WebKitTools/Scripts/ |
build-webkit | 267 my ($feature, $isEnabled) = @_; 268 return $feature . "=" . ($isEnabled ? $feature : " ");
|
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 146 public boolean isSupported(String feature, String version) { 147 return DOMImplementationImpl.getInstance().hasFeature(feature, version); 701 public final Object getFeature(String feature, String version) { 702 return isSupported(feature, version) ? this : null;
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 173 * Set an implementation dependent feature. 177 * @param featureId A feature URL. 178 * @param state true if this feature should be on, false otherwise. 557 * Tests whether DTM DOM implementation implements a specific feature and 558 * that feature is supported by this node. 559 * @param feature The name of the feature to test. 560 * @param version This is the version number of the feature to test. 562 * specified, supporting any version of the feature will cause the 564 * @return Returns <code>true</code> if the specified feature i [all...] |
/external/qemu/target-arm/ |
cpu.h | 108 uint32_t c0_c1[8]; /* Feature registers. */ 163 /* Internal CPU feature flags. */ 347 static inline int arm_feature(CPUARMState *env, int feature) 349 return (env->features & (1u << feature)) != 0;
|
/external/webkit/WebCore/svg/ |
SVGElement.cpp | 103 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const 105 return DOMImplementation::hasFeature(feature, version);
|
/external/webkit/WebCore/ |
wscript | 70 from TaskGen import taskgen, feature, after
|
/external/wpa_supplicant/ |
driver_wext.c | 2260 struct wpa_hw_modes *feature; local [all...] |
/external/webkit/WebKit/win/ |
DOMCoreClasses.h | 192 /* [in] */ BSTR feature, 418 /* [in] */ BSTR feature, 420 /* [retval][out] */ BOOL *result) { return DOMNode::isSupported(feature, version, result); } 650 /* [in] */ BSTR feature, 652 /* [retval][out] */ BOOL *result) { return DOMNode::isSupported(feature, version, result); } [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemLiteralResult.java | 974 public boolean isSupported(String feature, String version) 1101 public Object getFeature(String feature, String version) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | 700 * Tests whether the DOM implementation implements a specific feature and 701 * that feature is supported by this node. 702 * @param feature The name of the feature to test. This is the same name 705 * @param version This is the version number of the feature to test. In 707 * specified, supporting any version of the feature will cause the 713 public boolean isSupported(String feature, String version) 1232 * specialized APIs of the specified feature and version. The 1235 * @param feature The name of the feature requested (case-insensitive) [all...] |