Home
last modified time | relevance | path

Searched refs:ConfigParser (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dsettings.py9 import configparser as ConfigParser namespace
11 import ConfigParser
31 class _ProjectConfigParser(ConfigParser.SafeConfigParser):
92 ConfigParser.SafeConfigParser.__init__(self)
112 return ConfigParser.SafeConfigParser.get(
116 except (ConfigParser.NoSectionError, ConfigParser.NoOptionError):
117 return ConfigParser.SafeConfigParser.get(
135 project_items = ConfigParser.SafeConfigParser.items(
139 except ConfigParser.NoSectionError:
144 top_items = ConfigParser.SafeConfigParser.items(
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbsettings.py6 import ConfigParser
20 settings = ConfigParser.SafeConfigParser()
46 except ConfigParser.NoSectionError as e:
H A DREADME225 Buildman uses multiprocessing, Queue, shutil, StringIO, ConfigParser and
/OK3568_Linux_fs/buildroot/package/python-iniparse/
H A DConfig.in6 with the standard library's ConfigParser, preserves
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-browser49 from configparser import ConfigParser
52 parser = ConfigParser(delimiters=('='))
H A Ddevtool44 self.config_obj = configparser.ConfigParser()
H A Dcombo-layer80 self.parser = configparser.ConfigParser()
109 self.localparser = configparser.ConfigParser()
H A Drunqemu911 cf = configparser.ConfigParser()
/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py22 import ConfigParser
170 parser = ConfigParser.RawConfigParser()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.py16 import ConfigParser as configparser
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust.inc71 import ConfigParser as configparser
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dqemuboot.bbclass128 cf = configparser.ConfigParser()
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py6246 Config = configparser.ConfigParser()