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

1 2 3 4 5 6 78 91011>>

  /device/generic/goldfish/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);
platform-linux.cc 156 bool OS::ArmCpuHasFeature(CpuFeature feature) {
163 switch (feature) {
178 if (feature == VFP3) {
234 bool OS::MipsCpuHasFeature(CpuFeature feature) {
248 switch (feature) {
    [all...]
  /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
domconfigurationcansetparameter01.js 78 The parameter commments is turned on by default. Check to see if this feature can be set
  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 106 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const
108 return DOMImplementation::hasFeature(feature, version);
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 186 * begin using the named feature. The interpretation of {@code feature}
188 * @param feature the name of the feature to be used
193 * implementation+feature combination, except that the value {@code -1}
197 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
203 * using the named feature. The interpretation of {@code feature}
205 * @param feature the name of the feature that is no longer needed
    [all...]
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.h 191 /* [in] */ BSTR feature,
415 /* [in] */ BSTR feature,
417 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
646 /* [in] */ BSTR feature,
648 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
    [all...]
  /external/apache-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...]
  /external/apache-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...]
  /external/chromium/chrome/browser/ui/
browser.h 490 // Returns true if the Browser supports the specified feature. The value of
494 // feature use |CanSupportWindowFeature|.
495 bool SupportsWindowFeature(WindowFeature feature) const;
497 // Returns true if the Browser can support the specified feature. See comment
499 bool CanSupportWindowFeature(WindowFeature feature) const;
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 49 #define HAVE_ALLOC_NETDEV /* feature macro: alloc_xxxdev
1002 int feature = gso_type << NETIF_F_GSO_SHIFT; local
1003 return (features & feature) == feature;
  /external/webkit/Tools/Scripts/
build-webkit 458 my ($feature, $isEnabled, $defaultValue) = @_;
460 return $feature . "=" . ($isEnabled ? $feature : "");
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 212 """Return the supported feature dictionary. The keys are the
221 """Return the supported feature dictionary. The keys are the
241 # if DRT feature detection not supported
249 skipped_directories = [directories[feature]
250 for feature in directories.keys()
251 if feature not in feature_list]
255 # FIXME: This should use the feature detection from
  /external/qemu/target-arm/
cpu.h 117 uint32_t c0_c1[8]; /* Feature registers. */
176 /* Internal CPU feature flags. */
389 static inline int arm_feature(CPUARMState *env, int feature)
391 return (env->features & (1u << feature)) != 0;

Completed in 378 milliseconds

1 2 3 4 5 6 78 91011>>