Searched defs:Feature (Results 1 - 17 of 17) 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.cpp53 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, argument
55 return llvm::StringSwitch<bool>(Feature)
64 .Default(Target.hasFeature(Feature));
69 StringRef &Feature) const {
76 Feature = Current->Requires[I];
132 void Module::addRequirement(StringRef Feature, const LangOptions &LangOpts, argument
134 Requires.push_back(Feature);
137 if (hasFeature(Feature, LangOpts, Target))
/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
228 ToggleFeature(uint64_t Bits, const StringRef Feature, const SubtargetFeatureKV *FeatureTable, size_t FeatureTableSize) argument
306 const StringRef Feature = Features[i]; local
[all...]
/external/clang/lib/Frontend/
H A DFrontendActions.cpp244 StringRef Feature; local
245 if (!Module->isAvailable(CI.getLangOpts(), CI.getTarget(), Feature)) {
248 << Feature;
H A DCompilerInstance.cpp1064 StringRef Feature; local
1065 if (!Module->isAvailable(getLangOpts(), getTarget(), Feature)) {
1068 << 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/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp150 Record *Feature = FeatureList[i]; local
152 const std::string &Name = Feature->getName();
153 const std::string &CommandLineName = Feature->getValueAsString("Name");
154 const std::string &Desc = Feature->getValueAsString("Desc");
165 Feature->getValueAsListOfDefs("Implies");
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp620 StringRef Feature = II->getName(); local
623 if (Feature.startswith("__") && Feature.endswith("__") && Feature.size() >= 4)
624 Feature = Feature.substr(2, Feature.size() - 4);
626 return llvm::StringSwitch<bool>(Feature)
H A DModuleMap.cpp1008 std::string Feature = Tok.getString(); local
1012 ActiveModule->addRequirement(Feature, Map.LangOpts, *Map.Target);
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h205 tUCODEC_FEATURE Feature; member in struct:tUCODEC_CNF_TAG
/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/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 295 milliseconds