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

  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 82 private static final String getConfigString(int configType) {
83 switch (configType) {
91 throw new IllegalArgumentException("Unknown config type: " + configType);
236 NetworkSecurityConfig.Builder parentBuilder, int configType)
244 boolean defaultOverridePins = configType == CONFIG_DEBUG;
268 if (configType != CONFIG_DOMAIN) {
270 "domain element not allowed in " + getConfigString(configType));
283 if (configType != CONFIG_DOMAIN) {
285 "pin-set element not allowed in " + getConfigString(configType));
293 if (configType != CONFIG_DOMAIN)
    [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...]
  /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 561 milliseconds