/external/harfbuzz_ng/src/ |
D | hb-ot-map.hh | 208 HB_INTERNAL void add_feature (hb_tag_t tag, 212 void add_feature (const hb_ot_map_feature_t &feat) in add_feature() function 213 { add_feature (feat.tag, feat.flags); } in add_feature() 218 { add_feature (tag, F_GLOBAL | flags, value); } in enable_feature() 221 { add_feature (tag, F_GLOBAL, 0); } in disable_feature()
|
D | hb-ot-shape.cc | 327 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 338 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 339 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 340 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 361 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 365 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 378 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 391 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
|
D | hb-aat-map.cc | 38 void hb_aat_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_aat_map_builder_t
|
D | hb-aat-map.hh | 58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
|
D | hb-ot-shape-complex-khmer.cc | 113 map->add_feature (khmer_features[i]); in collect_features_khmer() 118 map->add_feature (khmer_features[i]); in collect_features_khmer()
|
D | hb-ot-shape-complex-use.cc | 125 map->add_feature (HB_TAG('r','p','h','f'), F_MANUAL_ZWJ); in collect_features_use() 140 map->add_feature (use_topographical_features[i]); in collect_features_use()
|
D | hb-ot-shape-complex-hangul.cc | 63 map->add_feature (hangul_features[i]); in collect_features_hangul()
|
D | hb-ot-map.cc | 82 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() function in hb_ot_map_builder_t
|
D | hb-ot-shape-complex-indic.cc | 194 map->add_feature (indic_features[i]); in collect_features_indic() 201 map->add_feature (indic_features[i]); in collect_features_indic()
|
D | hb-ot-shape-complex-arabic.cc | 213 map->add_feature (arabic_features[i], has_fallback ? F_HAS_FALLBACK : F_NONE); in collect_features_arabic()
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | fel-parser.cc | 173 FeatureFunctionDescriptor *descriptor = result->add_feature(); in Parse() 227 FeatureFunctionDescriptor *subfeature = result->add_feature(); in ParseFeature() 242 FeatureFunctionDescriptor *subfeature = result->add_feature(); in ParseFeature()
|
D | feature-descriptors.h | 87 FeatureFunctionDescriptor *add_feature() { in add_feature() function 127 FeatureFunctionDescriptor *add_feature() { in add_feature() function
|
/external/python/cpython2/Lib/test/ |
D | test_smtplib.py | 415 def add_feature(self, feature): member in SimSMTPServer 505 self.serv.add_feature("AUTH PLAIN") 520 self.serv.add_feature("AUTH LOGIN") 528 self.serv.add_feature("AUTH CRAM-MD5")
|
/external/python/cpython3/Lib/test/ |
D | test_smtplib.py | 946 def add_feature(self, feature): member in SimSMTPServer 1046 self.serv.add_feature("AUTH PLAIN") 1054 self.serv.add_feature("AUTH LOGIN") 1063 self.serv.add_feature("AUTH CRAM-MD5") 1073 self.serv.add_feature("AUTH BOGUS PLAIN LOGIN CRAM-MD5") 1089 self.serv.add_feature("AUTH {}".format(mechanism)) 1430 self.serv.add_feature('AUTH PLAIN') 1437 self.serv.add_feature('AUTH PLAIN')
|