Home
last modified time | relevance | path

Searched refs:GetGlobalSettings (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc43 GlobalSyncCallSettings& GetGlobalSettings() { in GetGlobalSettings() function
57 if (GetGlobalSettings().sync_call_allowed_by_default()) in AssertSyncCallAllowed()
71 GetGlobalSettings().DisallowSyncCallByDefault(); in DisallowSyncCall()
/external/toolchain-utils/crosperf/
Dcrosperf.py110 if not experiment_file.GetGlobalSettings().GetField('name'):
112 experiment_file.GetGlobalSettings().SetField('name', experiment_name)
116 json_report = experiment_file.GetGlobalSettings().GetField('json_report')
Dexperiment_file_unittest.py93 global_settings = experiment_file.GetGlobalSettings()
113 global_settings = experiment_file.GetGlobalSettings()
Dexperiment_file.py69 def GetGlobalSettings(self): member in ExperimentFile
Dexperiment_factory.py106 global_settings = experiment_file.GetGlobalSettings()