/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 | 268 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 278 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 279 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 280 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 298 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 302 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 315 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 327 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
|
D | hb-aat-map.cc | 34 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 | 124 map->add_feature (khmer_features[i]); in collect_features_khmer() 129 map->add_feature (khmer_features[i]); in collect_features_khmer()
|
D | hb-ot-shape-complex-use.cc | 145 map->add_feature (HB_TAG('r','p','h','f'), F_MANUAL_ZWJ); in collect_features_use() 160 map->add_feature (arabic_features[i]); in collect_features_use()
|
D | hb-ot-shape-complex-hangul.cc | 59 map->add_feature (hangul_features[i]); in collect_features_hangul()
|
D | hb-ot-map.cc | 78 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 | 205 map->add_feature (indic_features[i]); in collect_features_indic() 212 map->add_feature (indic_features[i]); in collect_features_indic()
|
D | hb-ot-shape-complex-arabic.cc | 210 map->add_feature (arabic_features[i], has_fallback ? F_HAS_FALLBACK : F_NONE); in collect_features_arabic()
|
/external/libtextclassifier/lang_id/common/fel/ |
D | fel-parser.cc | 172 FeatureFunctionDescriptor *descriptor = result->add_feature(); in Parse() 226 FeatureFunctionDescriptor *subfeature = result->add_feature(); in ParseFeature() 241 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/tensorflow/tensorflow/core/tpu/ |
D | tpu_embedding_output_layout_utils.cc | 49 output_table->add_feature(); in AddDefaultEmbeddingOutputLayoutIfNeeded()
|
/external/python/cpython3/Lib/test/ |
D | test_smtplib.py | 868 def add_feature(self, feature): member in SimSMTPServer 960 self.serv.add_feature("AUTH PLAIN") 967 self.serv.add_feature("AUTH LOGIN") 974 self.serv.add_feature("AUTH CRAM-MD5") 982 self.serv.add_feature("AUTH BOGUS PLAIN LOGIN CRAM-MD5") 991 self.serv.add_feature("AUTH {}".format(mechanism)) 1312 self.serv.add_feature('AUTH PLAIN') 1319 self.serv.add_feature('AUTH PLAIN')
|