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

  /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,
  /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);
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 63 import com.jme3.system.android.AndroidConfigChooser.ConfigType;
127 return createView(view, ConfigType.FASTEST, false);
135 * @param configType ConfigType.FASTEST (Default) | ConfigType.LEGACY |
136 * ConfigType.BEST
140 public GLSurfaceView createView(AndroidInput view, ConfigType configType, boolean eglConfigVerboseLogging) {
145 if (configType == ConfigType.LEGACY)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 192 ILaunchConfigurationType configType = manager.getLaunchConfigurationType(launchTypeId);
197 ILaunchConfiguration config = findConfig(manager, configType, name);
207 wc = configType.newInstance(null,
    [all...]

Completed in 66 milliseconds