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

1 2 3 4 5 6 78 910

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetfeature03.js 108 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature04.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature05.js 108 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature06.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature07.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature08.js 109 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature09.js 108 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature10.js 112 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature11.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature12.js 113 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature13.js 113 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestCaseAdapter.java 172 String feature,
174 return docBuilder.getDOMImplementation().hasFeature(feature,version);
  /external/expat/amiga/include/libraries/
expat.h 536 enum XML_FeatureEnum feature; member in struct:__anon5779
  /external/webkit/Source/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);
  /external/webp/src/enc/
vp8enci.h 493 // returns true if the CPU supports the feature.
494 typedef int (*VP8CPUInfo)(CPUFeature feature);
dsp.c 693 static int x86CPUInfo(CPUFeature feature) {
696 if (feature == kSSE2) {
699 if (feature == kSSE3) {
  /external/webp/src/dec/
dsp.c 714 static int x86CPUInfo(CPUFeature feature) {
717 if (feature == kSSE2) {
720 if (feature == kSSE3) {
  /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...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 563 @KnownFailure("Dalvik doesn't support the element traversal feature")
568 private void assertFeature(String feature, String version) {
570 + feature + " v. " + version + " but does not.";
571 assertTrue(message, domImplementation.hasFeature(feature, version));
572 assertNotNull(message, domImplementation.getFeature(feature, version));
575 private void assertNoFeature(String feature, String version) {
576 assertFalse(domImplementation.hasFeature(feature, version));
577 assertNull(domImplementation.getFeature(feature, version));
    [all...]
  /external/expat/lib/
expat.h 992 enum XML_FeatureEnum feature; member in struct:__anon5784
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 65 my %validBranches = map { $_ => 1 } qw(feature-branch trunk);
94 $branch = "feature-branch" if $branch eq "feature";
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 992 enum XML_FeatureEnum feature; member in struct:__anon17760
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 992 enum XML_FeatureEnum feature; member in struct:__anon19144
    [all...]
  /external/expat/xmlwf/
xmlwf.c 618 if (features != NULL && features[0].feature != XML_FEATURE_END) {
623 while (features[i].feature != XML_FEATURE_END) {
  /external/harfbuzz/src/
harfbuzz-gsub.c 4213 HB_Feature feature; local
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature; local
    [all...]

Completed in 1944 milliseconds

1 2 3 4 5 6 78 910