HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 276 - 300 of 400) sorted by null

<<111213141516

  /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 48 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/bison/src/
getargs.c 262 | --feature's handling. |
325 -f, --feature[=FEATURE] activate miscellaneous features\n\
388 FEATURE is a list of comma separated words that can include:\n\
555 { "feature", optional_argument, 0, 'f' },
649 FLAGS_ARGMATCH (feature, optarg);
  /external/expat/amiga/include/libraries/
expat.h 536 enum XML_FeatureEnum feature; member in struct:__anon8039
  /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 565 for (FeatureInfo feature : features) {
566 if (feature.reqGlEsVersion > 0) {
567 glVersionString = feature.getGlEsVersion();

Completed in 1184 milliseconds

<<111213141516