Home
last modified time | relevance | path

Searched refs:FeatureName (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh42 friend struct FeatureName;
78 struct FeatureName struct
168 | hb_map (&FeatureName::get_feature_type) in get_feature_types()
175 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature()
206 SortedUnsizedArrayOf<FeatureName>
/external/cpu_features/include/internal/
Dunix_features_aggregator.h31 #define DECLARE_SETTER(FeatureType, FeatureName) \ argument
32 static void set_##FeatureName(void* const features, bool value) { \
33 ((FeatureType*)features)->FeatureName = value; \
/external/cpu_features/src/utils/
Dlist_cpu_features.c128 #define DEFINE_PRINT_FLAGS(HasFeature, FeatureName, FeatureType, LastEnum) \ argument
135 ptrs[count] = FeatureName(i); \
/external/python/cpython2/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
/external/python/cpython3/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
/external/clang/lib/Driver/
DTools.cpp699 const char *FeatureName = llvm::ARM::getArchExtFeature(Feature); in DecodeARMFeatures() local
700 if (FeatureName) in DecodeARMFeatures()
701 Features.push_back(FeatureName); in DecodeARMFeatures()
1349 StringRef FeatureName) { in AddTargetFeature() argument
1352 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature()
1354 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()