Home
last modified time | relevance | path

Searched refs:feature_regex (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/config/tools/
Dgenerate.cpp314 static const boost::regex feature_regex("boost_(?:no|has)_(.*)"); in process_ipp_file() local
315 std::string feature_name = boost::regex_replace(namespace_name, feature_regex, "\\1"); in process_ipp_file()
/external/cronet/tot/components/cronet/gn2bp/
Dgen_android_bp.py1014 feature_regex = re.match(_FEATURE_REGEX, cfg)
1015 if feature_regex:
1016 module.features.add(feature_regex.group(1))
/external/cronet/stable/components/cronet/gn2bp/
Dgen_android_bp.py1014 feature_regex = re.match(_FEATURE_REGEX, cfg)
1015 if feature_regex:
1016 module.features.add(feature_regex.group(1))