HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 301 - 325 of 401) sorted by null

<<11121314151617

  /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...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 563 private void assertFeature(String feature, String version) {
565 + feature + " v. " + version + " but does not.";
566 assertTrue(message, domImplementation.hasFeature(feature, version));
567 assertNotNull(message, domImplementation.getFeature(feature, version));
570 private void assertNoFeature(String feature, String version) {
571 assertFalse(domImplementation.hasFeature(feature, version));
572 assertNull(domImplementation.getFeature(feature, version));
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/expat/lib/
expat.h 1025 enum XML_FeatureEnum feature; member in struct:__anon8043
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 65 my %validBranches = map { $_ => 1 } qw(feature-branch trunk);
94 $branch = "feature-branch" if $branch eq "feature";
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/expat/xmlwf/
xmlwf.c 618 if (features != NULL && features[0].feature != XML_FEATURE_END) {
623 while (features[i].feature != XML_FEATURE_END) {
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/webp/src/demux/
demux.c 708 uint32_t WebPDemuxGetI(const WebPDemuxer* dmux, WebPFormatFeature feature) {
711 switch (feature) {
  /external/harfbuzz/src/
harfbuzz-gsub.c 4213 HB_Feature feature; local
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 4213 HB_Feature feature; local
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature; local
    [all...]
  /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
  /external/libvpx/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);
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]

Completed in 1366 milliseconds

<<11121314151617