HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 151 - 175 of 401) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
354 return document.implementation.hasFeature(feature, version);
525 function checkFeature(feature, version)
527 if (!builder.hasFeature(feature, version))
532 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
362 return document.implementation.hasFeature(feature, version);
531 function checkFeature(feature, version)
533 if (!builder.hasFeature(feature, version))
538 builder.initializationError = "builder does not support feature " + feature + " version " + version;
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 1348 String feature = u.mFeature; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/chromium/chrome/browser/ui/
browser_list.cc 539 Browser::WindowFeature feature) {
542 p, Browser::TYPE_ANY, feature, kMatchCanSupportWindowFeature);
546 Browser::TYPE_ANY, feature,
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 101 /** A stack that hold the parent structure of currently loaded feature. */
288 * This method adds a loaded feature to the map. The key is its unique old
292 * the address of the feature
294 * the name of the feature
296 * the filled structure of the feature
297 * @param feature
298 * the feature we want to store
300 public void addLoadedFeatures(Long oldMemoryAddress, String featureName, Structure structure, Object feature) {
301 if (oldMemoryAddress == null || structure == null || feature == null) {
304 Object[] storedData = new Object[] { structure, feature };
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /bionic/libc/kernel/arch-mips/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /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/src/udrv/include/
upio.h 29 /* Use UPIO_Feature() to determine support of a particular feature. */
354 ** Checks whether a feature of the pio API is supported
357 ** feature The feature to check
363 ** TRUE if feature is supported, FALSE if it is not.
366 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;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /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.";

Completed in 426 milliseconds

1 2 3 4 5 67 8 91011>>