/external/libvpx/libvpx/ |
D | configure | 166 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t} 192 [ $doxy_major -gt 1 ] && enable_feature doxygen 193 [ $doxy_minor -gt 5 ] && enable_feature doxygen 194 [ $doxy_minor -eq 5 ] && [ $doxy_patch -ge 3 ] && enable_feature doxygen 204 enabled doxygen && enable_feature install_docs 205 enable_feature install_bins 206 enable_feature install_libs 208 enable_feature static 209 enable_feature optimizations 210 enable_feature dependency_tracking [all …]
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 189 enable_feature(){ function 207 enable_feature "${1}" 209 is_in "${1}" vp8 vp9 && enable_feature "${1}_encoder" "${1}_decoder" 227 enable_feature $var 260 enable_feature source_path_used 334 check_cpp "$@" <<EOF && enable_feature $var 572 enable_feature child 587 enable_feature force_toolchain 641 enable_feature size_limit 847 enable_feature ${tgt_os} [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-use.cc | 138 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_use() 139 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_use() 140 map->enable_feature (HB_TAG('n','u','k','t')); in collect_features_use() 141 map->enable_feature (HB_TAG('a','k','h','n'), F_MANUAL_ZWJ); in collect_features_use() 148 map->enable_feature (HB_TAG('p','r','e','f'), F_MANUAL_ZWJ); in collect_features_use() 153 map->enable_feature (basic_features[i], F_MANUAL_ZWJ); in collect_features_use() 165 map->enable_feature (other_features[i], F_MANUAL_ZWJ); in collect_features_use() 169 map->enable_feature (positioning_features[i]); in collect_features_use()
|
D | hb-ot-shape-complex-myanmar.cc | 99 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_myanmar() 102 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_myanmar() 109 map->enable_feature (basic_features[i], F_MANUAL_ZWJ); in collect_features_myanmar() 116 map->enable_feature (other_features[i], F_MANUAL_ZWJ); in collect_features_myanmar() 119 map->enable_feature (positioning_features[i]); in collect_features_myanmar()
|
D | hb-ot-shape-complex-arabic.cc | 199 map->enable_feature (HB_TAG('s','t','c','h')); in collect_features_arabic() 202 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_arabic() 203 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_arabic() 218 map->enable_feature (HB_TAG('r','l','i','g'), F_MANUAL_ZWJ | F_HAS_FALLBACK); in collect_features_arabic() 224 map->enable_feature (HB_TAG('r','c','l','t'), F_MANUAL_ZWJ); in collect_features_arabic() 225 map->enable_feature (HB_TAG('c','a','l','t'), F_MANUAL_ZWJ); in collect_features_arabic() 239 map->enable_feature (HB_TAG('m','s','e','t')); in collect_features_arabic()
|
D | hb-ot-shape.cc | 258 map->enable_feature (HB_TAG('r','v','r','n')); in hb_ot_shape_collect_features() 263 map->enable_feature (HB_TAG ('l','t','r','a')); in hb_ot_shape_collect_features() 264 map->enable_feature (HB_TAG ('l','t','r','m')); in hb_ot_shape_collect_features() 267 map->enable_feature (HB_TAG ('r','t','l','a')); in hb_ot_shape_collect_features() 283 map->enable_feature (HB_TAG ('r','a','n','d'), F_RANDOM, HB_OT_MAP_MAX_VALUE); in hb_ot_shape_collect_features() 288 map->enable_feature (HB_TAG ('t','r','a','k'), F_HAS_FALLBACK); in hb_ot_shape_collect_features() 290 map->enable_feature (HB_TAG ('H','A','R','F')); in hb_ot_shape_collect_features() 295 map->enable_feature (HB_TAG ('B','U','Z','Z')); in hb_ot_shape_collect_features() 309 map->enable_feature (HB_TAG ('v','e','r','t'), F_GLOBAL_SEARCH); in hb_ot_shape_collect_features()
|
D | hb-ot-shape-complex-khmer.cc | 119 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_khmer() 120 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_khmer() 140 map->enable_feature (HB_TAG('c','l','i','g')); in override_features_khmer()
|
D | hb-ot-shape-complex-indic.cc | 195 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_indic() 198 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_indic() 214 map->enable_feature (HB_TAG('c','a','l','t')); in collect_features_indic() 215 map->enable_feature (HB_TAG('c','l','i','g')); in collect_features_indic()
|
D | hb-ot-map.hh | 215 void enable_feature (hb_tag_t tag, in enable_feature() function
|
/external/libchrome/libchrome_tools/patch/ |
D | file_path_mojom.patch | 13 + // "--enable_feature file_path_is_string" to all targets generating pickle
|
/external/libchrome/mojo/public/mojom/base/ |
D | file_path.mojom | 11 // "--enable_feature file_path_is_string" to all targets generating pickle
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom.gni | 428 "--enable_feature",
|