/external/apache-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/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 289 // Determines whether this controller's window supports a given feature (i.e., 290 // whether a given feature is or can be shown in the window). 291 // TODO(viettrungluu): |feature| is really should be |Browser::Feature|, but I 293 - (BOOL)supportsWindowFeature:(int)feature;
|
/external/kernel-headers/original/asm-mips/ |
cpu-features.h | 14 #include <cpu-feature-overrides.h>
|
/external/libnfc-nci/halimpl/bcm2079x/udrv/include/ |
upio.h | 23 /* Use UPIO_Feature() to determine support of a particular feature. */ 348 ** Checks whether a feature of the pio API is supported 351 ** feature The feature to check 357 ** TRUE if feature is supported, FALSE if it is not. 360 UDRV_API BOOLEAN UPIO_Feature(tUPIO_FEATURE feature);
|
/external/libnfc-nci/src/udrv/include/ |
upio.h | 31 /* Use UPIO_Feature() to determine support of a particular feature. */ 356 ** Checks whether a feature of the pio API is supported 359 ** feature The feature to check 365 ** TRUE if feature is supported, FALSE if it is not. 368 UDRV_API BOOLEAN UPIO_Feature(tUPIO_FEATURE feature);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitglobals.cpp | 199 static GtkWidget* currentToplevelCallback(WebKitSoupAuthDialog* feature, SoupMessage* message, gpointer userData)
|
/external/webp/src/dsp/ |
dsp.h | 45 // returns true if the CPU supports the feature. 46 typedef int (*VP8CPUInfo)(CPUFeature feature);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestDocumentBuilderFactory.java | 62 public abstract boolean hasFeature(String feature, String version);
|
DOMTestFramework.java | 29 String feature,
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 148 public boolean isSupported(String feature, String version) { 149 return DOMImplementationImpl.getInstance().hasFeature(feature, version); 694 public final Object getFeature(String feature, String version) { 695 return isSupported(feature, version) ? this : null;
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 222 * Return a summary of the device's feature as a semi-colon-delimited list of colon separated 263 * @return list of feature names from sdk 271 String feature = (String) field.get(null); local 272 features.add(feature); 307 // Null feature name means this feature is the open gl es version feature. 313 return "No feature for Open GL ES version.";
|
/development/tools/emulator/opengl/ |
Android.mk | 39 # For the import/export feature to work properly, you must include
|
/external/v8/src/ |
platform.h | 287 static bool ArmCpuHasFeature(CpuFeature feature); 294 static bool MipsCpuHasFeature(CpuFeature feature);
|
/external/webkit/LayoutTests/dom/html/level2/events/ |
createEvent03.js | 81 Only applicable if implementation supports the "UIEvents" feature.
|
createEvent04.js | 81 Only applicable if implementation supports the "UIEvents" feature.
|
createEvent05.js | 81 Only applicable if implementation supports the "HTMLEvents" feature.
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
createEvent03.js | 81 Only applicable if implementation supports the "UIEvents" feature.
|
createEvent04.js | 81 Only applicable if implementation supports the "UIEvents" feature.
|
createEvent05.js | 81 Only applicable if implementation supports the "HTMLEvents" feature.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domimplementationgetfeature01.js | 78 Invoke getFeature method on this DOMImplementation with the value of the feature parameter
|
domimplementationgetfeature02.js | 78 Invoke getFeature method on this DOMImplementation with the value of the feature parameter
|
domimplementationgetfeature03.js | 78 Invoke getFeature method on this DOMImplementation with the value of the feature parameter
|
domimplementationgetfeature05.js | 78 Invoke getFeature method on this DOMImplementation with the value of the feature parameter
|
domimplementationgetfeature06.js | 78 Invoke getFeature method on this DOMImplementation with the value of the feature parameter
|
/external/webkit/Source/WebCore/svg/ |
SVGElement.cpp | 106 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const 108 return DOMImplementation::hasFeature(feature, version);
|