Home
last modified time | relevance | path

Searched defs:feature_params (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dfeature_list.cc227 std::string feature_params; in ParseEnableFeatures() local
514 std::string feature_params; in ParseEnableFeatureString() local
/aosp_15_r20/external/cronet/base/test/
H A Dscoped_feature_list.cc137 std::string feature_params; in ParseEnableFeatures() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc1800 const OT::FeatureParams &feature_params = f.get_feature_params (); in hb_ot_layout_feature_get_name_ids() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs594 pub fn feature_params(&self) -> Option<Result<FeatureParams<'a>, ReadError>> { in feature_params() method