OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGlobalSettings
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc
43
GlobalSyncCallSettings&
GetGlobalSettings
() {
57
if (
GetGlobalSettings
().sync_call_allowed_by_default())
71
GetGlobalSettings
().DisallowSyncCallByDefault();
/external/toolchain-utils/crosperf/
experiment_file_unittest.py
93
global_settings = experiment_file.
GetGlobalSettings
()
113
global_settings = experiment_file.
GetGlobalSettings
()
crosperf.py
110
if not experiment_file.
GetGlobalSettings
().GetField('name'):
112
experiment_file.
GetGlobalSettings
().SetField('name', experiment_name)
116
json_report = experiment_file.
GetGlobalSettings
().GetField('json_report')
experiment_factory.py
106
global_settings = experiment_file.
GetGlobalSettings
()
experiment_file.py
69
def
GetGlobalSettings
(self):
Completed in 1270 milliseconds