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

1 2 3 4 5 6 7 8910

  /external/iproute2/doc/
api-ip6-flowlabels.tex 37 This feature is not so useful as the first one, however it will be
45 any applications of this feature, but it is possible that receiver will
ip-cref.tex 760 To permanently enable this feature on all devices add
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 731 To file bug reports or feature requests (other than topics listed in the
  /external/libxml2/include/libxml/
parser.h     [all...]
  /external/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 62 - (BOOL)hasFeature:(NSString *)feature :(NSString *)version;
66 - (BOOL)hasFeature:(NSString *)feature version:(NSString *)version AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
302 - (BOOL)isSupported:(NSString *)feature :(NSString *)version;
303 - (BOOL)isSupported:(NSString *)feature version:(NSString *)version AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.h 124 static bool isSupported(const String& feature, const String& version);
Node.cpp 133 bool Node::isSupported(const String& feature, const String& version)
135 return DOMImplementation::hasFeature(feature, version);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 168 // If you wish to make use of the 'language' feature of the OpenID UI extension
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 5953 HB_Feature feature; local
6060 HB_Feature feature = gpos->FeatureList.FeatureRecord[feature_index].Feature; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 748 # and vlan interfaces for the vlan feature.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 856 * Set an implementation dependent feature.
860 * @param featureId A feature URL.
861 * @param state true if this feature should be on, false otherwise.
    [all...]
DTMDocumentImpl.java 224 * Set an implementation dependent feature.
228 * @param featureId A feature URL.
229 * @param state true if this feature should be on, false otherwise.
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 372 en: 'Some Android applications need to squeeze every bit of performance out of the UI toolkit and there are many ways to do so. In this article, you will discover how to speed up the drawing and the perceived startup time of your activities. Both of these techniques rely on a single feature, the window\'s background drawable.'
417 en: 'An example of how to use the Android Beam feature to send messages between two Android-powered devices (API level 14 or later) that support NFC.'
  /external/libpng/
CHANGES 274 Added row callback feature when reading and writing nonprogressive rows
275 and added a test of this feature in pngtest.c
276 Added user transform callbacks, with test of the feature in pngtest.c
377 PNGTEST_DEBUG_MEM feature.
    [all...]
  /external/qemu/
vnc-android.c 213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
214 return (vs->features & (1 << feature));
    [all...]
vnc.c 207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
208 return (vs->features & (1 << feature));
    [all...]
  /external/stlport/
configure.bat 182 echo to the same value if you want to keep the auto link feature supported by some
  /frameworks/base/docs/html/guide/
guide_toc.cs 235 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 240 void requestPermission(QWebFrame* frame, QWebPage::Feature feature)
243 setFeaturePermission(frame, feature, PermissionGrantedByUser);
245 setFeaturePermission(frame, feature, PermissionDeniedByUser);
276 connect(newPage, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)),
277 newPage, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
    [all...]
  /external/qemu/target-arm/
helper.c 47 static inline void set_feature(CPUARMState *env, int feature)
49 env->features |= 1u << feature;
    [all...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8910