HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 126 - 150 of 248) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
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
domconfigurationcansetparameter03.js 81 The parameter entities is turned on by default. Check to see if this feature can be set
domconfigurationcansetparameter04.js 80 The parameter entities 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);
  /external/wpa_supplicant/
driver_wext.c 2260 struct wpa_hw_modes *feature; local
    [all...]
  /external/v8/src/
platform-linux.cc 145 bool OS::ArmCpuHasFeature(CpuFeature feature) {
152 switch (feature) {
167 if (feature == VFP3) {
184 bool OS::MipsCpuHasFeature(CpuFeature feature) {
198 switch (feature) {
platform-nullos.cc 184 bool OS::ArmCpuHasFeature(CpuFeature feature) {
  /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...]
DOMHTMLClasses.h 271 /* [in] */ BSTR feature,
273 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); }
545 /* [in] */ BSTR feature,
547 /* [retval][out] */ BOOL *result) { return DOMElement::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;
ata.h 263 u8 feature; member in struct:ata_taskfile
  /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
  /development/tools/emulator/opengl/
Android.mk 39 # For the import/export feature to work properly, you must include
  /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;
  /frameworks/base/core/java/android/view/
Window.java 46 /** Flag for the "options panel" feature. This is enabled by default. */
48 /** Flag for the "no title" feature, turning off the title at the top
51 /** Flag for the progress indicator feature */
61 /** Flag for custom title. You cannot combine this feature with other title features. */
73 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
236 * time onCreatePanelMenu() is called for this feature.
    [all...]
  /ndk/build/core/
default-build-commands.mk 11 # These flags are used to enfore the NX (no execute) security feature in the
  /bionic/libc/kernel/common/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
  /development/ndk/platforms/android-3/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec

Completed in 1258 milliseconds

1 2 3 4 56 7 8 910