Home
last modified time | relevance | path

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

12

/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()
127 for (auto &Feature : FeatTable) in Help() local
184 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature()
261 for (auto &Feature : Features) { in getFeatureBits() local
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
DFeature.java24 public @interface Feature { annotation
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeature.java29 public interface Feature<T> { interface
/external/chromium_org/extensions/common/features/
Dfeature_provider.h13 class Feature; variable
Dfeature.cc46 Feature::Feature() : no_parent_(false) {} in Feature() function in extensions::Feature
Dfeature.h88 friend class Feature; variable
/external/chromium_org/extensions/common/
Dextension_api.h32 class Feature; variable
/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/libpng/contrib/arm-neon/
Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
/external/chromium_org/build/android/pylib/host_driven/
Dtests_annotations.py89 def Feature(feature_list): function
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh474 struct Feature struct
476 inline unsigned int get_lookup_count (void) const in get_lookup_count()
478 inline hb_tag_t get_lookup_index (unsigned int i) const in get_lookup_index()
480 inline unsigned int get_lookup_indexes (unsigned int start_index, in get_lookup_indexes()
485 inline const FeatureParams &get_feature_params (void) const in get_feature_params()
488 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()
532 featureParams; /* Offset to Feature Parameters table (if one
536 IndexArray lookupIndex; /* Array of LookupList indices */
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh474 struct Feature struct
476 inline unsigned int get_lookup_count (void) const in get_lookup_count()
478 inline hb_tag_t get_lookup_index (unsigned int i) const in get_lookup_index()
480 inline unsigned int get_lookup_indexes (unsigned int start_index, in get_lookup_indexes()
485 inline const FeatureParams &get_feature_params (void) const in get_feature_params()
488 inline bool sanitize (hb_sanitize_context_t *c, in sanitize()
532 featureParams; /* Offset to Feature Parameters table (if one
536 IndexArray lookupIndex; /* Array of LookupList indices */
/external/clang/lib/Basic/
DModule.cpp59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
156 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement()
/external/chromium_org/tools/usb_gadget/
Dhid_descriptors.py96 Feature = _DefineMainItem('Feature', 11) variable
/external/chromium_org/chrome/common/safe_browsing/
Dcsd.proto42 message Feature { message
416 enum Feature { enum
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp124 struct TFeature *Feature) in GetVerticalGlyphSub()
Dttgsubtable.h122 struct TFeature Feature; member
/external/libnfc-nci/src/udrv/include/
Ducodec.h205 tUCODEC_FEATURE Feature; member
/external/clang/lib/Lex/
DPPMacroExpansion.cpp853 StringRef Feature = II->getName(); in HasFeature() local
DModuleMap.cpp1586 std::string Feature = Tok.getString(); in parseRequiresDecl() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp203 void setFeatureBits(unsigned Feature, StringRef FeatureString) { in setFeatureBits()
210 void clearFeatureBits(unsigned Feature, StringRef FeatureString) { in clearFeatureBits()
2508 bool MipsAsmParser::parseSetFeature(uint64_t Feature) { in parseSetFeature()
/external/clang/include/clang/Basic/
DTargetInfo.h706 virtual bool hasFeature(StringRef Feature) const { in hasFeature()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp193 Record *Feature = FeatureList[i]; in FeatureKeyValues() local
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.h61 enum Feature { enum

12