HomeSort by relevance Sort by last modified time
    Searched refs:configType (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 64 private static final String getConfigString(int configType) {
65 switch (configType) {
73 throw new IllegalArgumentException("Unknown config type: " + configType);
218 NetworkSecurityConfig.Builder parentBuilder, int configType)
226 boolean defaultOverridePins = configType == CONFIG_DEBUG;
250 if (configType != CONFIG_DOMAIN) {
252 "domain element not allowed in " + getConfigString(configType));
265 if (configType != CONFIG_DOMAIN) {
267 "pin-set element not allowed in " + getConfigString(configType));
275 if (configType != CONFIG_DOMAIN)
    [all...]
  /external/python/cpython3/Lib/idlelib/
config.py 221 def GetOption(self, configType, section, option, default=None, type=None,
223 """Return a value for configType section option, or default.
235 if self.userCfg[configType].has_option(section, option):
236 return self.userCfg[configType].Get(section, option,
243 self.userCfg[configType].Get(section, option, raw=raw)))
244 _warn(warning, configType, section, option)
246 if self.defaultCfg[configType].has_option(section,option):
247 return self.defaultCfg[configType].Get(
258 _warn(warning, configType, section, option)
261 def SetOption(self, configType, section, option, value)
    [all...]
configdialog.py 633 for configType in dItems:
634 sections = idleConf.GetSectionList('default', configType)
636 dItems[configType][section] = {}
637 options = idleConf.defaultCfg[configType].GetOptionList(section)
639 dItems[configType][section][option] = (
640 idleConf.defaultCfg[configType].Get(section, option))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 56 ILaunchConfigurationType configType = manager.getLaunchConfigurationType(
62 ILaunchConfiguration config = findConfig(manager, configType, projectName,
72 wc = configType.newInstance(null,
  /external/python/cpython2/Lib/idlelib/
configHandler.py 216 def GetOption(self, configType, section, option, default=None, type=None,
218 """Return a value for configType section option, or default.
230 if self.userCfg[configType].has_option(section, option):
231 return self.userCfg[configType].Get(section, option,
238 self.userCfg[configType].Get(section, option, raw=raw)))
244 if self.defaultCfg[configType].has_option(section,option):
245 return self.defaultCfg[configType].Get(
262 def SetOption(self, configType, section, option, value):
264 self.userCfg[configType].SetOption(section, option, value)
266 def GetSectionList(self, configSet, configType)
    [all...]
configDialog.py 631 for configType in dItems:
632 sections = idleConf.GetSectionList('default', configType)
634 dItems[configType][section] = {}
635 options = idleConf.defaultCfg[configType].GetOptionList(section)
637 dItems[configType][section][option] = (
638 idleConf.defaultCfg[configType].Get(section, option))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
235 configType must be one of ('main','extensions','highlight','keys')
241 if self.userCfg[configType].has_option(section,option):
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
256 if self.defaultCfg[configType].has_option(section,option):
257 return self.defaultCfg[configType].Get(section, option,
274 def SetOption(self, configType, section, option, value):
278 self.userCfg[configType].SetOption(section, option, value)
280 def GetSectionList(self, configSet, configType)
    [all...]
configDialog.py 571 for configType in dItems.keys():
572 sections=idleConf.GetSectionList('default',configType)
574 dItems[configType][section]={}
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
577 dItems[configType][section][option]=(
578 idleConf.defaultCfg[configType].Get(section,option))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
235 configType must be one of ('main','extensions','highlight','keys')
241 if self.userCfg[configType].has_option(section,option):
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
256 if self.defaultCfg[configType].has_option(section,option):
257 return self.defaultCfg[configType].Get(section, option,
274 def SetOption(self, configType, section, option, value):
278 self.userCfg[configType].SetOption(section, option, value)
280 def GetSectionList(self, configSet, configType)
    [all...]
configDialog.py 571 for configType in dItems.keys():
572 sections=idleConf.GetSectionList('default',configType)
574 dItems[configType][section]={}
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
577 dItems[configType][section][option]=(
578 idleConf.defaultCfg[configType].Get(section,option))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
235 configType must be one of ('main','extensions','highlight','keys')
241 if self.userCfg[configType].has_option(section,option):
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
256 if self.defaultCfg[configType].has_option(section,option):
257 return self.defaultCfg[configType].Get(section, option,
274 def SetOption(self, configType, section, option, value):
278 self.userCfg[configType].SetOption(section, option, value)
280 def GetSectionList(self, configSet, configType)
    [all...]
configDialog.py 571 for configType in dItems.keys():
572 sections=idleConf.GetSectionList('default',configType)
574 dItems[configType][section]={}
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
577 dItems[configType][section][option]=(
578 idleConf.defaultCfg[configType].Get(section,option))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
235 configType must be one of ('main','extensions','highlight','keys')
241 if self.userCfg[configType].has_option(section,option):
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
256 if self.defaultCfg[configType].has_option(section,option):
257 return self.defaultCfg[configType].Get(section, option,
274 def SetOption(self, configType, section, option, value):
278 self.userCfg[configType].SetOption(section, option, value)
280 def GetSectionList(self, configSet, configType)
    [all...]
configDialog.py 571 for configType in dItems.keys():
572 sections=idleConf.GetSectionList('default',configType)
574 dItems[configType][section]={}
575 options=idleConf.defaultCfg[configType].GetOptionList(section)
577 dItems[configType][section][option]=(
578 idleConf.defaultCfg[configType].Get(section,option))
    [all...]
  /build/soong/android/
config_test.go 52 type configType struct {
56 func (c *configType) SetDefaultConfig() {
61 config := configType{}
63 expectedError := `Field configType.populateMe has tag json:"omitempty" which specifies to change its json field name to "omitempty".
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 133 ILaunchConfigurationType configType = manager.
140 ILaunchConfiguration[] configs = manager.getLaunchConfigurations(configType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 194 ILaunchConfigurationType configType = manager.getLaunchConfigurationType(launchTypeId);
199 ILaunchConfiguration config = findConfig(manager, configType, name);
209 wc = configType.newInstance(null,
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/
aws-java-sdk-cloudhsm-1.11.18.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 390 milliseconds