Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/idlelib/
Dconfig.py801 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): argument
807 page = self[config_type]
814 def save_option(config_type, section, item, value): argument
819 if idleConf.defaultCfg[config_type].has_option(section, item):
820 if idleConf.defaultCfg[config_type].Get(section, item) == value:
822 return idleConf.userCfg[config_type].RemoveOption(section, item)
824 return idleConf.userCfg[config_type].SetOption(section, item, value)
[all …]
/third_party/node/tools/gyp/pylib/gyp/
DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): argument
111 specification = [config_type, node_attrs]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): argument
111 specification = [config_type, node_attrs]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py1048 config_type = _GetMSVSConfigurationType(spec, project.build_file)
1050 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1133 config_type = {
1152 return config_type
1155 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): argument
1242 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1436 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): argument
1448 attributes = _GetMSVSAttributes(spec, config, config_type)
1454 def _GetMSVSAttributes(spec, config, config_type): argument
1466 prepared_attrs["ConfigurationType"] = config_type
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py1012 config_type = _GetMSVSConfigurationType(spec, project.build_file)
1014 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1107 config_type = {
1122 return config_type
1125 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): argument
1209 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1397 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): argument
1409 attributes = _GetMSVSAttributes(spec, config, config_type)
1416 def _GetMSVSAttributes(spec, config, config_type): argument
1428 prepared_attrs['ConfigurationType'] = config_type
[all …]
/third_party/boost/boost/graph/distributed/adjlist/
Dredistribute.hpp172 is_same<typename config_type::vertex_list_selector, listS>::value in redistribute()
173 || is_same<typename config_type::vertex_list_selector, setS>::value in redistribute()
174 || is_same<typename config_type::vertex_list_selector, multisetS>::value; in redistribute()
Dserialization.hpp940 typedef typename config_type::VertexListS vertex_list_selector; in save()
/third_party/python/Lib/test/
Dpythoninfo.py683 for config_type in sorted(all_configs):
684 config = all_configs[config_type]
686 info_add('%s[%s]' % (config_type, key), repr(config[key]))
/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp1017 typedef typename boost::result_of<BuildConfigure(Configure)>::type config_type; in build_sm() typedef
1019 deferred_type,config_type>(); in build_sm()
1055 typedef typename boost::result_of<BuildConfigure(Configure)>::type config_type; in build_sm() typedef
1057 config_type,no_transition_action>(); in build_sm()
1094 typedef typename boost::result_of<BuildConfigure(Configure)>::type config_type; in build_sm() typedef
1099 config_type,no_transition_action,on_exception_action>(); in build_sm()
1137 typedef typename boost::result_of<BuildConfigure(Configure)>::type config_type; in build_sm() typedef
1142 config_type,no_transition_action,on_exception_action,BASE>(); in build_sm()
/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp1298 config_type; typedef in boost::adjacency_list
1314 typedef typename config_type::in_edge_list_type in_edge_list_type;
1318 typedef typename config_type::inherited inherited;
1327 typedef typename config_type::graph_type graph_type;
1441 config_type>
1586 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list()
1605 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list()
1625 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list()
1645 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list()
/third_party/node/deps/cares/
DCMakeLists.txt54 FOREACH (config_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
55 STRING (TOUPPER ${config_type} upper_config_type)
64 SET (config_type) variable
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dbase.proto125 oneof config_type { oneof