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

<<11121314151617

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/bison/djgpp/
djunpack.bat 49 Rem The following uses a feature of COPY whereby it does not copy
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 112 Set the validate-if-schema feature to true. Invoke the normalizeDocument method on this
documentnormalizedocument10.js 84 "element-content-whitespace" feature to false. Invoke the normalizeDocument method and verify if
documentnormalizedocument12.js 114 Set the validate feature to true. Invoke the normalizeDocument method on this
nodegetfeature01.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
nodegetfeature02.js 107 featureImpl = node.getFeature("org.w3c.domts.bogus.feature",nullVersion);
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:__anon6922
  /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);
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 563 for (FeatureInfo feature : features) {
564 if (feature.reqGlEsVersion > 0) {
565 glVersionString = feature.getGlEsVersion();

Completed in 442 milliseconds

<<11121314151617