Home
last modified time | relevance | path

Searched refs:config_type (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dconfig.py149 for config_type in self.config_types:
153 for config_type in self.config_types:
785 config_type -- name of a page.
801 for config_type in idleConf.config_types:
802 self[config_type] = {}
803 self.pages.append(self[config_type])
805 def add_option(self, config_type, section, item, value):
806 "Add item/value pair for config_type and section."
807 page = self[config_type]
814 def save_option(config_type, sectio
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1057 config_type = _GetMSVSConfigurationType(spec, project.build_file)
1059 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1142 config_type = {
1161 return config_type
1164 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config):
1173 config_type: The configuration type, a number as defined by Microsoft.
1251 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1445 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name):
1454 config_type: The configuration type, a number as defined by Microsoft.
1457 attributes = _GetMSVSAttributes(spec, config, config_type)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py1055 config_type = _GetMSVSConfigurationType(spec, project.build_file)
1057 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1140 config_type = {
1159 return config_type
1162 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config):
1171 config_type: The configuration type, a number as defined by Microsoft.
1249 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1440 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name):
1449 config_type: The configuration type, a number as defined by Microsoft.
1452 attributes = _GetMSVSAttributes(spec, config, config_type)
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools):
96 config_type: Type of configuration node.
111 specification = [config_type, node_attrs]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools):
96 config_type: Type of configuration node.
111 specification = [config_type, node_attrs]
/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c143 uint8_t config_type, array_type, mic, num_mics; in nhlt_dmic_ep_to_json() local
151 config_type = get_u8(ep, off + 1); in nhlt_dmic_ep_to_json()
152 if (config_type != 1) /* mic array */ in nhlt_dmic_ep_to_json()
/third_party/python/Lib/test/
H A Dpythoninfo.py747 for config_type in sorted(all_configs):
748 config = all_configs[config_type]
750 info_add('%s[%s]' % (config_type, key), repr(config[key]))
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt.h84 uint8_t config_type; member
/third_party/alsa-utils/topology/nhlt/intel/
H A Ddmic-nhlt.c270 mic_v_conf.device_config.config_type = NHLT_DEVICE_CONFIG_TYPE_MICARRAY; in nhlt_dmic_get_ep()
282 mic_s_conf.device_config.config_type = NHLT_DEVICE_CONFIG_TYPE_MICARRAY; in nhlt_dmic_get_ep()
H A Dssp-nhlt.c499 ssp_conf.device_config.config_type = 0; in nhlt_ssp_get_ep()

Completed in 16 milliseconds