Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DSubtargetFeature.cpp31 static inline bool hasFlag(StringRef Feature) { in hasFlag()
41 static inline std::string StripFlag(StringRef Feature) { in StripFlag()
47 static inline bool isEnabled(StringRef Feature) { in isEnabled()
108 for (auto &Feature : FeatTable) in Help() local
166 SubtargetFeatures::ToggleFeature(FeatureBitset Bits, StringRef Feature, in ToggleFeature()
198 SubtargetFeatures::ApplyFeatureFlag(FeatureBitset Bits, StringRef Feature, in ApplyFeatureFlag()
279 for (auto &Feature : Features) { in getFeatureBits() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeature.java11 class Feature extends TaggedRecord class
17 public Feature(String theFeatureTag) in Feature() method in Feature
/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.java30 public interface Feature<T> { interface
/external/libpng/contrib/arm-neon/
Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh495 struct Feature struct
497 inline unsigned int get_lookup_count (void) const in get_lookup_count()
499 inline hb_tag_t get_lookup_index (unsigned int i) const in get_lookup_index()
501 inline unsigned int get_lookup_indexes (unsigned int start_index, in get_lookup_indexes()
506 inline const FeatureParams &get_feature_params (void) const in get_feature_params()
509 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()
557 featureParams; /* Offset to Feature Parameters table (if one
561 IndexArray lookupIndex; /* Array of LookupList indices */
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp37 for (auto &Feature : Features) { in UsesVectorABI() local
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectExplorer.java249 public enum Feature { enum in ObjectExplorer
/external/clang/lib/Basic/
DModule.cpp60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
185 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
DTargets.cpp1055 for (const auto &Feature : Features) { in handleTargetFeatures() local
2964 for (const auto &Feature : Features) { in handleTargetFeatures() local
4561 for (const char *Feature : TargetFeatures) in initFeatureMap() local
4581 for (const auto &Feature : Features) { in handleTargetFeatures() local
4653 auto Feature = in handleTargetFeatures() local
5410 for (const auto &Feature : Features) { in handleTargetFeatures() local
5830 auto Feature = std::find(Features.begin(), Features.end(), "+soft-float"); in handleTargetFeatures() local
6183 for (const auto &Feature : Features) { in handleTargetFeatures() local
6718 for (const auto &Feature : Features) { in handleTargetFeatures() local
7199 for (const auto &Feature : Features) { in handleTargetFeatures() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1049 StringRef Feature = II->getName(); in HasFeature() local
1642 StringRef Feature = FeatureII->getName(); in ExpandBuiltinMacro() local
DModuleMap.cpp1623 static bool shouldAddRequirement(Module *M, StringRef Feature, in shouldAddRequirement()
1672 std::string Feature = Tok.getString(); in parseRequiresDecl() local
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp118 struct TFeature* Feature) { in GetVerticalGlyphSub()
Dttgsubtable.h114 struct TFeature Feature; member
/external/libnfc-nci/src/udrv/include/
Ducodec.h205 tUCODEC_FEATURE Feature; member
/external/v8/src/debug/
Ddebug.h386 enum Feature { enum
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1879 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) { in hasRequiredFeatures()
1883 [&](StringRef Feature) { in hasRequiredFeatures()
/external/llvm/lib/Support/
DTargetParser.cpp86 const char *Feature; member
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp367 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { in setFeatureBits()
376 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { in clearFeatureBits()
385 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { in setModuleFeatureBits()
390 void clearModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { in clearModuleFeatureBits()
5189 bool MipsAsmParser::parseSetFeature(uint64_t Feature) { in parseSetFeature()
/external/clang/lib/Frontend/
DFrontendActions.cpp489 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions() local
DCompilerInvocation.cpp2122 for (StringRef Feature : LangOpts->ModuleFeatures) in getModuleHash() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h217 struct Feature : Element struct
222 struct Node : Feature argument
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp171 Record *Feature = FeatureList[i]; in FeatureKeyValues() local
/external/clang/include/clang/Basic/
DTargetInfo.h825 virtual bool hasFeature(StringRef Feature) const { in hasFeature()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java901 static public class Feature extends btSoftBody.Element { class in btSoftBody
904 protected Feature(final String className, long cPtr, boolean cMemoryOwn) { in Feature() method in btSoftBody.Feature
910 public Feature(long cPtr, boolean cMemoryOwn) { in Feature() method in btSoftBody.Feature
953 public Feature() { in Feature() method in btSoftBody.Feature

12