HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 145 public boolean isSupported(String feature, String version) {
146 return DOMImplementationImpl.getInstance().hasFeature(feature, version);
700 public final Object getFeature(String feature, String version) {
701 return isSupported(feature, version) ? this : null;
  /libcore/luni/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...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 239 * Return a summary of the device's feature as a semi-colon-delimited list of colon separated
280 * @return list of feature names from sdk
288 String feature = (String) field.get(null); local
289 features.add(feature);
324 // Null feature name means this feature is the open gl es version feature.
330 return "No feature for Open GL ES version.";
  /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...]
  /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
  /libcore/luni/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...]
  /libcore/luni/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...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 449 * begin using the named feature. The only supported features at
453 * @param feature the name of the feature to be used
457 * The interpretation of this value is feature-specific.
468 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
474 * using the named feature. The only supported feature at
477 * @param feature the name of the feature that is no longer needed
481 * The interpretation of this value is feature-specific, except tha
    [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
  /external/v8/src/
platform-nullos.cc 164 bool OS::ArmCpuHasFeature(CpuFeature feature) {
platform.h 268 static bool ArmCpuHasFeature(CpuFeature feature);
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 207 static GtkWidget* currentToplevelCallback(WebKitSoupAuthDialog* feature, SoupMessage* message, gpointer userData)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
pkt_sched.h 56 unsigned short feature; member in struct:tc_ratespec
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile

Completed in 579 milliseconds

1 2 34 5 6 7