Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/config/
Dsetupcfg.py124 config_dict[handler.section_prefix][option] = value
175 section_prefix: str
197 section_prefix = self.section_prefix
199 if not section_name.startswith(section_prefix):
202 section_name = section_name.replace(section_prefix, '').strip('.')
443 % (self.section_prefix, section_name)
466 section_prefix = 'metadata' variable in ConfigMetadataHandler
557 section_prefix = 'options' variable in ConfigOptionsHandler
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFixedMetadataKinds.def34 LLVM_FIXED_MD_KIND(MD_section_prefix, "section_prefix", 20)
/external/python/setuptools/setuptools/tests/config/
Dtest_setupcfg.py17 section_prefix = "**err**" variable in ErrConfigHandler