HomeSort by relevance Sort by last modified time
    Searched full:config_class (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 37 self.cf = self.config_class(allow_no_value=self.allow_no_value)
39 self.cf = self.config_class(defaults,
359 config_class = ConfigParser.ConfigParser variable in class:ConfigParserTestCase
417 config_class = ConfigParser.ConfigParser variable in class:MultilineValuesTestCase
445 config_class = ConfigParser.RawConfigParser variable in class:RawConfigParserTestCase
480 config_class = ConfigParser.SafeConfigParser variable in class:SafeConfigParserTestCase
564 def prepare(self, config_class):
566 cp = config_class(allow_no_value=False)
584 self.cf = self.config_class(defaults=defaults, dict_type=SortedDict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 37 self.cf = self.config_class(allow_no_value=self.allow_no_value)
39 self.cf = self.config_class(defaults,
359 config_class = ConfigParser.ConfigParser variable in class:ConfigParserTestCase
417 config_class = ConfigParser.ConfigParser variable in class:MultilineValuesTestCase
445 config_class = ConfigParser.RawConfigParser variable in class:RawConfigParserTestCase
480 config_class = ConfigParser.SafeConfigParser variable in class:SafeConfigParserTestCase
564 def prepare(self, config_class):
566 cp = config_class(allow_no_value=False)
584 self.cf = self.config_class(defaults=defaults, dict_type=SortedDict)
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 63 static final String CONFIG_CLASS = "java.util.logging.config.class";
747 String oldPropertyValue = System.getProperty(CONFIG_CLASS);
749 System.setProperty(CONFIG_CLASS, this.getClass().getName()
762 systemProperties.setProperty(CONFIG_CLASS, oldPropertyValue);
764 systemProperties.remove(CONFIG_CLASS);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 69 jclass config_class = _env->FindClass("com/google/android/gles_jni/EGLConfigImpl"); local
70 gConfig_class = (jclass) _env->NewGlobalRef(config_class);

Completed in 357 milliseconds