Searched defs:Feature (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeature.java29 public interface Feature<T> { interface
31 Set<Feature<? super T>> getImpliedFeatures();
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DFeature.java21 /* package */class Feature { class
26 /** The spatial that is hold by the Feature. */
28 /** The bone that is hold by the Feature. */
45 public Feature(Space space, Long oma, BlenderContext blenderContext) { method in class:Feature
63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { method in class:Feature
80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { method in class:Feature
/external/clang/lib/Basic/
H A DModule.cpp54 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, argument
56 return llvm::StringSwitch<bool>(Feature)
65 .Default(Target.hasFeature(Feature));
70 StringRef &Feature) const {
77 Feature = Current->Requires[I];
146 void Module::addRequirement(StringRef Feature, const LangOptions &LangOpts, argument
148 Requires.push_back(Feature);
151 if (hasFeature(Feature, LangOpts, Target))
/external/clang/lib/Frontend/
H A DFrontendActions.cpp257 StringRef Feature; local
258 if (!Module->isAvailable(CI.getLangOpts(), CI.getTarget(), Feature)) {
261 << Feature;
H A DCompilerInstance.cpp1212 StringRef Feature; local
1213 if (!Module->isAvailable(getLangOpts(), getTarget(), Feature)) {
1216 << Feature
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { argument
31 assert(!Feature.empty() && "Empty string");
33 char Ch = Feature[0];
40 static inline std::string StripFlag(const StringRef Feature) { argument
41 return hasFlag(Feature) ? Feature.substr(1) : Feature;
46 static inline bool isEnabled(const StringRef Feature) { argument
47 assert(!Feature.empty() && "Empty string");
49 char Ch = Feature[
56 PrependFlag(const StringRef Feature, bool IsEnabled) argument
229 ToggleFeature(uint64_t Bits, const StringRef Feature, const SubtargetFeatureKV *FeatureTable, size_t FeatureTableSize) argument
307 const StringRef Feature = Features[i]; local
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java46 private final List<Feature> features = new CopyOnWriteArrayList<Feature>();
67 for (Feature f : d.features) {
86 addFeature(new Feature(feature));
101 private void addFeature(Feature feature) {
112 public Iterator<Feature> getFeatures() {
185 for (Iterator<Feature> it = getFeatures(); it.hasNext();) {
207 for (Feature feature : features) {
240 List<Feature> checkedFeatures = new LinkedList<Feature>();
460 public static class Feature { class in class:DiscoverInfo
469 public Feature(String variable) { method in class:DiscoverInfo.Feature
[all...]
H A DStreamInitiation.java41 private Feature featureNegotiation;
117 this.featureNegotiation = new Feature(form);
380 public class Feature implements PacketExtension { class in class:StreamInitiation
389 public Feature(final DataForm data) { method in class:StreamInitiation.Feature
/external/harfbuzz/src/
H A Dharfbuzz-open.h49 HB_UShort* FeatureIndex; /* array of Feature indices */
52 HB_UShort FeatureCount; /* number of Feature indices */
95 /* Feature list related structures */
110 HB_Feature Feature; /* Feature table */ member in struct:HB_FeatureRecord_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-open.h49 HB_UShort* FeatureIndex; /* array of Feature indices */
52 HB_UShort FeatureCount; /* number of Feature indices */
95 /* Feature list related structures */
110 HB_Feature Feature; /* Feature table */ member in struct:HB_FeatureRecord_
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h205 tUCODEC_FEATURE Feature; member in struct:tUCODEC_CNF_TAG
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp193 Record *Feature = FeatureList[i]; local
195 const std::string &Name = Feature->getName();
196 const std::string &CommandLineName = Feature->getValueAsString("Name");
197 const std::string &Desc = Feature->getValueAsString("Desc");
208 Feature->getValueAsListOfDefs("Implies");
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h210 enum Feature { enum in class:QWebPage
317 void setFeaturePermission(QWebFrame* frame, Feature feature, PermissionPolicy policy);
403 void featurePermissionRequested(QWebFrame* frame, QWebPage::Feature feature);
404 void featurePermissionRequestCanceled(QWebFrame* frame, QWebPage::Feature feature);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2446 void VTableContext::ErrorUnsupported(StringRef Feature, argument
2451 Diags.Report(Context.getFullLoc(Location), DiagID) << Feature;
/external/clang/lib/Lex/
H A DModuleMap.cpp1189 std::string Feature = Tok.getString(); local
1193 ActiveModule->addRequirement(Feature, Map.LangOpts, *Map.Target);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
178 struct Feature;
269 * Feature implementation. But we still need to be able to tell junk from
291 * beginning of the 'size' Feature table.
382 * added to the end of this Feature Parameters
392 * Feature Parameters specification. The
472 struct Feature struct in namespace:OT
487 const Record<Feature>::sanitize_closure_t *closure) {
530 featureParams; /* Offset to Feature Parameters table (if one
532 * to the beginning of the Feature Tabl
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 602 milliseconds