HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 351 - 375 of 2827) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/storage/
IDBEventDispatcher.cpp 66 // FIXME: "...However, we also wanted to integrate the window.onerror feature in
81 // feature yet, so you probably don't want to fire the separate error
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 41 // whether a feature is enabled by default. In the future, a feature may be
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit_unittest.py 87 supported_features = ["Accelerated Compositing", "Foo Feature"]
98 # Skipped file, and that we include the feature and platform checks.
  /frameworks/base/docs/html/resources/dashboard/
opengl.jd 46 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a>
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 130 public boolean hasFeature(String feature, String version) {
131 return domImpl.hasFeature(feature, version);
JAXPDOMTestDocumentBuilderFactory.java 143 public boolean hasFeature(String feature, String version) {
144 return builder.getDOMImplementation().hasFeature(feature, version);
JTidyDocumentBuilderFactory.java 108 public boolean hasFeature(String feature, String version) {
109 return domImpl.hasFeature(feature, version);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_domimplementationfeaturenoversion.java 33 * DOMImplementation object whose "hasFeature(feature,
36 * feature will cause the method to return "true".
hc_domimplementationfeaturenull.java 33 * DOMImplementation object whose "hasFeature(feature,
36 * feature will cause the method to return "true".
hc_domimplementationfeaturexml.java 33 * DOMImplementation object whose "hasFeature(feature,
34 * version)" method is invoked with "feature" equal to "html" or "xml".
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 38 public static final String FEATURE =
39 "http://javax.xml.transform.sax.SAXResult/feature";
  /packages/apps/Camera/
AndroidManifest.xml 10 <uses-feature android:name="android.hardware.camera" />
11 <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
  /packages/experimental/CameraPreviewTest/
AndroidManifest.xml 30 <uses-feature android:name="android.hardware.camera" />
31 <uses-feature android:name="android.hardware.camera.autofocus" />
  /bionic/libc/
CAVEATS 12 - pthread cancellation is *not* supported. this seemingly simple "feature" is the source
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTestActivity.java 33 * testing of the accessibility feature by interaction with the
  /development/samples/AndroidBeamDemo/
AndroidManifest.xml 26 <uses-feature android:name="android.hardware.nfc" />
  /development/samples/WiFiDirectDemo/
AndroidManifest.xml 15 <uses-feature android:name="android.hardware.wifi.direct" android:required="true"/>
  /device/samsung/crespo/
BoardConfigCommon.mk 37 # Enable NEON feature
  /external/chromium/chrome/common/extensions/docs/static/
faq.html 54 <li><a href="#faq-fea-02">I have a feature request! How can I report it?</a></li>
398 extensions are filed under <strong>Feature=Extensions</strong>, so to
401 "<code>Feature=Extensions Type=Bug chrome.tabs.executeScript</code>",
403 <a href="http://code.google.com/p/chromium/issues/list?can=2&q=Feature%3DExtensions+Type%3DBug+chrome.tabs.executeScript&colspec=ID+Stars+Pri+Area+Feature+Type+Status+Summary+Modified+Owner+Mstone+OS&x=mstone&y=area&cells=tiles">
440 <h3 id="faq-fea-02">I have a feature request! How can I report it?</h3>
442 <p>If you identify a feature (especially if it's related to an experimental
452 someone has requested a similar feature. Most requests related to
453 extensions are filed under <strong>Feature=Extensions</strong>, so to
454 look for an extension feature request related to keyboard shortcut
    [all...]
  /external/clang/test/CodeGen/
avx-cmp-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s
  /external/e2fsprogs/tests/f_extents/
expect.1 2 Inode 12 is in extent format, but superblock is missing EXTENTS feature
  /external/guava/javadoc/
index.html 34 This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
  /external/libvpx/
keywords.dox 47 does not include the option (except, of course, for the feature the
  /external/llvm/test/Transforms/ScalarRepl/
load-store-aggregate.ll 3 ; feature).
  /external/mesa3d/src/mesa/main/
core.h 36 * indirectly included here do not perform feature tests (#if FEATURE_xxx).

Completed in 875 milliseconds

<<11121314151617181920>>