| /external/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 31 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/ |
| D | Feature.java | 11 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/ |
| D | Feature.java | 21 /* 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/ |
| D | Feature.java | 30 public interface Feature<T> { interface
|
| /external/libpng/contrib/arm-neon/ |
| D | linux.c | 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-common-private.hh | 495 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/ |
| D | SystemZTargetMachine.cpp | 37 for (auto &Feature : Features) { in UsesVectorABI() local
|
| /external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
| D | ObjectExplorer.java | 249 public enum Feature { enum in ObjectExplorer
|
| /external/clang/lib/Basic/ |
| D | Module.cpp | 60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() 185 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
|
| D | Targets.cpp | 1055 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/ |
| D | PPMacroExpansion.cpp | 1049 StringRef Feature = II->getName(); in HasFeature() local 1642 StringRef Feature = FeatureII->getName(); in ExpandBuiltinMacro() local
|
| D | ModuleMap.cpp | 1623 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/ |
| D | ttgsubtable.cpp | 118 struct TFeature* Feature) { in GetVerticalGlyphSub()
|
| D | ttgsubtable.h | 114 struct TFeature Feature; member
|
| /external/libnfc-nci/src/udrv/include/ |
| D | ucodec.h | 205 tUCODEC_FEATURE Feature; member
|
| /external/v8/src/debug/ |
| D | debug.h | 386 enum Feature { enum
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 1879 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) { in hasRequiredFeatures() 1883 [&](StringRef Feature) { in hasRequiredFeatures()
|
| /external/llvm/lib/Support/ |
| D | TargetParser.cpp | 86 const char *Feature; member
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 367 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/ |
| D | FrontendActions.cpp | 489 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions() local
|
| D | CompilerInvocation.cpp | 2122 for (StringRef Feature : LangOpts->ModuleFeatures) in getModuleHash() local
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
| D | btSoftBody.h | 217 struct Feature : Element struct 222 struct Node : Feature argument
|
| /external/llvm/utils/TableGen/ |
| D | SubtargetEmitter.cpp | 171 Record *Feature = FeatureList[i]; in FeatureKeyValues() local
|
| /external/clang/include/clang/Basic/ |
| D | TargetInfo.h | 825 virtual bool hasFeature(StringRef Feature) const { in hasFeature()
|
| /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
| D | btSoftBody.java | 901 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
|