Searched defs:GlobalSettings (Results 1 - 3 of 3) sorted by relevance

/external/toolchain-utils/crosperf/
H A Dhelp.py9 from settings_factory import GlobalSettings namespace
36 global_fields = self._GetFieldDescriptions(GlobalSettings('').fields)
H A Dsettings_factory.py125 class GlobalSettings(Settings): class in inherits:Settings
129 super(GlobalSettings, self).__init__(name, 'global')
303 return GlobalSettings(name)
H A Dcrosperf.py17 from settings_factory import GlobalSettings namespace
38 option_settings = GlobalSettings('')
50 option_settings = GlobalSettings('option_settings')

Completed in 725 milliseconds