Home
last modified time | relevance | path

Searched refs:enable_feature (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/
Dconfigure168 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t}
194 [ $doxy_major -gt 1 ] && enable_feature doxygen
195 [ $doxy_minor -gt 5 ] && enable_feature doxygen
196 [ $doxy_minor -eq 5 ] && [ $doxy_patch -ge 3 ] && enable_feature doxygen
206 enabled doxygen && enable_feature install_docs
207 enable_feature install_bins
208 enable_feature install_libs
210 enable_feature static
211 enable_feature optimizations
212 enable_feature dependency_tracking
[all …]
/external/libvpx/libvpx/build/make/
Dconfigure.sh189 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
573 enable_feature child
588 enable_feature force_toolchain
642 enable_feature size_limit
816 enable_feature ${tgt_os}
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc118 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_use()
119 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_use()
120 map->enable_feature (HB_TAG('n','u','k','t')); in collect_features_use()
121 map->enable_feature (HB_TAG('a','k','h','n'), F_MANUAL_ZWJ); in collect_features_use()
128 map->enable_feature (HB_TAG('p','r','e','f'), F_MANUAL_ZWJ); in collect_features_use()
133 map->enable_feature (use_basic_features[i], F_MANUAL_ZWJ); in collect_features_use()
145 map->enable_feature (use_other_features[i], F_MANUAL_ZWJ); in collect_features_use()
Dhb-ot-shape-complex-myanmar.cc80 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_myanmar()
83 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_myanmar()
90 map->enable_feature (myanmar_basic_features[i], F_MANUAL_ZWJ); in collect_features_myanmar()
97 map->enable_feature (myanmar_other_features[i], F_MANUAL_ZWJ); in collect_features_myanmar()
Dhb-ot-shape-complex-arabic.cc202 map->enable_feature (HB_TAG('s','t','c','h')); in collect_features_arabic()
205 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_arabic()
206 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_arabic()
221 map->enable_feature (HB_TAG('r','l','i','g'), F_MANUAL_ZWJ | F_HAS_FALLBACK); in collect_features_arabic()
227 map->enable_feature (HB_TAG('r','c','l','t'), F_MANUAL_ZWJ); in collect_features_arabic()
228 map->enable_feature (HB_TAG('c','a','l','t'), F_MANUAL_ZWJ); in collect_features_arabic()
242 map->enable_feature (HB_TAG('m','s','e','t')); in collect_features_arabic()
Dhb-ot-shape.cc317 map->enable_feature (HB_TAG('r','v','r','n')); in hb_ot_shape_collect_features()
322 map->enable_feature (HB_TAG ('l','t','r','a')); in hb_ot_shape_collect_features()
323 map->enable_feature (HB_TAG ('l','t','r','m')); in hb_ot_shape_collect_features()
326 map->enable_feature (HB_TAG ('r','t','l','a')); in hb_ot_shape_collect_features()
344 map->enable_feature (HB_TAG ('r','a','n','d'), F_RANDOM, HB_OT_MAP_MAX_VALUE); in hb_ot_shape_collect_features()
350 map->enable_feature (HB_TAG ('t','r','a','k'), F_HAS_FALLBACK); in hb_ot_shape_collect_features()
353 map->enable_feature (HB_TAG ('H','A','R','F')); in hb_ot_shape_collect_features()
358 map->enable_feature (HB_TAG ('B','U','Z','Z')); in hb_ot_shape_collect_features()
372 map->enable_feature (HB_TAG ('v','e','r','t'), F_GLOBAL_SEARCH); in hb_ot_shape_collect_features()
Dhb-ot-shape-complex-khmer.cc108 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_khmer()
109 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_khmer()
129 map->enable_feature (HB_TAG('c','l','i','g')); in override_features_khmer()
Dhb-ot-shape-complex-indic.cc184 map->enable_feature (HB_TAG('l','o','c','l')); in collect_features_indic()
187 map->enable_feature (HB_TAG('c','c','m','p')); in collect_features_indic()
203 map->enable_feature (HB_TAG('c','a','l','t')); in collect_features_indic()
204 map->enable_feature (HB_TAG('c','l','i','g')); in collect_features_indic()
Dhb-ot-map.hh215 void enable_feature (hb_tag_t tag, in enable_feature() function
/external/libchrome/libchrome_tools/patch/
Dfile_path_mojom.patch13 + // "--enable_feature file_path_is_string" to all targets generating pickle
/external/libchrome/mojo/public/mojom/base/
Dfile_path.mojom11 // "--enable_feature file_path_is_string" to all targets generating pickle
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1475 fn enable_feature() { in enable_feature() function
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni428 "--enable_feature",
/external/crosvm/kvm/src/
Dlib.rs2087 fn enable_feature() { in enable_feature() function