Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/MC/
DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { in hasFlag()
40 static inline std::string StripFlag(const StringRef Feature) { in StripFlag()
46 static inline bool isEnabled(const StringRef Feature) { in isEnabled()
56 static inline std::string PrependFlag(const StringRef Feature, in PrependFlag()
229 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature()
307 const StringRef Feature = Features[i]; in getFeatureBits() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java21 /* package */class Feature { class
45 public Feature(Space space, Long oma, BlenderContext blenderContext) { in Feature() method in Feature
63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { in Feature() method in Feature
80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { in Feature() method in Feature
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeature.java29 public interface Feature<T> { interface
/external/chromium/chrome/common/safe_browsing/
Dcsd.proto34 message Feature { message
/external/smack/src/org/jivesoftware/smackx/packet/
DStreamInitiation.java380 public class Feature implements PacketExtension { class in StreamInitiation
389 public Feature(final DataForm data) { in Feature() method in StreamInitiation.Feature
DDiscoverInfo.java460 public static class Feature { class in DiscoverInfo
469 public Feature(String variable) { in Feature() method in DiscoverInfo.Feature
/external/clang/lib/Basic/
DModule.cpp54 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
146 void Module::addRequirement(StringRef Feature, const LangOptions &LangOpts, in addRequirement()
DTargets.cpp2362 StringRef Feature = StringRef(Features[i]).substr(1); in HandleTargetFeatures() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh472 struct Feature struct
474 inline unsigned int get_lookup_count (void) const in get_lookup_count()
476 inline hb_tag_t get_lookup_index (unsigned int i) const in get_lookup_index()
478 inline unsigned int get_lookup_indexes (unsigned int start_index, in get_lookup_indexes()
483 inline const FeatureParams &get_feature_params (void) const in get_feature_params()
486 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()
530 featureParams; /* Offset to Feature Parameters table (if one
534 IndexArray lookupIndex; /* Array of LookupList indices */
/external/webkit/Tools/QtTestBrowser/
Dwebpage.cpp181 void WebPage::featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature) in featurePermissionRequestCanceled()
/external/clang/lib/Frontend/
DFrontendActions.cpp257 StringRef Feature; in BeginSourceFileAction() local
DCompilerInstance.cpp1212 StringRef Feature; in loadModule() local
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-open.h110 HB_Feature Feature; /* Feature table */ member
/external/libnfc-nci/src/udrv/include/
Ducodec.h205 tUCODEC_FEATURE Feature; member
/external/harfbuzz/src/
Dharfbuzz-open.h110 HB_Feature Feature; /* Feature table */ member
Dharfbuzz-dump.c140 DEF_DUMP (Feature) in DEF_DUMP() argument
/external/clang/lib/Lex/
DPPMacroExpansion.cpp795 StringRef Feature = II->getName(); in HasFeature() local
DModuleMap.cpp1189 std::string Feature = Tok.getString(); in parseRequiresDecl() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h210 enum Feature { enum
/external/clang/include/clang/Basic/
DTargetInfo.h682 virtual bool hasFeature(StringRef Feature) const { in hasFeature()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp193 Record *Feature = FeatureList[i]; in FeatureKeyValues() local
DAsmMatcherEmitter.cpp771 if (SubtargetFeatureInfo *Feature = in initialize() local
/external/clang/lib/AST/
DVTableBuilder.cpp2446 void VTableContext::ErrorUnsupported(StringRef Feature, in ErrorUnsupported()