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

1 2 34 5 6

  /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
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataNode.java 567 public boolean isSupported(String feature, String version) {
596 * However, when the Document supports the feature "HTML" [DOM Level 2
854 * APIs of the specified feature and version, as specified in. The
861 * @param feature
862 * the name of the feature requested. Note that any plus sign "+"
863 * prepended to the name of the feature will be ignored since it
866 * this is the version number of the feature to test.
868 * feature and version, if any, or null if there is no object which
869 * implements interfaces associated with that feature. If the
875 public Object getFeature(String feature, String version)
    [all...]
  /bionic/libc/kernel/common/linux/
ata.h 230 u8 feature; member in struct:ata_taskfile
  /external/v8/src/
platform-nullos.cc 164 bool OS::ArmCpuHasFeature(CpuFeature feature) {
platform.h 268 static bool ArmCpuHasFeature(CpuFeature feature);
platform-linux.cc 101 bool OS::ArmCpuHasFeature(CpuFeature feature) {
114 switch (feature) {
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 207 static GtkWidget* currentToplevelCallback(WebKitSoupAuthDialog* feature, SoupMessage* message, gpointer userData)
  /ndk/build/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
  /ndk/build/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
  /ndk/build/platforms/android-5/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
  /ndk/build/platforms/android-5/arch-x86/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
  /ndk/build/platforms/android-8/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
  /ndk/build/platforms/android-8/arch-x86/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
  /dalvik/libcore/xml/src/test/java/tests/xml/
DomTest.java 563 @KnownFailure("Dalvik doesn't support the element traversal feature")
568 private void assertFeature(String feature, String version) {
570 + feature + " v. " + version + " but does not.";
571 assertTrue(message, domImplementation.hasFeature(feature, version));
572 assertNotNull(message, domImplementation.getFeature(feature, version));
575 private void assertNoFeature(String feature, String version) {
576 assertFalse(domImplementation.hasFeature(feature, version));
577 assertNull(domImplementation.getFeature(feature, version));
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 273 /* [in] */ BSTR feature,
275 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); }
547 /* [in] */ BSTR feature,
549 /* [retval][out] */ BOOL *result) { return DOMElement::isSupported(feature, version, result); }
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
JUnitTestCaseAdapter.java 172 String feature,
174 return docBuilder.getDOMImplementation().hasFeature(feature,version);
  /external/bison/djgpp/
djunpack.bat 49 Rem The following uses a feature of COPY whereby it does not copy
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 111 # These flags are used to enfore the NX (no execute) security feature in the

Completed in 805 milliseconds

1 2 34 5 6