/third_party/flutter/skia/third_party/externals/harfbuzz/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 | 286 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 296 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 297 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 298 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 316 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 320 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 333 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 345 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()
|
/third_party/skia/third_party/externals/harfbuzz/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 | 341 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 352 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 353 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 354 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 377 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 381 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 398 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 411 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
|
D | hb-ot-shape-complex-khmer.cc | 115 map->add_feature (khmer_features[i]); in collect_features_khmer() 120 map->add_feature (khmer_features[i]); in collect_features_khmer()
|
D | hb-aat-map.hh | 58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
|
D | hb-aat-map.cc | 39 void hb_aat_map_builder_t::add_feature (hb_tag_t tag, unsigned value) in add_feature() function in hb_aat_map_builder_t
|
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()
|
/third_party/harfbuzz/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 | 325 map->add_feature (HB_TAG ('r','t','l','m')); in hb_ot_shape_collect_features() 336 map->add_feature (HB_TAG ('f','r','a','c')); in hb_ot_shape_collect_features() 337 map->add_feature (HB_TAG ('n','u','m','r')); in hb_ot_shape_collect_features() 338 map->add_feature (HB_TAG ('d','n','o','m')); in hb_ot_shape_collect_features() 359 map->add_feature (common_features[i]); in hb_ot_shape_collect_features() 363 map->add_feature (horizontal_features[i]); in hb_ot_shape_collect_features() 376 map->add_feature (feature->tag, in hb_ot_shape_collect_features() 389 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
|
D | hb-ot-shape-complex-khmer.cc | 114 map->add_feature (khmer_features[i]); in collect_features_khmer() 119 map->add_feature (khmer_features[i]); in collect_features_khmer()
|
D | hb-aat-map.hh | 58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
|
D | hb-aat-map.cc | 39 void hb_aat_map_builder_t::add_feature (hb_tag_t tag, unsigned value) in add_feature() function in hb_aat_map_builder_t
|
D | hb-ot-shape-complex-use.cc | 124 map->add_feature (HB_TAG('r','p','h','f'), F_MANUAL_ZWJ); in collect_features_use() 139 map->add_feature (use_topographical_features[i]); in collect_features_use()
|
/third_party/libsoup/libsoup/ |
D | soup-session-feature.c | 178 if (feature_iface->add_feature) in soup_session_feature_add_feature() 179 return feature_iface->add_feature (feature, type); in soup_session_feature_add_feature()
|
D | soup-session-feature.h | 40 gboolean (*add_feature) (SoupSessionFeature *feature, member
|
D | soup-websocket-extension-manager.c | 166 feature_interface->add_feature = soup_websocket_extension_manager_add_feature; in soup_websocket_extension_manager_session_feature_init()
|
D | soup-requester.c | 119 feature_interface->add_feature = soup_requester_add_feature; in soup_requester_session_feature_init()
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 1021 def add_feature(self, feature): member in SimSMTPServer 1121 self.serv.add_feature("AUTH PLAIN") 1129 self.serv.add_feature("AUTH LOGIN") 1137 self.serv.add_feature("AUTH LOGIN") 1146 self.serv.add_feature("AUTH LOGIN") 1155 self.serv.add_feature("AUTH BUGGY") 1176 self.serv.add_feature("AUTH CRAM-MD5") 1186 self.serv.add_feature("AUTH BOGUS PLAIN LOGIN CRAM-MD5") 1202 self.serv.add_feature("AUTH {}".format(mechanism)) 1543 self.serv.add_feature('AUTH PLAIN') [all …]
|