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

1 2 3 45 6

  /ndk/build/toolchains/x86-4.2.1/
setup.mk 78 # These flags are used to enfore the NX (no execute) security feature in the
  /external/expat/amiga/include/libraries/
expat.h 536 enum XML_FeatureEnum feature; member in struct:__anon1874
  /external/webkit/WebKit/win/Interfaces/
DOMCore.idl 71 - (BOOL)hasFeature:(NSString *)feature :(NSString *)version;
73 HRESULT hasFeature([in] BSTR feature, [in] BSTR version, [out, retval] BOOL* result);
193 - (BOOL)isSupported:(NSString *)feature :(NSString *)version;
195 HRESULT isSupported([in] BSTR feature, [in] BSTR version, [out, retval] BOOL* result);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 497 int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect, cropping, mirror and rotation*/ local
528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
551 feature= (_wtoi(argv[12])& (0x00FF); /*Use only lower byte*/
567 feature=atoi(argv[12]) & (0x00FF); /*Use only lower byte*/
599 /* Assign Parameters according to feature selected*/
600 switch (feature) /*Assign feature selected feature parameters*
    [all...]
  /external/expat/lib/
expat.h 992 enum XML_FeatureEnum feature; member in struct:__anon1879
    [all...]
  /external/webkit/WebCore/dom/
Node.h 99 static bool isSupported(const String& feature, const String& version);
Node.cpp 120 bool Node::isSupported(const String& feature, const String& version)
122 return DOMImplementation::hasFeature(feature, version);
    [all...]
  /external/webkit/WebKitTools/Scripts/
bisect-builds 64 my %validBranches = map { $_ => 1 } qw(feature-branch trunk);
93 $branch = "feature-branch" if $branch eq "feature";
  /external/expat/xmlwf/
xmlwf.c 618 if (features != NULL && features[0].feature != XML_FEATURE_END) {
623 while (features[i].feature != XML_FEATURE_END) {
  /ndk/build/core/
add-application.mk 49 # NOTE: APP_PLATFORM is an experimental feature for now.
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 135 # These flags are used to enfore the NX (no execute) security feature in the
  /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/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/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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java     [all...]
  /dalvik/libcore/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/guide/
guide_toc.cs 191 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
  /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

Completed in 1900 milliseconds

1 2 3 45 6