Searched refs:feature (Results 1 – 6 of 6) sorted by relevance
90 public void addFeature(int feature) { in addFeature() argument91 mFeatures |= (1 << feature); in addFeature()94 public void removeFeature(int feature) { in removeFeature() argument95 mFeatures &= ~(1 << feature); in removeFeature()98 public boolean hasFeature(int feature) { in hasFeature() argument99 return (mFeatures & (1 << feature)) != 0; in hasFeature()235 private void addFeatureToSite(Map<String, Site> sites, String origin, int feature) { in addFeatureToSite() argument243 site.addFeature(feature); in addFeatureToSite()
161 public boolean isSupported(String feature, String version) { in isSupported() argument261 public Object getFeature(String feature, String version) { in getFeature() argument
649 # directories that are symbolic links (a Unix filesystem feature) are excluded991 # Windows users are probably better off using the HTML help feature.1218 # documentation. Note that this feature is still experimental1230 # feature is still experimental and incomplete at the1543 # support this, this feature is disabled by default.