/external/webkit/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; 296 - (BOOL)isSupported:(NSString *)feature :(NSString *)version; 297 - (BOOL)isSupported:(NSString *)feature version:(NSString *)version AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; [all...] |
/ndk/sources/android/stlport/stlport/stl/config/ |
features.h | 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature. [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 191 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html"><uses-feature></a></li> <!-- ##api level 4## -->
|
/libcore/luni/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...] |
/external/iproute2/doc/ |
ip-cref.tex | 760 To permanently enable this feature on all devices add [all...] |
/prebuilt/common/ddmlib/ |
ddmlib-prebuilt.jar | |
/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/target-arm/ |
helper.c | 37 static inline void set_feature(CPUARMState *env, int feature) 39 env->features |= 1u << 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
|
/external/webkit/WebCore/dom/ |
Node.cpp | 120 bool Node::isSupported(const String& feature, const String& version) 122 return DOMImplementation::hasFeature(feature, version); [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 492 * exist when the feature is disabled. [all...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | 2747 SLuint32 feature; member in struct:SLEngineOption_ [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/system/media/opensles/include/SLES/ |
OpenSLES.h | 2747 SLuint32 feature; member in struct:SLEngineOption_ [all...] |
/external/dropbear/libtommath/ |
bn.tex | 365 Another feature of the way the functions have been implemented is that source operands can be destination operands as well. [all...] |
/external/libxml2/ |
parser.c | 109 * boundary feature. It can be disabled with the XML_PARSE_HUGE 178 * boundary feature. It can be disabled with the XML_PARSE_HUGE 742 * @feature: the feature to be examined 744 * Examines if the library has been compiled with a given feature. 746 * Returns a non-zero value if the feature exist, otherwise zero. 747 * Returns zero (0) if the feature does not exist or an unknown 748 * unknown feature is requested, non-zero otherwise. 751 xmlHasFeature(xmlFeature feature) 753 switch (feature) { [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv4t.S | [all...] |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv5te.S | [all...] |
InterpAsm-armv7-a-neon.S | [all...] |